News and Developments. Continuum Analytics Launches, In-Browser Data Analytics Environment (continuum.io) Releasing Wakari version 1.0, an easy-to-use, cloud-based, collaborative Python environment for analyzing, exploring and visualizing large data sets . From our sponsors: | There's a lot to worry about when building your application, your database shouldn't have to be part of that. Let Heroku Postgres take care of that for you . | Discussions. What Python questions should I be prepared to be asked by Java programmers? (reddit.com) Projects. whit (github.com) This is pretty neat. Whit is a SMS service which allows you to query popular services like Wikipedia, Crunchbase, and other api’s via SMS. Click through for more details and screenshots. storm (github.com) Manage your SSH connections “Like a Boss” with Storm’s command line interface. Pretty useful! gitfiti (github.com) This is a fun project. Craft graffiti with your git commits to show in your contribution calendar on github. Check out the project to see screenshots and instructions. phantompy (github.com) Currently this is experimental but Phantompy is a headless scriptable Webkit engine with a clean pythonic api. This is useful for things like accessing and manipulating pages with the dom programmatically as well as scraping pages or doing anything that might require you to programmatically interact with a fully rendered webpage. commandr (github.com) Commandr allows you to make python functions accessible simply from the command line. Essentially you add a command decorator and you are off to the races. Check out the README for more details. folium (github.com) Like maps? love python? Folium lets you manipulate your data in Python, then visualize it in on a Leaflet map. wtforms-alchemy (github.com) Python Jobs. Python Software Developer (San Francisco, CA) at Cyan Inc. Python Software Developer (Petaluma, CA) at Cyan Inc. >>> More Python Jobs Articles. Speed up python package installs now! (holgerkrekel.net) Do you maintain a Python package? If so you should click through and see how you can speed up your Python package downloads with the newly live PEP438. Porting to Python 3 redux (pocoo.org) In this post, Armin Ronacher revisits porting existing Python apps to Python 3. He gives some tips and tricks that he came up with while making Jinja2 work on Python 2.6, 2.7 and 3.3. Using Python's gzip and StringIO to compress data in memory (saltycrane.com) Salty Crane shows how he dove into understanding gzip and cStringIO modules in the standard library. Complete with all the steps he took to the final solution. Django Email Tricks Part 1 (stackful-dev.com) Sending emails. Almost every app has to do it eventually(or immediately), these two articles contain some good tips for sending emails from your app with Django. Part 2 is out too. Using riemann to monitor python apps (spootnik.org) Riemann is a network event stream processing system written in clojure. In this post the author demonstrates how to use it to monitor your Python apps. Check out the packaged up code here. An introduction to the RPython language (hashbang.co.nz) Have you ever wondered about RPython, the language that PyPy and Topaz Ruby are implemented in? If so, check out this introduction and learn a little bit about it. Accelerating Python Libraries with Numba (Part 2) (continuum.io) Segmenting Images In Parallel With Python & Jug (wordpress.com) How and why we switched from Erlang to Python (mixpanel.com) |