News and Developments. PyPy 2.1 Released (blogspot.ca) Complete with horrible puns. Pypy 2.1 first release with official support for ARM processors in the JIT. RaspberryPi users get your speed on. The Style Guide for Python Code (PEP 8) Modernization. (draftable.com) Most notably the increase of the number of lines to 99, removed “harsher” wording of certain parts, as well as other various modernizations. RuPy 2013 (rupy.eu) RuPy is a unique conference that brings together communities from different state-of-the-art programming languages Python, Ruby, JavaScript, Clojure, Go and related technologies. 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. Do you debug with python with breakpoints? (reddit.com) Projects. gittle (github.com) Gittle is a high-level pure-python git library. It builds upon dulwich which provides most of the low-level machinery babel (github.com) Babel is a Python library that provides an integrated collection of utilities that assist with internationalizing and localizing Python applications. pantograph (github.com) Control HTML5 Canvas through Python. This is quite fun, I would take a look at the examples. projects (github.com) Trying to complete over 100 projects in various categories in Python. Awesome resource for people new to Python. huxley (github.com) Watches you browse, takes screenshots, tells you when they change. Huxley is a test-like system for catching visual regressions in web applications. leapcast (github.com) Simple ChromeCast emulation app. textblob (github.com) Simplified text processing for Python 2 and 3. Cool helpers for tags, and noun phrases. requirementstxt (github.com) Autocomplete for all your python requirements, for Sublime Text 3 & 2. Python Jobs. Python Developer/MIT Neuroscience (Cambridge, MA/Anywhere) at Massachusetts Institute of Technology. >>> More Python Jobs Articles. Sharing Your Labor of Love: PyPI Quick And Dirty (hynek.me) A completely incomplete guide to packaging a Python module and sharing it with the world on PyPI. Why Not Python? (chrisstucchio.com) One of the more sensible GIL articles I have read, nice comparisons and examples PyPy From Scratch (flaper87.org) Small article which introduces the PyPy source structure to interested developers. Automatically Inline Python Function Calls (tomforb.es) |