Reconstructing a module from a Python pyc file
You can reconstruct configuration files from a .pyc version using ‘marshal’ and ‘dis’ modules.
You can reconstruct configuration files from a .pyc version using ‘marshal’ and ‘dis’ modules.
You can achieve auto completion inside Python interpreter by adding the following lines to your .pythonrc file (or the file you have set Python to read on st...
The idea is how to setup your Linux box to compile your code for the Windows platform using MinGW. Depending on your distribution, the installation of the ne...
Psycopg2 is a DB API 2.0-compliant PostgreSQL driver. You can download psycopg from here http://pypi.python.org/pypi/psycopg2/2.0.4.
First drop an alias - alias qshare='python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"' into your bash profile. Then whenever you want to share...