8000 Update README.md · klajosw/python@1f37200 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f37200

Browse files
authored
Update README.md
1 parent 72fe784 commit 1f37200

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

README.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Owner info : https://sites.google.com/site/klajosw
2020

2121
MS learn : https://docs.microsoft.com/hu-hu/users/lajoskecskemti-4995/achievements
2222

23+
# Python learning
2324

2425
## Table of Contents
2526
- [Ultimate-Python-Resource-Hub](#Ultimate-Python-Resource-Hub)
@@ -49,10 +50,7 @@ MS learn : https://docs.microsoft.com/hu-hu/users/lajoskecskemti-4995/achievem
4950
- [Data Structures and Algorithms](#data-structures-and-algorithms)
5051
- [Connect with me](#connect-with-me)
5152

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/).
5453

55-
- - -
5654

5755
## Coding Practice Playground for Python
5856
- [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
9694
- [spoj](https://www.spoj.com/)
9795
- [urionlinejudge](https://www.urionlinejudge.com.br/)
9896

97+
9998
## Free Hosting Platforms for Python
10099
- [AWS](https://aws.amazon.com/)
101100
- [FastComet](https://www.fastcomet.com/)
@@ -105,6 +104,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
105104
- [PythonAnywhere](https://www.pythonanywhere.com/?affiliate_id=0048f655)
106105
- [Render](https://render.com/)
107106

107+
108108
## Python Books
109109
- [A byte of Python](https://python.swaroopch.com/) by Swaroop
110110
- [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
119119
- Python Tricks by Dan Bader
120120
- Thin 8000 k Python
121121

122+
123+
122124
## Python Community and Groups
123125
- [PySlackers](https://pyslackers.com/)
124126
- [Python Discord Server](https://discord.com/invite/python)
125127
- [r/Python](https://www.reddit.com/r/Python/)
126128

129+
130+
127131
## Python Courses-Video Tutorials
128132
- [Automate the Boring Stuff with Python Programming](https://www.udemy.com/course/automate/)
129133
- [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
141145
- [The Python Bible (Udemy)](https://www.udemy.com/course/the-python-bible/)
142146
- [100 Days of Code - The Complete Python Pro Bootcamp for 2021](https://www.udemy.com/course/100-days-of-code/)
143147

148+
149+
144150
## Python Devs to Follow on Twitter
145151
- [Justin Mitchel](https://twitter.com/JustinMitchel)
146152

153+
154+
147155
## Python Github Repositories
148156
- [30 Days of Python](https://github.com/codingforentrepreneurs/30-Days-of-Python)
149157
- [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
160168
- [The Algorithms](https://github.com/TheAlgorithms/Python)
161169
- [Hackerrank_Python](https://github.com/Kushal997-das/Hackerrank)
162170

171+
172+
163173
## Python IDEs
164174
- [Atom](https://atom.io/)
165175
- [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
174184
- [Wing](https://wingware.com/downloads)
175185
- [Anaconda](https://www.anaconda.com/products/individual)
176186

187+
188+
177189
## Python Libraries for GUI Development:
178190
- curses
179191
- DearPyGui
@@ -195,11 +207,13 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
195207
- FastAPI
196208
- Pyramid
197209

210+
198211
## Python Libraries for Game Development:
199212
- Pygame
200213
- PyOpenGL
201214
- Pyglet
202215

216+
203217
## Python Libraries for Data Science:
204218
- TensorFlow
205219
- NumPy
@@ -209,6 +223,7 @@ Have Python 3.7 or newer installed. You can check the version by typing `python3
209223
- Seaborn
210224
- StatsModels
211225

226+
212227
## Python Mobile Applications:
213228
- [DataCamp](https://play.google.com/store/apps/details?id=com-datacamp)
214229
- [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
220235
- [Unacademy Learning App](https://play.google.com/store/apps/details?id=com.unacademyapp)
221236

222237

238+
223239
## Python Newsletters:
224240
- [Awesome Python Newsletter](https://python.libhunt.com/newsletter)
225241
- [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
234250
- [Python Weekly](https://www.pythonweekly.com/)
235251
- [The Real Python Newsletter](https://realpython.com/newsletter/)
236252

253+
254+
237255
## Python Podcasts:
238256
- [Django Chat](https://djangochat.com/)
239257
- [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
246264
- [Test & Code](https://testandcode.com/)
247265
- [The Real Python Podcast](https://realpython.com/podcasts/rpp/)
248266

267+
268+
249269
## Python Websites
250270
- [ Codecademy](https://www-codecademy-com/)
251271
- [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
264284
- [Full Stack Python](https://www.fullstackpython.com/)
265285
- [Real Python](https://realpython.com/)
266286
- [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+
267291

268292
## Python YouTube channels
269293
- [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
281305
- [Real Python](https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA)
282306

283307

308+
309+
284310
## Technical Blogging Platforms
285311
- [Dev.to](https://dev.to/)
286312
- [Hashnode](https://hashnode.com/)
287313
- [Medium](https://medium.com/)
288314

315+
316+
289317
## Data Structures and Algorithms
290318
- [freecodecamp.org](https://medium.freecodecamp.org/i-built-an-app-that-makes-learning-algorithms-and-data-structures-way-more-fun-46fbb8afacaf)
291319
- [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+
292328

293329

294-
- [data-structures-and-algorithms-in-python](https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513) <br>

0 commit comments

Comments
 (0)
0