Useful Links


Python

Learning materials

Topical articles

CPython core developers

Brett Cannon is a CPython core developer, and is very interested in standardizing packaging. https://snarky.ca

Paul Ganssle is CPython core developer, and maintains zoneinfo. https://blog.ganssle.io

Hynek Schlawack also maintains Twisted, Attrs, and lots of things. He’s also interested in DevOps. https://hynek.me

Random sources

The Real Python articles are great. Tutorials are paid, but the articles are free.

Podcasts

There are some great podcasts for Python, such as:

  • Python Bytes: Audio Python headlines every week, interesting articles and things that pop up, with a random special guest.
  • Talk Python to Me: In-depth interviews. Might I recommend episode #338?
  • Test and Code: Tests are very important, and here’s a whole podcast dedicated to them!

C++

CMake