Performance metrics, error logging, release tracking and mobile alerts in one killer tool. When an error happens, we'll show you the code that is breaking, who wrote it, and how it is affecting performance. Pycoders Weekly readers get $100 credit.
boltons A collection of things that would be useful in the stdlib but aren't there. Pretty nice collection of BSD licensed tools here. Check out the full docs here. github.com Shared by @mgrouchy
serpy Ridiculously fast object serialization for complex datatypes like Django models, custom classes, etc. github.com Shared by @mgrouchy
NCutil Very cool! A Notification Center utility for OSX, allows you to Add/remove apps, set alert styles and suppress app store notifications. Supports Mavericks and Yosemite. github.com Shared by @mgrouchy
soupy Soupy is a wrapper around BeautifulSoup that makes it easier to build complex queries when wrangling web data. github.com Shared by @mgrouchy
guardrail guardrail is a Python library for managing object-level permissions which framework and db agnostic. github.com Shared by @myusuf3
Articles
Nameko for Microservices Really nice introduction to Nameko. A new project that aims to allow users to build microservices and focus on logic application logic and deal less with spending a lot of time bending your web framework stack to your will. pocoo.org Shared by @mgrouchy