<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Dev-Picayune</title>
	<link>http://www.devpicayune.com</link>
	<description>picayune: of little value or importance</description>
	<lastBuildDate>Sun, 31 May 2009 19:16:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Komodo and Django and Ubuntu 9.04</title>
		<description>Lately, I've found myself switching from Wing IDE to Komodo IDE for my Python work. One of the major reasons for this has been my switch to using a Mac at work. While Wing runs on the Mac, it's really an X11 app and doesn't have the full Mac'y feel ...</description>
		<link>http://www.devpicayune.com/entry/komodo-and-django-and-ubuntu-904</link>
			</item>
	<item>
		<title>Building Python 2.6 executables for Windows</title>
		<description>I finally made a build of my game, Raven Checkers, on Windows XP. In the process I ran into the same issues as everyone else with Python 2.6 and the new requirement for manifest files. Since Python 2.6 binaries for Windows are now compiled using Visual Studio 2008, a manifest ...</description>
		<link>http://www.devpicayune.com/entry/building-python-26-executables-for-windows</link>
			</item>
	<item>
		<title>Object pooling in Python</title>
		<description>This post discusses an object pool design pattern that is applicable in the following scenario:

	You have a list of objects whose state is continually updated.
	The objects are frequently added or deleted from the list, i.e. have limited lifetimes.
	You want to reuse the objects instead, to improve performance or simplify your ...</description>
		<link>http://www.devpicayune.com/entry/object-pooling-in-python</link>
			</item>
	<item>
		<title>A New Author for the Blog and Site</title>
		<description>I've never really regretted keeping two separate blogs. Three was certainly too much, but having two isn't all bad. The one thing I've regretted is that I've not done enough posts. So, to help fix that situation and also to provide a slightly more permanent home to the excellent posts ...</description>
		<link>http://www.devpicayune.com/entry/a-new-author-for-the-blog-and-site</link>
			</item>
	<item>
		<title>Some Long MySQL Connection Delays</title>
		<description>This issue has been documented before, but it took me awhile to understand what the real problem was and what my options for resolving it were.

So what happened? I had a VM (Ubuntu Hardy) chillin' on my local dev box. That local VM was a test environment to verify the ...</description>
		<link>http://www.devpicayune.com/entry/some-long-mysql-connection-delays</link>
			</item>
	<item>
		<title>Hosting a Django Site With the CherryPy WSGI Server</title>
		<description>So after hearing about CherryPy's WSGI server while at PyCon (I went to the Pylons/TG2 classes), I decided, like others have, to see if I could host a Django site with it here where I work.  There are several references out there about using that server code with Django, ...</description>
		<link>http://www.devpicayune.com/entry/hosting-django-with-cherrypy-wsgi-server</link>
			</item>
	<item>
		<title>MySQLdb and executemany error &#8220;incomplete format&#8221;</title>
		<description>Okay, very weird problem today.  I am not sure what to make of it... when using the latest version of MySQLdb (1.2.2.final.0) which is the version in Ubuntu 7.10 Gutsy, I am getting an "incomplete format" error when performing an executemany.  My variables are presented as a list ...</description>
		<link>http://www.devpicayune.com/entry/mysqldb-and-executemany-error-incomplete-format</link>
			</item>
	<item>
		<title>Projects, PyCon, and Life</title>
		<description>So just as a bookmark to myself, I wanted to document what all I was working on from a technical perspective.

On the work front, I've recently deployed a Django app that folks are just totally loving.  It's actually a hacked together group of scripts to import data and export ...</description>
		<link>http://www.devpicayune.com/entry/projects-pycon-and-life</link>
			</item>
	<item>
		<title>More Blog Housekeeping</title>
		<description>I've finally gotten tired of my poor little blog getting attacked by spammers.  Actually, it was just one in particular and I know I could've done some IP blocking or added to the protection scheme on my comments, but rather than working more on Pumpkinvine, I've now switched to ...</description>
		<link>http://www.devpicayune.com/entry/more-blog-housekeeping</link>
			</item>
	<item>
		<title>An Odd Monday Calendar Bit of Nonsense</title>
		<description> (now updated with some pointless Python code)

This is perfect for this little blog concerned with trivial and small things.  I noticed that my Peanuts calendar on my desk is essentially a reproduction of the 1990 calendar.  Obviously, they all have to be reproductions because Charles Schulz died ...</description>
		<link>http://www.devpicayune.com/entry/200708271353</link>
			</item>
</channel>
</rss>
