Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.35 KB

MathAdventuresWithPython

Different questions from the book "Math Adventures With Python" by Peter Farrell

Pyhton Installation

Download python from https://www.python.org/downloads/ and install latest version of python 3.

Python Website

IDLE 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.

IDLE 3 IDLE 3

Processing

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

Processing

Now, you are ready to roll.