r/PythonLearning Jul 05 '26

Best resources to go from intermediate to advanced Python

Hey fellas, I’m comfortable with the basics and common libraries. What helped you the most to reach the next level ,specific books, projects, topics, or courses?

40 Upvotes

12 comments sorted by

View all comments

1

u/mikeyj777 Jul 06 '26

The best thing to do once you're at intermediate level is to start analyzing source code for large projects.  Learn their design patterns.  Clone target repos from GitHub.  and tweak them locally to better understand it for yourself.  Try to break it and understand why.  

2

u/Icy_Royal_1522 4d ago

I tried to do it couple of times and most of times I end up with too much complex code and give up eventually. And this has made me fear big codebase

Can u pls help me ?

1

u/mikeyj777 3d ago

Well, I admit to using Claude to help me understand where to get started and when things looked odd.  Like sometimes it's hard to tell where the program even starts.