@@ -20,6 +20,7 @@ Owner info : https://sites.google.com/site/klajosw
20
20
21
21
MS learn : https://docs.microsoft.com/hu-hu/users/lajoskecskemti-4995/achievements
22
22
23
+ # Python learning
23
24
24
25
## Table of Contents
25
26
- [ Ultimate-Python-Resource-Hub] ( #Ultimate-Python-Resource-Hub )
@@ -49,10 +50,7 @@ MS learn : https://docs.microsoft.com/hu-hu/users/lajoskecskemti-4995/achievem
49
50
- [ Data Structures and Algorithms] ( #data-structures-and-algorithms )
50
51
- [ Connect with me] ( #connect-with-me )
51
52
52
- ## Requirements
53
- Have Python 3.7 or newer installed. You can check the version by typing ` python3 --version ` in your command line. You can [ download the latest Python version from here] ( https://www.python.org/downloads/ ) .
54
53
55
- - - -
56
54
57
55
## Coding Practice Playground for Python
58
56
- [ Advent of Code] ( https://adventofcode.com/ )
@@ -96,6 +94,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
96
94
- [ spoj] ( https://www.spoj.com/ )
97
95
- [ urionlinejudge] ( https://www.urionlinejudge.com.br/ )
98
96
97
+
99
98
## Free Hosting Platforms for Python
100
99
- [ AWS] ( https://aws.amazon.com/ )
101
100
- [ FastComet] ( https://www.fastcomet.com/ )
@@ -105,6 +104,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
105
104
- [ PythonAnywhere] ( https://www.pythonanywhere.com/?affiliate_id=0048f655 )
106
105
- [ Render] ( https://render.com/ )
107
106
107
+
108
108
## Python Books
109
109
- [ A byte of Python] ( https://python.swaroopch.com/ ) by Swaroop
110
110
- [ Python for Everybody] ( https://www.py4e.com/book.php )
@@ -119,11 +119,15 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
119
119
- Python Tricks by Dan Bader
120
120
- Thin
8000
k Python
121
121
122
+
123
+
122
124
## Python Community and Groups
123
125
- [ PySlackers] ( https://pyslackers.com/ )
124
126
- [ Python Discord Server] ( https://discord.com/invite/python )
125
127
- [ r/Python] ( https://www.reddit.com/r/Python/ )
126
128
129
+
130
+
127
131
## Python Courses-Video Tutorials
128
132
- [ Automate the Boring Stuff with Python Programming] ( https://www.udemy.com/course/automate/ )
129
133
- [ Coursera] ( https://www.coursera.org/learn/python-network-data )
@@ -141,9 +145,13 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
141
145
- [ The Python Bible (Udemy)] ( https://www.udemy.com/course/the-python-bible/ )
142
146
- [ 100 Days of Code - The Complete Python Pro Bootcamp for 2021] ( https://www.udemy.com/course/100-days-of-code/ )
143
147
148
+
149
+
144
150
## Python Devs to Follow on Twitter
145
151
- [ Justin Mitchel] ( https://twitter.com/JustinMitchel )
146
152
153
+
154
+
147
155
## Python Github Repositories
148
156
- [ 30 Days of Python] ( https://github.com/codingforentrepreneurs/30-Days-of-Python )
149
157
- [ Awesome Python] ( https://github.com/vinta/awesome-python )
@@ -160,6 +168,8 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
160
168
- [ The Algorithms] ( https://github.com/TheAlgorithms/Python )
161
169
- [ Hackerrank_Python] ( https://github.com/Kushal997-das/Hackerrank )
162
170
171
+
172
+
163
173
## Python IDEs
164
174
- [ Atom] ( https://atom.io/ )
165
175
- [ GNU Emacs] ( https://www.gnu.org/software/emacs/download.html )
@@ -174,6 +184,8 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
174
184
- [ Wing] ( https://wingware.com/downloads )
175
185
- [ Anaconda] ( https://www.anaconda.com/products/individual )
176
186
187
+
188
+
177
189
## Python Libraries for GUI Development:
178
190
- curses
179
191
- DearPyGui
@@ -195,11 +207,13 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
195
207
- FastAPI
196
208
- Pyramid
197
209
210
+
198
211
## Python Libraries for Game Development:
199
212
- Pygame
200
213
- PyOpenGL
201
214
- Pyglet
202
215
216
+
203
217
## Python Libraries for Data Science:
204
218
- TensorFlow
205
219
- NumPy
@@ -209,6 +223,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
209
223
- Seaborn
210
224
- StatsModels
211
225
226
+
212
227
## Python Mobile Applications:
213
228
- [ DataCamp] ( https://play.google.com/store/apps/details?id=com-datacamp )
214
229
- [ Programiz] ( https://play.google.com/store/apps/details?id=com-programiz-learnpython )
@@ -220,6 +235,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
220
235
- [ Unacademy Learning App] ( https://play.google.com/store/apps/details?id=com.unacademyapp )
221
236
222
237
238
+
223
239
## Python Newsletters:
224
240
- [ Awesome Python Newsletter] ( https://python.libhunt.com/newsletter )
225
241
- [ Become a Better Developer] ( https://lerner.co.il/newsletter/ )
@@ -234,6 +250,8 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
234
250
- [ Python Weekly] ( https://www.pythonweekly.com/ )
235
251
- [ The Real Python Newsletter] ( https://realpython.com/newsletter/ )
236
252
253
+
254
+
237
255
## Python Podcasts:
238
256
- [ Django Chat] ( https://djangochat.com/ )
239
257
- [ from python import podcast] ( https://www.frompythonimportpodcast.com/ )
@@ -246,6 +264,8 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
246
264
- [ Test & Code] ( https://testandcode.com/ )
247
265
- [ The Real Python Podcast] ( https://realpython.com/podcasts/rpp/ )
248
266
267
+
268
+
249
269
## Python Websites
250
270
- [ Codecademy] ( https://www-codecademy-com/ )
251
271
- [ Automate the Boring Stuff with Python] ( https://automatetheboringstuff-com/ )
@@ -264,6 +284,10 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
264
284
- [ Full Stack Python] ( https://www.fullstackpython.com/ )
265
285
- [ Real Python] ( https://realpython.com/ )
266
286
- [ Holy Python] ( https://holypython.com/ )
287
+ - [ exercises] ( https://www.w3resource.com/python-exercises/pandas/style/index.php )
288
+ - [ pythonninja] ( https://zetcode.com/python/jinja/ )
289
+ - [ Test] ( https://www.hackerrank.com/domains/python )
290
+
267
291
268
292
## Python YouTube channels
269
293
- [ Amulya's Academy] ( https://www-youtube-com/channel/UCIgXF0FrYJL0a6sMsRIsLvA )
@@ -281,14 +305,25 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
281
305
- [ Real Python] ( https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA )
282
306
283
307
308
+
309
+
284
310
## Technical Blogging Platforms
285
311
- [ Dev.to] ( https://dev.to/ )
286
312
- [ Hashnode] ( https://hashnode.com/ )
287
313
- [ Medium] ( https://medium.com/ )
288
314
315
+
316
+
289
317
## Data Structures and Algorithms
290
318
- [ freecodecamp.org] ( https://medium.freecodecamp.org/i-built-an-app-that-makes-learning-algorithms-and-data-structures-way-more-fun-46fbb8afacaf )
291
319
- [ ideserve] ( http://www.ideserve.co.in/ )
320
+ - [ data-structures-and-algorithms-in-python] ( https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513 ) <br >
321
+
322
+
323
+ ## HU oktatás (magyarul)
324
+ - [ Magyar gyakorlás] (https://okt.sed.hu/python-programozas/gyakorlat/gyak1/ )
325
+ - [ Magyar video] ( https://youtu.be/dM4zrfKbU2Y )
326
+ - [ Rendszam felismeres] ( https://github.com/silver0550/Rendszam-felismeres )
327
+
292
328
293
329
294
- - [ data-structures-and-algorithms-in-python] ( https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513 ) <br >
0 commit comments