@@ -19,3 +19,276 @@ More info : https://klajosw.github.io/python
19
19
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
+
23
+
24
+ ## Table of Contents
25
+ - [ Ultimate-Python-Resource-Hub] ( #Ultimate-Python-Resource-Hub )
26
+ - [ Ultimate-Python-Resource-Hub] ( #ultimate-python-resource-hub )
27
+ - [ Python Official Documentation] ( #python-official-documentation )
28
+ - [ Contributing] ( #contributing )
29
+ - [ Table of Contents] ( #table-of-contents )
30
+ - [ Requirements] ( #requirements )
31
+ - [ Coding Practice Playground for Python] ( #coding-practice-playground-for-python )
32
+ - [ Free Hosting Platforms for Python] ( #free-hosting-platforms-for-python )
33
+ - [ Python Books] ( #python-books )
34
+ - [ Python Community and Groups] ( #python-community-and-groups )
35
+ - [ Python Courses-Video Tutorials] ( #python-courses-video-tutorials )
36
+ - [ Python Devs to Follow on Twitter] ( #python-devs-to-follow-on-twitter )
37
+ - [ Python Github Repositories] ( #python-github-repositories )
38
+ - [ Python IDEs] ( #python-ides )
39
+ - [ Python Libraries for GUI Development:] ( #python-libraries-for-gui-development )
40
+ - [ Python Frameworks for Web Development:] ( #python-frameworks-for-web-development )
41
+ - [ Python Libraries for Game Development:] ( #python-libraries-for-game-development )
42
+ - [ Python Libraries for Data Science:] ( #python-libraries-for-data-science )
43
+ - [ Python Mobile Applications:] ( #python-mobile-applications )
44
+ - [ Python Newsletters:] ( #python-newsletters )
45
+ - [ Python Podcasts:] ( #python-podcasts )
46
+ - [ Python Websites] ( #python-websites )
47
+ - [ Python YouTube channels] ( #python-youtube-channels )
48
+ - [ Technical Blogging Platforms] ( #technical-blogging-platforms )
49
+ - [ Data Structures and Algorithms] ( #data-structures-and-algorithms )
50
+ - [ Connect with me] ( #connect-with-me )
51
+
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
+
55
+ - - -
56
+
57
+ ## Coding Practice Playground for Python
58
+ - [ Advent of Code] ( https://adventofcode.com/ )
59
+ - [ AlgoDaily] ( https://algodaily.com/ )
60
+ - [ AlgoExpert] ( https://www.algoexpert.io/ )
61
+ - [ BinarySearch] ( https://binarysearch.io/ )
62
+ - [ Brilliant] ( http://brilliant.org/ )
63
+ - [ CheckiO] ( http://www.checkio.org/ )
64
+ - [ CodeAbbey] ( http://codeabbey.com/ )
65
+ - [ Codechef] ( https://www.codechef.com/problems/easy )
66
+ - [ CodeForces] ( http://codeforces.com/ )
67
+ - [ CodeKata] ( http://codekata.com/ )
68
+ - [ Coderbyte] ( https://coderbyte.com/ )
69
+ - [ CoderByte] ( https://coderbyte.com/ )
70
+ - [ CodeSignal] ( https://codesignal.com/ )
71
+ - [ Codewars] ( https://www.codewars.com/ )
72
+ - [ Codility] ( https://codility.com/ )
73
+ - [ CodinGame] ( https://www.codingame.com/ )
74
+ - [ Codingame] ( https://www.codingame.com/ )
75
+ - [ CodingBat] ( https://codingbat.com/python )
76
+ - [ Cyber-dojo] ( https://cyber-dojo.org/ )
77
+ - [ Daily Coding Problem] ( https://www.dailycodingproblem.com/ )
78
+ - [ Daily Interview Pro] ( http://dailyinterviewpro.com/ )
79
+ - [ DevPost] ( https://devpost.com/ )
80
+ - [ Edabit] ( https://edabit.com/ )
81
+ - [ Exercism] ( https://exercism.io/ )
82
+ - [ Exercism] ( https://exercism.io/ )
83
+ - [ FightCode] ( http://fightcodegame.com/ )
84
+ - [ Google's Coding Competitions] ( https://codingcompetitions.withgoogle.com/ )
85
+ - [ HackerEarth] ( http://hackerearth.com/ )
86
+ - [ Hackerrank] ( https://www.hackerrank.com/dashboard )
87
+ - [ Kaggle] ( http://kaggle.com/ )
88
+ - [ Kattis] ( https://www.kattis.com/developers )
89
+ - [ Leetcode] ( https://leetcode.com/problemset/all/?difficulty=Easy )
90
+ - [ LintCode] ( http://www.lintcode.com/en/ )
91
+ - [ Practicepython] ( http://www.practicepython.org/ )
92
+ - [ Project Euler] ( https://projecteuler.net/ )
93
+ - [ Rosalind] ( http://rosalind.info/problems/locations/ )
94
+ - [ Topcoder] ( http://topcoder.com/ )
95
+ - [ Wolfram Challenges] ( https://challenges.wolfram.com/ )
96
+ - [ spoj] ( https://www.spoj.com/ )
97
+ - [ urionlinejudge] ( https://www.urionlinejudge.com.br/ )
98
+
99
+ ## Free Hosting Platforms for Python
100
+ - [ AWS] ( https://aws.amazon.com/ )
101
+ - [ FastComet] ( https://www.fastcomet.com/ )
102
+ - [ Google Cloud] ( https://cloud.google.com/ )
103
+ - [ Heroku] ( https://www.heroku.com/ )
104
+ - [ NodeChef] ( https://www.nodechef.com/ )
105
+ - [ PythonAnywhere] ( https://www.pythonanywhere.com/?affiliate_id=0048f655 )
106
+ - [ Render] ( https://render.com/ )
107
+
108
+ ## Python Books
109
+ - [ A byte of Python] ( https://python.swaroopch.com/ ) by Swaroop
110
+ - [ Python for Everybody] ( https://www.py4e.com/book.php )
111
+ - Automate the Boring Stuff with Python
112
+ - Dive into Python
113
+ - Fluent Python
114
+ - Headfirst Python
115
+ - How to think like a computer scientist
116
+ - Learn Python the Hard Way
117
+ - Python Cookbook
118
+ - Python Crash Course
119
+ - Python Tricks by Dan Bader
120
+ - Think Python
121
+
122
+ ## Python Community and Groups
123
+ - [ PySlackers] ( https://pyslackers.com/ )
124
+ - [ Python Discord Server] ( https://discord.com/invite/python )
125
+ - [ r/Python] ( https://www.reddit.com/r/Python/ )
126
+
127
+ ## Python Courses-Video Tutorials
128
+ - [ Automate the Boring Stuff with Python Programming] ( https://www.udemy.com/course/automate/ )
129
+ - [ Coursera] ( https://www.coursera.org/learn/python-network-data )
130
+ - [ Linkedin Learning Python 2] ( https://www.linkedin.com/learning/learning-python-2/welcome )
131
+ - [ Linkedin Python Essential Training] ( https://www.linkedin.com/learning/python-essential-training-2/welcome )
132
+ - [ pythonprogramming-net] ( https://pythonprogramming.net/ )
133
+ - [ Udacity: Introduction to Python] ( https://www.udacity.com/course/introduction-to-python--ud1110 )
134
+ - [ Udemy: Complete Python Bootcamp] ( https://www.udemy.com/course/complete-python-bootcamp/ )
135
+ - [ Udemy: Python for Absolute Beginners] ( https://www.udemy.com/course/python-for-absolute-beginners-u/ )
136
+ - [ Complete Python Bootcamp: Go From Zero to Hero (Udemy)] ( https://www.udemy.com/course/complete-python-bootcamp/ )
137
+ - [ Complete Python Masterclass (Udemy)] ( https://www.udemy.com/course/python-masterclass-course/ )
138
+ - [ Learn Python 3 (Codecademy)] ( https://www.codecademy.com/learn/learn-python-3 )
139
+ - [ Python for absolute beginners (Udemy)] ( https://www.udemy.com/course/python-for-absolute-beginners-u/ )
140
+ - [ Python for Everybody (Coursera)] ( https://www.coursera.org/specializations/python )
141
+ - [ The Python Bible (Udemy)] ( https://www.udemy.com/course/the-python-bible/ )
142
+ - [ 100 Days of Code - The Complete Python Pro Bootcamp for 2021] ( https://www.udemy.com/course/100-days-of-code/ )
143
+
144
+ ## Python Devs to Follow on Twitter
145
+ - [ Justin Mitchel] ( https://twitter.com/JustinMitchel )
146
+
147
+ ## Python Github Repositories
148
+ - [ 30 Days of Python] ( https://github.com/codingforentrepreneurs/30-Days-of-Python )
149
+ - [ Awesome Python] ( https://github.com/vinta/awesome-python )
150
+ - [ Coding Interview University] ( https://github.com/jwasham/coding-interview-university )
151
+ - [ Coding Problems] ( https://github.com/MTrajK/coding-problems )
152
+ - [ Full Speed Python] ( https://github.com/rasbt/python_reference )
153
+ - [ Learn Python 3] ( https://github.com/jerry-git/learn-python3 )
154
+ - [ Playground and Cheatsheet] ( https://github.com/trekhleb/learn-python )
155
+ - [ Python Comics] ( https://github.com/zhiwehu/Python-programming-exercises )
156
+ - [ Python programming tutorial] ( https://github.com/Akuli/python-tutorial )
157
+ - [ Python Reference] ( https://github.com/rasbt/python_reference )
158
+ - [ Python-Learning-Resources] ( https://github.com/CodementorIO/Python-Learning-Resources )
159
+ - [ Python] ( https://github.com/python )
160
+ - [ The Algorithms] ( https://github.com/TheAlgorithms/Python )
161
+ - [ Hackerrank_Python] ( https://github.com/Kushal997-das/Hackerrank )
162
+
163
+ ## Python IDEs
164
+ - [ Atom] ( https://atom.io/ )
165
+ - [ GNU Emacs] ( https://www.gnu.org/software/emacs/download.html )
166
+ - [ Jupyter Notebook] ( https://jupyter.org/install )
167
+ - [ PyCharm] ( https://www.jetbrains.com/pycharm/download/#section=windows )
168
+ - [ Pydev] ( https://www.pydev.org/download.html )
169
+ - [ Spyder] ( https://www.spyder-ide.org/ )
170
+ - [ Sublime Text] ( https://www.sublimetext.com/3 )
171
+ - [ Thonny] ( https://thonny.org/ )
172
+ - [ Vi / Vim] ( https://www.vim.org/ )
173
+ - [ Visual Studio Code] ( https://code.visualstudio.com/download )
174
+ - [ Wing] ( https://wingware.com/downloads )
175
+ - [ Anaconda] ( https://www.anaconda.com/products/individual )
176
+
177
+ ## Python Libraries for GUI Development:
178
+ - curses
179
+ - DearPyGui
180
+ - Eel
181
+ - enaml
182
+ - Flexx
183
+ - Tkinter
184
+ - Toga
185
+ - urwid
186
+ - PyQT
187
+ - PySimpleGUI
188
+ - Kivy
189
+
190
+ ## Python Frameworks for Web Development:
191
+ - Django
192
+ - Flask
193
+ - web2py
194
+ - Bottle
195
+ - FastAPI
196
+ - Pyramid
197
+
198
+ ## Python Libraries for Game Development:
199
+ - Pygame
200
+ - PyOpenGL
201
+ - Pyglet
202
+
203
+ ## Python Libraries for Data Science:
204
+ - TensorFlow
205
+ - NumPy
206
+ - SciPy
207
+ - Pandas
208
+ - Matplotlib
209
+ - Seaborn
210
+ - StatsModels
211
+
212
+ ## Python Mobile Applications:
213
+ - [ DataCamp] ( https://play.google.com/store/apps/details?id=com-datacamp )
214
+ - [ Programiz] ( https://play.google.com/store/apps/details?id=com-programiz-learnpython )
215
+ - [ Sololearn] ( https://play.google.com/store/apps/details?id=com-sololearn-python )
216
+ - [ Encode] ( https://play.google.com/store/apps/details?id=com.upskew.encode )
217
+ - [ Enki App] ( https://play.google.com/store/apps/details?id=com.enki.insights )
218
+ - [ Programming Hero] ( https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp )
219
+ - [ Programming Hub] ( https://play.google.com/store/apps/details?id=com.freeit.java )
220
+ - [ Unacademy Learning App] ( https://play.google.com/store/apps/details?id=com.unacademyapp )
221
+
222
+
223
+ ## Python Newsletters:
224
+ - [ Awesome Python Newsletter] ( https://python.libhunt.com/newsletter )
225
+ - [ Become a Better Developer] ( https://lerner.co.il/newsletter/ )
226
+ - [ Bite Python] ( http://newsletter.pythontips.com/ )
227
+ - [ Dan's Python Newsletter] ( https://dbader.org/newsletter )
228
+ - [ Import Python] ( https://importpython.com/newsletter/ )
229
+ - [ Pycoder's Weekly] ( https://pycoders.com/ )
230
+ - [ PYnative Newsletter] ( https://pynative.com/newsletter/ )
231
+ - [ Python Email Academy] ( https://inboxreads.co/n/python-email-academy )
232
+ - [ Python on Microcontrollers] ( https://www.adafruitdaily.com/category/circuitpython/ )
233
+ - [ Python Puzzles ] ( https://app.finxter.com/learn/computer/science/ )
234
+ - [ Python Weekly] ( https://www.pythonweekly.com/ )
235
+ - [ The Real Python Newsletter] ( https://realpython.com/newsletter/ )
236
+
237
+ ## Python Podcasts:
238
+ - [ Django Chat] ( https://djangochat.com/ )
239
+ - [ from python import podcast] ( https://www.frompythonimportpodcast.com/ )
240
+ - [ Podcast-__ init__ ] ( https://www.pythonpodcast.com/ )
241
+ - [ Python Bytes] ( https://pythonbytes.fm/ )
242
+ - [ Radio Free Python] ( http://radiofreepython.com/ )
243
+ - [ Running in Production] ( https://runninginproduction.com/ )
244
+ - [ Talk Python to Me] ( https://talkpython.fm/ )
245
+ - [ Teaching Python] ( https://www.teachingpython.fm/ )
246
+ - [ Test & Code] ( https://testandcode.com/ )
247
+ - [ The Real Python Podcast] ( https://realpython.com/podcasts/rpp/ )
248
+
249
+ ## Python Websites
250
+ - [ Codecademy] ( https://www-codecademy-com/ )
251
+ - [ Automate the Boring Stuff with Python] ( https://automatetheboringstuff-com/ )
252
+ - [ Codewars] ( https://www-codewars-com/ )
253
+ - [ Geeksforgeeks] ( https://www-geeksforgeeks-org/python-programming-language/?source=google&medium=cpc&device=c&keyword=for%20loop%20python&matchtype=b&gclid=Cj0KCQjwnqH7BRDdARIsACTSAdvzWcMAnB8arukOOwyBVvJ6R3vbh7XQmWDjRMzKA_oaLVtvDsupwL0aAsDlEALw_wcB )
254
+ - [ Google's Python Class] ( https://developers-google-com/edu/python )
255
+ - [ Hitchhiker’s Guide] ( https://docs-python-guide-org/ )
256
+ - [ Kaggle] ( https://www-kaggle-com/learn/python )
257
+ - [ Learn X in Y minutes] ( https://learnxinyminutes-com/docs/python/ )
258
+ - [ Progate] ( https://progate-com/languages/python )
259
+ - [ Programiz] ( https://www-programiz-com/python-programming )
260
+ - [ PythonForBeginners] ( https://www-pythonforbeginners-com/basics/python-pip-usage )
261
+ - [ Sololearn] ( https://www-sololearn-com/ )
262
+ - [ TutorialsPoint] ( https://www-tutorialspoint-com/python/index-htm )
263
+ - [ w3schools-com] ( https://www-w3schools-com/python/ )
264
+ - [ Full Stack Python] ( https://www.fullstackpython.com/ )
265
+ - [ Real Python] ( https://realpython.com/ )
266
+ - [ Holy Python] ( https://holypython.com/ )
267
+
268
+ ## Python YouTube channels
269
+ - [ Amulya's Academy] ( https://www-youtube-com/channel/UCIgXF0FrYJL0a6sMsRIsLvA )
270
+ - [ Chris Hawkes] ( https://www-youtube-com/user/noobtoprofessional )
271
+ - [ CodeWithHarry] ( https://www-youtube-com/channel/UCeVMnSShP_Iviwkknt83cww )
272
+ - [ CodingEntrepreneurs] ( https://www-youtube-com/c/CodingEntrepreneurs )
273
+ - [ Corey Schafer] ( https://www-youtube-com/user/schafer5 )
274
+ - [ Edureka ] ( https://www-youtube-com/watch?v=WGJJIrtnfpk&list=PL9ooVrP1hQOHY-BeYrKHDrHKphsJOyRyu )
275
+ - [ freeCodeCamp-org] ( https://www-youtube-com/watch?v=rfscVS0vtbw )
276
+ - [ Joe James] ( https://www-youtube-com/user/joejamesusa )
277
+ - [ ProgrammingKnowledge] ( https://www-youtube-com/watch?v=E9U-EBG8jVk&list=RDQMgTJmXAVobVk&start_radio=1 )
278
+ - [ Telusko] ( https://www-youtube-com/user/javaboynavin )
279
+ - [ TokyoEdTech] ( https://www-youtube-com/channel/UC2vm-0XX5RkWCXWwtBZGOXg )
280
+ - [ Traversy Media] ( https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA )
281
+ - [ Real Python] ( https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA )
282
+
283
+
284
+ ## Technical Blogging Platforms
285
+ - [ Dev.to] ( https://dev.to/ )
286
+ - [ Hashnode] ( https://hashnode.com/ )
287
+ - [ Medium] ( https://medium.com/ )
288
+
289
+ ## Data Structures and Algorithms
290
+ - [ freecodecamp.org] ( https://medium.freecodecamp.org/i-built-an-app-that-makes-learning-algorithms-and-data-structures-way-more-fun-46fbb8afacaf )
291
+ - [ ideserve] ( http://www.ideserve.co.in/ )
292
+
293
+
294
+ - [ data-structures-and-algorithms-in-python] ( https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513 ) <br >
0 commit comments