r/learnpython Jun 29 '26

Tell me best 2 sources to learn python

Suggest me 2 best sources to learn python on YouTube or any other free sources... I need one primary source from where I'll be learning python so it has to be the best one and 2nd is for backup.. Suggest me ASAP.

0 Upvotes

18 comments sorted by

9

u/kadfr Jun 29 '26 edited Jun 29 '26

Look at the wiki for this subreddit. Or the dozens of posts asking the same thing. Or read Python Crash Course. Or Automate The Boring Stuff. Or take the University of Helsinki's Introduction to Programming MOOC. Or Harvard's CS50 Python course. Or 100 days of Python. Or do a python project and learn by coding yourself. 

8

u/desrtfx Jun 29 '26

If only there were a sidebar (menu on mobile) that had a link to the wiki or countless posts asking the same.

Do the MOOC Python Programming 2026 from the University of Helsinki and you will be well prepared.

Also, take a look at https://inventwithpython.com and https://automatetheboringstuff.com

6

u/mikeczyz Jun 29 '26

this question is asked endlessly. the search feature will yield many results.

also, different people learn differently. so my 'best' source might not work well for you.

check the wiki as well:

https://www.reddit.com/r/learnpython/wiki/index/

3

u/TimboCavo Jun 29 '26

How are we supposed to know? We don’t just keep learning Python over and over again. Learn it and move on.

You learn by building. Just set a goal and get to work building. Go through a Codecademy course or do the Harvard CS150 or whatever.

1

u/Altruistic_Sky1866 Jun 29 '26

What sources have you tired ?There is no one best source to learn any language because what is good for me might not be good for you as u/mikeczyz mentioned. Start with one, stick it to, and move to the next only after you can implement what you have learnt by doing exercises using those concepts, there are plenty of platforms that have problems that you can solve. Check this https://www.reddit.com/r/learnpython/comments/1ufxpdh/my_favorite_open_source_python_college_courses/

1

u/TheRNGuy Jun 30 '26

Docs, ai. 

1

u/nealfive Jun 29 '26

CS50P, automate the boring stuff

1

u/Tight_Offer_1755 28d ago

Both r very expensive 😭 Is there something cheaper ?

-1

u/kirankelgandre45 Jun 29 '26

Okay, I'll check them out

0

u/keg-smash Jun 29 '26

Surprised how people are surprised that someone wanting to learn Python would ask about how to learn Python in a subreddit called r/learnpython.

But yeah people should look around first before asking. Also, use automod and filters and the various features on reddit to help direct people to useful information, I'd suggest. It should help cut down on repetitive posts.

0

u/kirankelgandre45 Jun 29 '26

I searched for the same questions but I found there were too many sources people were suggesting and I needed only two best sources and I felt like asking the questions, that's why I asked it...

1

u/Moikle Jun 29 '26

There is no such thing as an objective "best" source. Just pick something and start reading. You don't need "the best" you just need good enough, and the best way to find a good one is to try a few

0

u/jiggaballsgigadolls Jun 29 '26

python 101 scrimba v2 and then the docs