You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
0 commit comments