Windows: Installing Python and its scientific computing packages

Windows: Installing Python & its scientific computing packages

While the overall recommendations will not change, the details will always be dated. These notes were updated 12 October 2012. If you're reading this much after these dates, you may encounter changes or, in fact, may benefit from more up-to-date procedures and packages.

Basic Windows Install:

iPython

iPython is a shell that makes working interactively with Python and developing Python programs much more convenient than dealing with the Python interpretter directly. It comes as part of the above Python distributions.

You can change iPython's default text editor (NotePad) to your favorite editor, or one that is at least more functional, by following these instructions.

Programmer's NotePad

One particularly functional and free editor is Programmer's NotePad. Take a look at these instructions to see how to install and configure it to work with iPython.