Skip to content

Category Archives: Python

virtualenv-burrito example bootstrap

08-Sep-11

You will likely want the python-dev .deb installed before starting this process. When you want to switch back to your system python installation:

Python Two-Liner to Convert from a Unix Time Stamp

10-Dec-09

>>> import time >>> time.gmtime(1253548874) (2009, 9, 21, 16, 1, 14, 0, 264, 0)