News and Developments.
Call For Proposals: EuroPython 2014
You. Your friends. Your friends' friends. Do it. Submit a proposal.
Python 3.4.0b2 Released (python.org)
This is a preview release, and its use is not recommended for production settings. Details after the jump.
Oscar 0.6 Released (readthedocs.org)
Oscar is an ecommerce framework for Django designed for building domain-driven applications, this release boasts a bunch of new features and improvements.
From our sponsors:
Discussions.
Why Python 2 Is The Better Language for Text and Bytes (reddit.com)
Projects.
rabbitpy (github.com)
A thread-safe pythonic RabbitMQ client library. It aims to provide easy and simple to use interface for interacting with RabbitMQ.
https://www.gittip.com/gmr/
quietnet (github.com)
This project is insanely cool. NSA got you bummed checkout this ultra frequency chat program, it may annoy your cats and dogs.
https://www.gittip.com/on/github/Katee/
python-future (github.com)
A easy, clean Python 2 /3 compatibility library. Use this to help ease the transition from your code from Python 2 to 3.
ec2 (github.com)
Syntactic sugar on top of boto to make working with EC2 instances and security groups a joy.
https://www.gittip.com/mattrobenolt/
yowsup (github.com)
Create custom whatsapp clients with the yowsup python library that have all the capabilities of the official whatsapp client.
https://www.gittip.com/on/github/tgalal/
mpld3 (github.com)
This is a minimal interactive viewer for matplotlib graphics built on D3, still in the proof of concept stage, but still worth the look at this notebook.
https://www.gittip.com/on/github/jakevdp/
easyAI (github.com)
Interested in creating AI for two player games like Tic Tac Toe, Connect 4, and Reversi pure-Python artificial intelligence framework, here you go.
https://www.gittip.com/on/github/Zulko/
|
PYCODER'S JOBS
Looking for an awesome employer? Looking to hire incredible python development talent? You will definitely want to checkout the Pycoder's Job Board.
|
|
Articles.
How You Implemented Your Python Decorator is Wrong. (dscpl.com.au)
A matter of fact post about Python decorators.
An Introduction to Mocking in Python (toptal.com)
Mocking is a useful strategy when writing tests. In this post the author gives you an introduction to mocking a simple guide to using the Mock library.
Scaling Mercurial at Facebook (facebook.com)
Scaling our favorite Python version control system at Facebook.
Managing Events with Explicit Time Zones (caktusgroup.com)
Dealing with user time zones in Django can be a pain, in this post the author gives a useful strategy for capturing user events with a time zone for later display.
Must-Have Django Packages (devcharm.com)
Over at DevCharm they have a nice wiki page with the Django packages that are must haves for any Django project.
|