This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DiscUdemy.py
152 lines (140 loc) · 11.4 KB
/
DiscUdemy.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
from KekikSpatula import DiscUdemy
def test_udemy():
kurs = DiscUdemy("python")
print(kurs.veri)
"""
json verisi döndürür
{'kaynak': 'discudemy.com', 'veri': [{'dil': 'English', 'baslik': 'Software development in Python: A practical approach', 'baglanti': 'https://www.udemy.com/course/software-development-in-python-a-practical-approach/?couponCode=2E8015314165C7F47BEE'}, {'dil': 'English', 'baslik': 'Machine Learning & Data Science Foundations Masterclass', 'baglanti': 'https://www.udemy.com/course/machine-learning-data-science-foundations-masterclass/?couponCode=BFGIVEAWAY'}, {'dil': 'English', 'baslik': 'The Complete Python Programmer: From Scratch to Applications', 'baglanti': 'https://www.udemy.com/course/the-complete-python-programmer-from-scratch-to-applications/?couponCode=FF6C62A12C33DA78AA00'}, {'dil': 'Spanish', 'baslik': 'Curso de Python 3.9 | Aprende el lenguaje del futuro', 'baglanti': 'https://www.udemy.com/course/curso-de-python-39-aprende-el-lenguaje-del-futuro/?couponCode=8A7174552E6B2E83C119'}, {'dil': 'English', 'baslik': 'Some Python Modules to Create AI Projects', 'baglanti': 'https://www.udemy.com/course/some-python-modules-to-create-ai-projects_by_fadi/?couponCode=LETS_DO_IT'}, {'dil': 'English', 'baslik': 'Complete Linear Regression Analysis in Python', 'baglanti': 'https://www.udemy.com/course/machine-learning-basics-building-regression-model-in-python/?couponCode=NOVXXII20'}, {'dil': 'English', 'baslik': 'Python For Beginners Course In-Depth', 'baglanti': 'https://www.udemy.com/course/python-for-beginners-course-in-depth/?couponCode=5CDE23880B08D81FC4BC'}, {'dil': 'English', 'baslik': 'Python Demonstrations For Practice Course', 'baglanti': 'https://www.udemy.com/course/python-for-beginners-demonstration-course/?couponCode=069CFA8AA03B5D6B88C2'}, {'dil': 'English', 'baslik': 'Python And Flask Framework Complete Course | [LQ]', 'baglanti': 'https://www.udemy.com/course/flask-framework-complete-course-for-beginners/?couponCode=AAADEB9B3EE4266D7B6A'}, {'dil': 'English', 'baslik': 'Support Vector Machines in Python: SVM Concepts & Code', 'baglanti': 'https://www.udemy.com/course/machine-learning-adv-support-vector-machines-svm-python/?couponCode=NOVXXII20'}, {'dil': 'English', 'baslik': 'Python Bootcamp 2020 Build 15 working Applications and Games', 'baglanti': 'https://www.udemy.com/course/python-complete-bootcamp-2019-learn-by-applying-knowledge/?couponCode=BLACKFRIDAYSALE'}, {'dil': 'English', 'baslik': 'PySpark - Python Spark Hadoop coding framework & testing', 'baglanti': 'https://www.udemy.com/course/pyspark-python-spark-hadoop-coding-framework-testing/'}, {'dil': 'English', 'baslik': 'Python | 100 programming exercises + solutions | Data Types', 'baglanti': 'https://www.udemy.com/course/python-100-programming-exercises-data-types/'}, {'dil': 'English', 'baslik': 'Learn Python from basic to advance', 'baglanti': 'https://www.udemy.com/course/learn-python-from-basic-to-advance-h/'}, {'dil': 'English', 'baslik': 'Python OOPs Concepts', 'baglanti': 'https://www.udemy.com/course/python-oops/'}]}
"""
for nesne in kurs.nesne:
print(nesne.baslik)
"""
json verisini python nesnesine dönüştürür.
Software development in Python: A practical approach
Machine Learning & Data Science Foundations Masterclass
The Complete Python Programmer: From Scratch to Applications
Curso de Python 3.9 | Aprende el lenguaje del futuro
Some Python Modules to Create AI Projects
Complete Linear Regression Analysis in Python
Python For Beginners Course In-Depth
Python Demonstrations For Practice Course
Python And Flask Framework Complete Course | [LQ]
Support Vector Machines in Python: SVM Concepts & Code
Python Bootcamp 2020 Build 15 working Applications and Games
PySpark - Python Spark Hadoop coding framework & testing
Python | 100 programming exercises + solutions | Data Types
Learn Python from basic to advance
Python OOPs Concepts
"""
print(kurs.gorsel())
"""
oluşan json verisini insanın okuyabileceği formatta döndürür.
{
"kaynak": "discudemy.com",
"veri": [
{
"dil": "English",
"baslik": "Software development in Python: A practical approach",
"baglanti": "https://www.udemy.com/course/software-development-in-python-a-practical-approach/?couponCode=2E8015314165C7F47BEE"
},
{
"dil": "English",
"baslik": "Machine Learning & Data Science Foundations Masterclass",
"baglanti": "https://www.udemy.com/course/machine-learning-data-science-foundations-masterclass/?couponCode=BFGIVEAWAY"
},
{
"dil": "English",
"baslik": "The Complete Python Programmer: From Scratch to Applications",
"baglanti": "https://www.udemy.com/course/the-complete-python-programmer-from-scratch-to-applications/?couponCode=FF6C62A12C33DA78AA00"
},
{
"dil": "Spanish",
"baslik": "Curso de Python 3.9 | Aprende el lenguaje del futuro",
"baglanti": "https://www.udemy.com/course/curso-de-python-39-aprende-el-lenguaje-del-futuro/?couponCode=8A7174552E6B2E83C119"
},
{
"dil": "English",
"baslik": "Some Python Modules to Create AI Projects",
"baglanti": "https://www.udemy.com/course/some-python-modules-to-create-ai-projects_by_fadi/?couponCode=LETS_DO_IT"
},
{
"dil": "English",
"baslik": "Complete Linear Regression Analysis in Python",
"baglanti": "https://www.udemy.com/course/machine-learning-basics-building-regression-model-in-python/?couponCode=NOVXXII20"
},
{
"dil": "English",
"baslik": "Python For Beginners Course In-Depth",
"baglanti": "https://www.udemy.com/course/python-for-beginners-course-in-depth/?couponCode=5CDE23880B08D81FC4BC"
},
{
"dil": "English",
"baslik": "Python Demonstrations For Practice Course",
"baglanti": "https://www.udemy.com/course/python-for-beginners-demonstration-course/?couponCode=069CFA8AA03B5D6B88C2"
},
{
"dil": "English",
"baslik": "Python And Flask Framework Complete Course | [LQ]",
"baglanti": "https://www.udemy.com/course/flask-framework-complete-course-for-beginners/?couponCode=AAADEB9B3EE4266D7B6A"
},
{
"dil": "English",
"baslik": "Support Vector Machines in Python: SVM Concepts & Code",
"baglanti": "https://www.udemy.com/course/machine-learning-adv-support-vector-machines-svm-python/?couponCode=NOVXXII20"
},
{
"dil": "English",
"baslik": "Python Bootcamp 2020 Build 15 working Applications and Games",
"baglanti": "https://www.udemy.com/course/python-complete-bootcamp-2019-learn-by-applying-knowledge/?couponCode=BLACKFRIDAYSALE"
},
{
"dil": "English",
"baslik": "PySpark - Python Spark Hadoop coding framework & testing",
"baglanti": "https://www.udemy.com/course/pyspark-python-spark-hadoop-coding-framework-testing/"
},
{
"dil": "English",
"baslik": "Python | 100 programming exercises + solutions | Data Types",
"baglanti": "https://www.udemy.com/course/python-100-programming-exercises-data-types/"
},
{
"dil": "English",
"baslik": "Learn Python from basic to advance",
"baglanti": "https://www.udemy.com/course/learn-python-from-basic-to-advance-h/"
},
{
"dil": "English",
"baslik": "Python OOPs Concepts",
"baglanti": "https://www.udemy.com/course/python-oops/"
}
]
}
"""
print(kurs.tablo())
"""
tabulate verisi döndürür.
+---------+--------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| dil | baslik | baglanti |
|---------+--------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------|
| English | Software development in Python: A practical approach | https://www.udemy.com/course/software-development-in-python-a-practical-approach/?couponCode=2E8015314165C7F47BEE |
| English | Machine Learning & Data Science Foundations Masterclass | https://www.udemy.com/course/machine-learning-data-science-foundations-masterclass/?couponCode=BFGIVEAWAY |
| English | The Complete Python Programmer: From Scratch to Applications | https://www.udemy.com/course/the-complete-python-programmer-from-scratch-to-applications/?couponCode=FF6C62A12C33DA78AA00 |
| Spanish | Curso de Python 3.9 | Aprende el lenguaje del futuro | https://www.udemy.com/course/curso-de-python-39-aprende-el-lenguaje-del-futuro/?couponCode=8A7174552E6B2E83C119 |
| English | Some Python Modules to Create AI Projects | https://www.udemy.com/course/some-python-modules-to-create-ai-projects_by_fadi/?couponCode=LETS_DO_IT |
| English | Complete Linear Regression Analysis in Python | https://www.udemy.com/course/machine-learning-basics-building-regression-model-in-python/?couponCode=NOVXXII20 |
| English | Python For Beginners Course In-Depth | https://www.udemy.com/course/python-for-beginners-course-in-depth/?couponCode=5CDE23880B08D81FC4BC |
| English | Python Demonstrations For Practice Course | https://www.udemy.com/course/python-for-beginners-demonstration-course/?couponCode=069CFA8AA03B5D6B88C2 |
| English | Python And Flask Framework Complete Course | [LQ] | https://www.udemy.com/course/flask-framework-complete-course-for-beginners/?couponCode=AAADEB9B3EE4266D7B6A |
| English | Support Vector Machines in Python: SVM Concepts & Code | https://www.udemy.com/course/machine-learning-adv-support-vector-machines-svm-python/?couponCode=NOVXXII20 |
| English | Python Bootcamp 2020 Build 15 working Applications and Games | https://www.udemy.com/course/python-complete-bootcamp-2019-learn-by-applying-knowledge/?couponCode=BLACKFRIDAYSALE |
| English | PySpark - Python Spark Hadoop coding framework & testing | https://www.udemy.com/course/pyspark-python-spark-hadoop-coding-framework-testing/ |
| English | Python | 100 programming exercises + solutions | Data Types | https://www.udemy.com/course/python-100-programming-exercises-data-types/ |
| English | Learn Python from basic to advance | https://www.udemy.com/course/learn-python-from-basic-to-advance-h/ |
| English | Python OOPs Concepts | https://www.udemy.com/course/python-oops/ |
+---------+--------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
"""
print(kurs.anahtarlar)
"""
kullanılan anahtar listesini döndürür.
['dil', 'baslik', 'baglanti']
"""