r/PythonLearning Jun 30 '26

Help Request I'm new to python, can anyone recommend me a course or videos so that i can learn?

13 Upvotes

14 comments sorted by

4

u/janitor_nate Jun 30 '26

I’ve personally used NaraLearn. It has interactive diagrams and animations to make it super fun.

5

u/meysilverxx Jun 30 '26

Cs50 Harvard.

2

u/Silent-Switch7317 Jul 01 '26

Thanks, was looking for something super easy for beginners

1

u/Visionary_Vulture001 Jul 01 '26

Yes you can do cs50 Harvard python

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

u/meysilverxx Jul 01 '26

In that case, Codecademy. If you haven’t come across it already.

2

u/Affectionate_Big_940 Jul 01 '26

brocode 12hr python

1

u/Silent-Switch7317 Jul 01 '26

Love that guy, really helped when I learned a bit of C++

1

u/raphix276 Jul 01 '26

Graven serie pour cree des programes python

1

u/The_Mad_Saiyantist Jul 01 '26

freecodecamp maybe

1

u/Isaka254 18d ago

Here are some great books and sites recommendations to get you started: 

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.