This is a collection of python scripts that I have written. I think this section will be mostly stuff I write for this site since any other scripts I write would also fall under the "Linux Projects" category.

Atom - Beta Rev (one running the site)
This is a collection of scripts that I have written that combine to form a simple Atom server. Currently it works with a SQLite backend and hopefully with few modifications any SQL server. Most of the stuff is written to be fairly modular to enable easy updates, feature additions, and backend changes. It also only supports GET right now, hopefully post will be coming soon. If you have any questions please contact me (email on the bio page). If you use this code please give me some credit.
Click here for the source
meanRecipe - Coming Soon
This is a simple recipe database program that I have been working on to hold recipes that I can cook. It is designed to work with SQLite but other databases could be used. To use the program I am working on frontends for the command line, ncurses, and wxPython.
Source tarball coming soon.