Member-only story
Learn Python Programming
2 min readNov 8, 2022
A beginner’s guide to learning Python programming for FREE
Python has been around since the 90s and an enormous amount of content is there to learn Python. While this is good for any language this creates information overload and decision paralysis in learning in a structured manner. Note: There is no official certification for Python programming
Here is a list of materials to help beginners in Python programming:
Interactive way
Here you can try on coding on the browser itself without installing anything.
Books
- Automate the Boring Stuff with Python
- Learn Python The Hard Way
- Dive Into Python 3
- Think Python
- The Hitchhiker’s Guide to Python!
A more extensive list of books can be found at awesome python books
Courses
Videos
- Programming with Mosh : 6hr long Python course
- Corey Schafer : Python short tutorials
- Intellipaat: Python long…