Different questions from the book "Math Adventures With Python" by Peter Farrell
Download python from https://www.python.org/downloads/ and install latest version of python 3.
Search your system for "IDLE", it's the python IDE which is used to write the pyhton code. Open IDLE and a screen called "shell" will appear which is used for the interactive coding environment. Click File -> New File and a new file will appear which is used for writing the python code.
For heavy-duty graphics, Processing is used which is a professional level graphic-library to make dynamic, interactive artwork and graphics. Go to https://processing.org/download/ Download the installer for your operating system. It'd be on Java by default. Click Java to open the drop-down menu, then click Add Mode. Select Python Mode -> Install
Now, you are ready to roll.