News and Developments. BeeWare - The IDEs of Python (pybee.org) BeeWare is a collection of projects that can be used to help develop, debug and launch Python software. This was announced at DjangoCon US this week by Russell Keith-Magee. Python Surpasses Standards, Reaches New Levels of Quality (blogspot.ca) How awesome is this?! From our sponsors: Discussions. Best Example of Python Projects on Github (reddit.com) Projects. isort (github.com) isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. bugjar (github.com) Part of the recently announced BeeWare suite, bugjar is an interactive graphical debugger for for Python. cricket (github.com) Part of the BeeWare suite as well, cricket is a graphical tool to help you run your test suites. pydown (github.com) Pretty neat. This is a HTML5 presentation builder in Python. Check out the demo here. glass.py (github.com) A simple library to help you create applications for Google Glass. pyrobot (github.com) Handle windows automation in pure python with pyrobot. Pyrobot is loosely modeled after Java’s Robot class and has a pretty full featured api. Python Jobs. Data Hacker (New York, NY) at GameChanger Media. Tools Engineer (New York or Palo Alto) at MongoDB, Inc. Python Developer (Toronto, Ontario, Canada) at Beanfield Metroconnect. >>> More Python Jobs Articles. First Impressions of the IPython Notebook (pgbovine.net) Extensive comparison between workflows with and without IPython notebook. Those of you still on the fence definitely need to check this out. Brilliant or Insane Code (stavros.io) Little snippet generated a lot of discussion this week, on how to take a list of items and turn them into a grouped list of tuples. Four Tricks for List Comprehensions in Python (tech.pro) Interesting list of tricks that help you wrangle list data in Python. Gotcha: Python scoping and closures (veekun.com) In this post the author details some of the gotchas associated with the scoping of closures in Python. Untangling the Big Pharoah’s “Terrifying” Chart (rhodesmill.org) |