Category | Python

Limit GithubStatus to certain builders in BuildBot

Written by Johannes on February 16, 2015 Categories: Buildbot, Continuous Integration, git, github, Python

Building Web-Applications with Python (and WSGI)

Written by Johannes on February 18, 2014 Categories: Python, uwsgi, Webdevelopment, Werkzeug, wsgi

Dropping Columns in Alembic SQLite Migration

Written by Johannes on December 6, 2013 Categories: Alembic, Python, SQL, SQLAlchemy, Sqlite

Unit-testing non-deterministic functionality in Python

Written by Johannes on August 28, 2013 Categories: Python, Test Driven Development Tags: , ,

A simple Python HL7 parser.

Written by Johannes on August 15, 2013 Categories: HL7, Medical IT, Python

Beware of snakes and trailing commas…

Written by Johannes on May 31, 2013 Categories: Python, SQLAlchemy, Webdevelopment, Werkzeug

Commenting out multiple lines in Vim without external plugins

Written by Johannes on May 17, 2013 Categories: Python, Vim

Serving Django through Werkzeug at a subpath

Written by Johannes on April 25, 2013 Categories: Django, Python, uwsgi, Webdevelopment, Werkzeug

Deploying Django behind nginx with uwsgi and virtualenv

Written by Johannes on November 27, 2012 Categories: Django, Python, uwsgi