Category Archives: Python
In 2008 I started learning Python (with *a lot* of help from David Beazley, thank you good sir!). I can’t get enough. Here I discuss what I’m learning, and eventually, how it applies to the web.
Putting Python on the Web
The more I use Python, the more I think about using it online. Often this amounts to creating simple tools to help me get things done quicker, like embed a simple script in a web page, process a form, etc. … Continue reading
Getting MySQL-python Running on Leopard
As I pursue my python adventures, I of course wanted to learn how to do one of the things I do most – pull data out of MySQL. It seems the simplest way to start doing that is Python is … Continue reading
Get TextMate to Recognize More Python Keywords
Syntax highlighting is definitely your friend when you’re coding, and while I love TextMate, it’s support for some languages is still a bit lacking. For reference, you can always get my current customized theme(s) here. You can browse more themes … Continue reading
Basic File Parsing with PHP and Python
I’m currently taking a masters class on dynamic languages with DaBeaz, and our first assignment was to parse a basic text file containing a stock portfolio, like so (here’s a simple text file w/ all of them): YHOO 50 19.25 … Continue reading

