Go grab your copy now! If you’re not a subscriber, get the PDF or Print+PDF subscription now! This month there’s a really cool article about how to take data from a spreadsheet and use it to plot points on Live Maps to provide a useful service to employees in the field. I also chimed in…
Category: Scripting
Python Magazine on IRC
It occurs to me that lots of people have no idea that Python Magazine has an IRC channel! Since I know a lot of our authors, and even more of our readers, actually use IRC, we’ve created a channel called #pymag on irc.freenode.net (FreeNode in most clients). The goal of the channel is to be…
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…
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…
Python Magazine Defies Skeptics
I was informed today by the publisher that Python Magazine has been deemed “viable” using all of the important business metrics that they use to evaluate the magazine. This is fantastic news, and speaks volumes about the viability of the magazine in *non* business terms, as well as the model we’ve been employing at MTA…
Getting at your Google Spreadsheets columns
Regular readers know that I’ve been working on a pet project to build a command line interface to Google Spreadsheets. Basically, I find working in a spreadsheet interface to be clunky and uncomfortable. If I need to put in a new row, I’d rather just be prompted at the CLI for the values I want…
Python, regex, and IRC
So, I’m on IRC a lot. I’m on a lot of channels, too. I’m on more than one Python channel. One scenario in these chans that comes up somewhat often is one in which a user converting from PHP, Perl, Ruby, or whatever walk in and want to get a better understanding of how regex…
Recovering deleted files from an svn repository
I know I’m going to forget how to do this, because I only ever need to do it once a year or something, so I’ll put it here for safe keeping: To recover a file from svn that you deleted from your local repository, it’s first necessary to get the proper name of the file,…
PlanetPlanet++
I have to admit that I have not really made friends with Python as a web scripting language. I use it for network, system, and database scripting, and I’ve done some web services stuff with it, but I haven’t been able to use it for things that have, say, a browser interface. Until the other…