Django 1.7 Released, unp, quantum mechanics with Python and much more.
Issue #131: One Point Seven
Weekly dose of all things Python.
Hey Everyone,
We have really full issue this week! Enjoy!
Share an article with us and if it lands in newsletter get highlighted as a contributor in the newsletter!
Like what we are doing? Support us on Gratipay! We are on twitter too!
From our sponsors:
Real Python: Learn programming and advanced web development through hands-on, interesting examples with the power of Python, Flask, and Django 1.7.Learn More (Sponsor this newsletter)
Django 1.7 Released! This release boasts some major changes including built-in migration system, newly refactored concept of Django applications and more after the jump! djangoproject.com Shared by @myusuf3
bankapi BankAPI is a secure decentralized messaging system to send files/messages between banks and other types of financial institutions. github.com Shared by @myusuf3
psutil and MongoDB for System Monitoring Very nice detailed tutorial to set up psutil and MongoDB for system monitoring. The tutorial takes you right from setting up tooling and getting your data to displaying your data on a webpage. reachtim.com Shared by @mgrouchy
Every mock.patch() is a little smell Using mock.patch() a lot in your tests? In this post the author suggests that this is a code smell and that you may want to consider using the dependency injection pattern when writing your code so you don't have to use mock.patch() so much. mauveweb.co.uk Shared by @mgrouchy