============ Installation ============ In this chapter you will learn how to install Python On Windows ========== You have to download the latest Windows(TM) installer from the Python site http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi . Install it just as any other Windows software. On GNU/Linux ============ Generally all GNU/Linux distributions come with Python, so no need to worry about that :) If you don't have it then you can install it by either downloading from the Python website or from your distribution's repository. For Fedora :: [user@host]$ sudo yum install python For Debian :: [user@host]$ sudo apt-get install python