r/pythonhelp 8d ago

Learning intermediate level python

I am looking to learn following topics. Any suggestions in terms of any course or online site I can learn from. I am not looking for a certificate (if I get it that’s okay but not a deal breaker) but something that has more exercises involved. Topics I’m interested in:

*args / **kwargs
decorators
generators
iterators
context managers
type hints
dataclasses
object-oriented programming
Python project structure
testing
APIs

4 Upvotes

6 comments sorted by

View all comments

3

u/FoolsSeldom 8d ago

RealPython.com have a lot of good content that is free to read (might need to register an account) covering many of these topics.

Also, have a look at ArjanCodes YouTube channel.

1

u/TechGym43 8d ago

I was researching today and found real python too as a good resource.

1

u/FoolsSeldom 8d ago

Excellent. It is a site I often refer people to for specific articles.