Welcome to the second occasional PyMag Article Wish List, where the editors of Python Magazine get together to come up with a list of topics that we’d like to see covered, but which currently have no coverage in our magazine. If you’re familiar with any of the topics listed below, or you’re doing something else…
Month: December 2007
December issue of Python Magazine Out, and DRM-Free
After the October and November issues of Python Magazine were both out for some time, I was pretty surprised when I joined IRC channels only to find lots of people who still didn’t know about Python Magazine. Well, the December issue has just been released in both print and PDF, and I think it’s a…
The beginnings of a CLI interface to Google Spreadsheets
I’m really re-posting this from an O’Reillynet posting I made a while back in order to test out the code highlighting capabilities of my new wordpress installation. It seems that it’s not really working correctly [UPDATE: Seems to be working now :-D]. Anyway, I hate (HATE!) spreadsheets. Even the Google variant. The interfaces to these…
How to Build Your Own MySQL 5 Server in AppLogic
I’m building an infrastructure on a grid using AppLogic, which is a grid OS that provides both GUI and command line interfaces to build your infrastructure. I use both interfaces, depending on the task I’m trying to perform at the time. One thing I have discovered is that there are a lot of somewhat nebulous…
Holy Crap I’m Busy
I feel guilty that I’m even taking this little bit of time to post this. I’m *BUSY*. I’m simultaneously: learning how to deploy a fully-virtualized, production infrastructure on a grid using AppLogic planning and scripting the bits and pieces that need to happen to migrate an infrastructure to a grid architecture. Doing code review for…
…So little time
I’m not usually this bad about writing on my blog, but the past few weeks have been a little nuts. But it’s the ‘good’ kind of nuts. I’m working on MySQL, memcached, database replication, optimizing SQL queries (and, in one case, the database schema itself), writing Python (using ctypes, and trying to parse the C-encrusted…