Installing Python for Windows
Courtesy: http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows http://www.calazan.com/how-to-set-the-proxy-settings-in-windows-via-command-line/ http://docs.python-guide.org/en/latest/starting/install/win.html http://zetcode.com/tutorials/pyqt4/firstprograms/ http://www.ee.iitb.ac.in/student/~amaldev/contact.html Verified with: OS: Windows 7 (32 bit) Python version: 2.7.5 (32 bit) 1. start -> cmd 2. Go to command prompt 3. Set the http proxy environment (if your network use proxy) set HTTP_PROXY=http://user:password@proxy.domain.com:port 4. Go to http://www.python.org/getit/ and select the version of python and download (I used ‘Python 2.7.5 Windows… Continue reading Installing Python for Windows