Python Recipes Posted
Python recipes posted.
Dan McDougall has just released a couple of Python recipes that would be useful to you embedded developers out there. The first one is a minifier for Python code. It reduces the size of your code for embedded systems and such. You can find it here http://code.activestate.com/recipes/576704/ The second one serves static web pages from within a gzipped tarball. You can find that here http://code.activestate.com/recipes/576706/

