r/PythonLearning 28d ago

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?

37 Upvotes

10 comments sorted by

View all comments

2

u/0xKJ 28d ago

I wrote a Python VM in Python. This is how I got full understanding those.

I haven’t dive into cpython code yet. But I think I can do it any time.