PyCon Uruguay 2012

Last November 10th and 11st we enjoyed the first Python Conference in Uruguay. The event was developed by the Python community in Uruguay as a result of the great success of the PyDay that took place in August 2011. In the event participated several speakers from Uruguay, Argentina, Brasil and Denmark with talks ranging from Biopython,  Machine Learning to […]

Read More

Django Hello

Django doesn’t really need a hello world style introduction, its documentation speaks for itself. But this is what “Hello, world!” in Django looks like to me. I hate boilerplate and I love reducing software down to its core components; just enough to start the server. setup.py: from setuptools import setup setup( name=’hello’, ) requirements.txt: Django==1.4.1 […]

Read More

New Vanity Release

This release features the ability to display per package download statistics. With all the Python stats goodness going on recently, I got inspired to make a new vanity release. This release features the ability to display per package download statistics via the `-v` or `–verbose` command line argument. Here are some of my favorite results. […]

Read More

Introducing pythonpackages.com

The website for Python egoists™ I have this overwhelming desire to know how many times my favorite Python packages have been downloaded. Don’t you? If so, look no further than pythonpackages.com. Count downloads Where you can enter a package like Django and find out the number of downloads. Count favorites Or click on Count favorites […]

Read More

Plone: First Class Python Citizen

The Plone community and software fit nicely within the larger Python ecosystem. Here’s why. For almost as long as I have been involved in the Plone project, I’ve been interested in Plone’s role in the Python ecosystem. Today as I look across the current landscape, I’m proud to announce a new milestone the Plone community […]

Read More

Pillow: One Year Later

For anyone unfamiliar with Pillow, it is the friendly PIL fork: a fork of PIL that aims to remain a good citizen in the PIL community through its actions. Warm and fluffy history Pillow 1.0 was released on 2010-07-31, a little over a year later came Pillow 1.7.5 which features: Many packaging fixes (mostly to […]

Read More

Mozilla and PyPI

VM setup for kitsune The last time I wrote about PyPI some folks mistook the subject to be PyPy, so let me be clear: this article is about the Python Packaging Index. I recently began doing some volunteer work for Mozilla[1], working on a virtual machine setup to make kitsune development easier (kitsune is the […]

Read More