Compact Portable Python for Windows

This is a regular Python built from original sources and packed into a single
executable file. The packed executable is a lightweight all-in-one Python
interpreter, which includes a virtual file system that works like a read-only
RAM-disk. Python includes all standard modules, excexcluding PIP module,
which can't work with this portable Python.

Additional libraries

To avoid collisions with possibly installed normal Python, paths to library
directories will not be passed to this portable Python, however, the additional
command line arguments "--libpath path" can be used to add additional library
paths from the command line.

Additional modules can be added to virtual file system per request.

System requirements:
Windows 7 or later 32 and 64-bit.

Installation:
Download archive from http://www.southsoftware.com/python.zip,
unzip it anywhere on your hard drive and start x32\python.exe on
32-bit Windows or x64\python.exe on 64-bit Windows.

Web site:
http://www.southsoftware.com/
