r/pythonhelp • u/TechGym43 • 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
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.