stephenh67 / python-resources-2019

Updated 8/8/2022 A curated list of Python 3 resources, books, websites, tutorials, code challenges
GNU General Public License v3.0
235 stars 136 forks source link

additions to the list #1

Open stephenh67 opened 5 years ago

stephenh67 commented 5 years ago

If you have a resource to add please leave a comment

ShadowClaw11 commented 4 years ago

I have a few recommendations. All of the below sources are high quality ones, with images, code examples, videos etc.

Site: https://coderslegacy.com/ Pygame Tutorial - https://coderslegacy.com/python/python-pygame-tutorial/ Tkinter Tutorial - https://coderslegacy.com/python/python-gui/

AggRag commented 3 years ago

Flask Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

justani commented 3 months ago

Hey, I wanted to recommend one resource for Practicing problem solving in Python - https://www.codechef.com/practice/python. The site contains a lot of good practice problems to practice different aspects of Python programming.