Set up Python on Windows 7. Get started 1. Visit the official Python download page and grab the Windows installer. Choose the 3. 2 bit version. A 6. 4 bit version is available, but there are compatibility issues with some modules you may want to install later. Thanks to commenters for pointing this out. Note Python currently exists in two versions, the older 2. This tutorial focuses on the 2. Run the installer and accept all the default settings, including the C Python. Next, set the systems PATH variable to include directories that include Python components and packages well add later. To do this Right click Computer and select Properties. In the dialog box, select Advanced System Settings. Cygwin Command Line Package Installers PlusIn the next dialog, select Environment Variables. In the User Variables section, edit the PATH statement to include this C Python. C Python. 27Libsite packages C Python. Scripts C Python. C Python. 27Libsite packages C Python. Java Tic Tac Toe Program Source Code here. Scripts 4. Now, you can open a command prompt Start MenuAccessories or Start MenuRuncmd and type That will load the Python interpreter Python 2. Apr 1. 0 2. 01. 2, 1. MSC v. 1. 50. 0 3. Intel on win. 32. Type help, copyright, credits or license for more information. Python 2. 7. 3 default, Apr 1. MSC v. 1. 50. 0 3. Intel on win. 32. Type help, copyright, credits or license for more information. Because of the settings you included in your PATH variable, you can now run this interpreter and, more important, a script from any directory on your system. Press Control Z plus Return to exit the interpreter and get back to a C prompt. Set up useful Python packages. Python packages. Grab the appropriate version for your system and install. Having pip and setuptools will cover most of your installation needs, so go ahead and add pip. Now that youve installed setuptools, you can add pip by typing the following at any Windows command prompt not in the Python interpreter Notice that easyinstall executes without needing to be told where on the system its located. Thats the benefit of adjusting your PATH variable earlier. Mechanize and Beautiful. Soup are must have utilities for web scraping, and well add those next C pip install mechanize. C pip install beautifulsoup. C pip install mechanize. C pip install beautifulsoup. I recently covered here, is a great tool for dealing with comma delimited text files. Add it Youre now set to get started using and learning Python under Windows 7. If youre looking for a handy guide, start with the Official Python tutorial. Need to set up on Windows 8. Heres my guide. Related. Cygwin Command Line Package Installers© 2017