We want to hear from you about projects you are working on, conferences you are running, and articles you want to share.| pycoders.com
Presentation I gave at Django under the Hood 2014.| Speaker Deck
On your Python learning journey, you may have heard that a great way to get better is to read code written by other people. That's true, but finding good code to study is not easy, mostly because the design philosophy and the reasoning behind the code are rarely documented. The Python standard library is special in this regard: not only is the code open source, but the discussions around the design decisions are public, too.| death and gravity