News and Developments. From our sponsors: | Neckbeard Republic is for the busy python developer looking to level up with weekly bite-sized screencasts on new tools, standard library, and much more. Level up here. | Discussions. First Look at Python Enums (reddit.com) Projects. Django Vanilla Views (django-vanilla-views.org) This is a simplifying of the django included class based views! No mixins! If you are down with class based views you should give this a look. remarkdown (github.com) A markdown parser based on docutils, note this project is still in alpha and is likely to change. flask-restful (github.com) This is a simple framework for creating great REST API’s with Flask. flask-foundation (github.com) This project looks to get your flask web application up and running in a hurry by providing a solid foundation to build your applications on. Package includes bootstrap, flask-assets, flask-cache, flask-SQLAlchemy and much more. prettyplotlib (github.com) Use prettyplotlib to enhance your matplotlib use and make your default matplotlib graphs beautiful. Python Jobs. Back End Developer (New York, NY) at DataDog. Data Hacker (New York, NY) at GameChanger Media. Tools Engineer (New York or Palo Alto) at MongoDB, Inc. Python Developer (London) at Tangent Labs. Articles. Breaking Out Of Secured Python Environments (tomforb.es) This is an extremely fun article about how to break out of secured python environments, fun little journey on how to break out of ‘secured’ python environments. Musings About Debian and Python (pault.ag) There are many holy wars in Python, this article goes on to describe there is a right tool for every job when it comes to apt vs. pip. cubr (cbarker.net) Pretty cool project, which takes in the layout of a mixed up Rubik’s Cube and allows you follow the computer as it solves the Rubik’s Cube you presented. Pretty cool video after the jump! Python C Extensions and mod_wsgi (emptysqua.re) Python scripts running under mod_wsgi the scripts are isolated from each other but the state of their C extensions are not which can cause havoc. If you maintain a Python extension this post will give you strategies to make your script compatible with mod_wsgi. pynt vs. invoke (thechangelog.com) Are you evaluating options for a pure Python make replacement? Check out this great comparison of projects pynt and invoke to help you make your decision. |