Skip to content

Commit c878cc3

Browse files
authored
Update README.md
1 parent 9ffeb8c commit c878cc3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ Different questions from the book "Math Adventures With Python" by Peter Farrell
44
## Pyhton Installation
55
Download python from https://www.python.org/downloads/ and install latest version of python 3.
66

7-
![Python Website] (https://user-images.githubusercontent.com/32386713/85448750-6f09b480-b5b0-11ea-8ad8-fae92dcdd335.png)
7+
![Python Website](https://user-images.githubusercontent.com/32386713/85448750-6f09b480-b5b0-11ea-8ad8-fae92dcdd335.png)
88

99
## IDLE 3
1010
Search your system for "IDLE", it's the python IDE which is used to write the pyhton code.
11-
Open IDLE and a screen called "shell" will appear which is used for the interactive coding environment. Clicl File -> New File and a new file will appear which is used for writing the python code.
11+
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.
12+
13+
![IDLE 3](https://user-images.githubusercontent.com/32386713/85449701-81382280-b5b1-11ea-90f8-83dd130f829e.png)
14+
![IDLE 3](https://user-images.githubusercontent.com/32386713/85449918-b6447500-b5b1-11ea-8d50-968d56864606.png)
1215

1316
## Processing
1417
For heavy-duty graphics, Processing is used which is a professional level graphic-library to make dynamic, interactive artwork and graphics.
15-
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
18+
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
19+
20+
![Processing](https://user-images.githubusercontent.com/32386713/85450158-f0157b80-b5b1-11ea-9e24-4ef01622b31a.png)
1621

1722
Now, you are ready to roll.

0 commit comments

Comments
 (0)