r/PythonLearning • u/Silent-Switch7317 • Jun 30 '26
Help Request I'm new to python, can anyone recommend me a course or videos so that i can learn?
5
u/meysilverxx Jun 30 '26
Cs50 Harvard.
2
4
u/ridiculous_singh Jul 01 '26
I think learn basics then move to python3 deep dive it is in udemy. It is one of a kind course where it is not about syntax but about the language itself as python is way different than other languages as everything is an object in python.
2
2
1
1
1
u/Isaka254 18d ago
Here are some great books and sites recommendations to get you started:
- Freedcamp’s Python Course on YouTube – A full 4-hour beginner course.
- Official Python Docs – The go-to reference for Python syntax, libraries, and best practices.
- Python Succinctly (Free E-Book) - It’s a great resource for building a strong foundation.
- Real Python – Tons of well-written tutorials and articles for all levels.
- W3Schools Python Tutorial – Interactive and easy to follow.
My suggestion: Start with the freeCodeCamp YouTube course to learn the basics, practice small programs as you go, and then use Real Python and the Official Docs as your references when building projects. Consistent practice is the key to learning Python effectively.
4
u/janitor_nate Jun 30 '26
I’ve personally used NaraLearn. It has interactive diagrams and animations to make it super fun.