I’m a reddit addict, & regularly follow /r/python.
A few years ago I came across a post called “Must-watch videos about Python”, and I’ve been following pymust.watch ever since.
The list is well balanced, and covers many important topics.
If you feel that a specific topic is missing, send a pull request to the websites GitHub repository.
Overwhelmed by the length of the list? go through my favorites first:
- The Mighty Dictionary
- Inside the Python GIL
- Stop Writing Classes
- Transforming Code into Beautiful, Idiomatic Python
- What Is Async, How Does It Work, And When Should I Use It?
- Garbage Collection - This one was really eye opening. After seeing it, I started looking into PyPy, RPython.