Does anyone have any suggestions to learn Python? I am still young and have a huge dream of becoming a Python developer someday, and I need to find any websites or online courses I can take to learn efficiently. Any suggestions will greatly help me!
- Youtube has lots of free tutorials. Some are whole playlists with many videos. I like the Indently guy myself. Youtube search
Here are a few more that I haven’t checked out but they are in my notes.
- Beginner page from Python wiki which has tutorial links. BeginnersGuide - Python Wiki
- Datacamp. https://datacamp.com
- Hackinscience. https://www.hackinscience.org/ Free interactive tutorials for Python where you can write code.
- Learnpython. https://www.learnpython.org/ Has inline interpreter/compiler.
- Learn X in Y minutes. Learn Python in Y Minutes Very good tutorial explain what values evaluate to false. This would make a good Quickref. Ex:
print(bool([]))
orprint(bool(''))
- Python.Land. Beginner's Python Tutorial: Learn Python • Python Land
- Real Python tutorials. https://realpython.com/
I’m still a beginner but I’m a big fan of inventwithpython.com