Ready to complete some of these Python challenges at home? Then you will need to download Python 3 which is completely free to download: https://www.python.org/downloads/.
We also recommend you to install a Python IDE such as PyScripter which is also free to download: https://code.google.com/p/pyscripter/. It makes coding and debugging a lot easier.
Our Recommendations
To avoid any incompatibility issues, for Windows users we recommend you to install the following versions of Python, PyScripter and Pygame:
Python | version 3.9 | Download (Source: https://www.python.org/downloads/windows/ | More recent versions may not be fully compatible with our recommended versions PyScripter / Pygame |
PyScripter | Version 2.6 | https://sourceforge.net/projects/pyscripter/ | |
Pygame | version 1.9.2a0 for Windows 32 bit – Python 3.3 | Download (Source: https://bitbucket.org/pygame/pygame/downloads) |
Should you not have the above versions, we would recommend uninstalling Python / PyScripter and Pygame to install the recommended versions instead.
Python Online
Should you decide not to install Python on your computer, you can still use online coding environments such as Trinket.io or CodingGround: