Things That Are Way Too Hard

When I went to university, I found myself studying Physics at the University of St Andrews in Scotland. This worked out very well for me: I can wholeheartedly and unreservedly recommend St Andrews as a place to study. The School of Physics is chock-full of great teachers and researchers, and my understanding is that the […]

Read More

Test-plone tmp

Since Day 1 with Plone circa 2004, I’ve always taken pride in and greatly enjoyed refining my development environment. It’s been stable for a while now (> 1 year or so) so I thought I’d share. Operating system Mac OS X Latest (Lion, at the time of this writing) Terminal Mac OS X Terminal Editor […]

Read More

New Year’s Python Meme 2011

My response My response to http://blog.ziade.org/2011/12/20/new-year039s-python-meme-2011/. It was fun answering in 2009, so I thought I’d play again. What’s the coolest Python application, framework or library you have discovered in 2011? Pyramid. In early 2011 I released vanity, which later became pythonpackages.com(more or less). I used building the site as an excuse to learn Pyramid, […]

Read More

Show MySQL Storage Engines

If you have ever wanted to know the storage engine type of every table in one of your MySQL databases, you know how tedious that can be. I have written a Python script that will simplify that task. You can get it on Github. Usage: $ ./show-engines.py or $ python show-engines.py Download: https://github.com/dbrgn/MySQL-Show-Storage-Engines

Read More

In Defense of PyPI

Everyone on the Python Planet is probably already familiar with Peter Fein’s recent article about PyPI. Everyone on the Python Planet is probably already familiar with Peter Fein’s recent article about PyPI use (or lack thereof). But in case not, particularly striking was the number of folks who joined the “PyPI bashing” in the comments. […]

Read More