Windows does not come with Python by default and we will be using Python 2.7.5 in this class. To install Python, follow the instructions:
Use default settings on the installer, which should take about 10 minutes.
One of the wonders of modern programming is that writing sophisticated programs is often quite easy by making use of work others have already done. In Python, this comes in the form of third-party modules that we will download and import for use by our own programs. For example, if you want to open some images to crop and stretch and cut and paste together, you don’t need to write a program that interprets a .jpg file, as someone has already done that, you just have to import their code. As such, you will now want to install all of the wonderful modules written and maintained by outside sources that we will be using. These *DO NOT* come on Windows, so you’ll need to run a module installer’.:
This installer will add all of the modules that we will need for the entire semester. You will start to learn how to use these modules in the coming weeks and months. Once the installer has completed, you may delete the installer folder from your computer.
Now, go back and get everything else you need Getting the IDE