Monthly Archives: December 2011

Reporting McCabe Code Complexity for Python projects in Jenkins (aka Hudson)

Not long ago, I wrote a parser for Pymetrics to produce an html formatted document designed to be integrated in Jenkins using its Html plugin. In Jenkins CI we have Python support for unit tests, code coverage and lint reporting, … Continue reading

Posted in Continuous Integration, Open Source, programming, Python | Tagged , , , , | 2 Comments

Deploying Django applications in a scalable way

Pip or easy_install inside a virtual environment is great for development purposes when you want all your dependencies isolated from your system. It’s great to manage dependencies and reproduce the same development environment across different developers at any given time. … Continue reading

Posted in Best practices, Deployment, Django, Python, Scalability | Tagged , , | Leave a comment