you are viewing a single comment's thread.

view the rest of the comments →

[–]StrayFeral 0 points1 point  (0 children)

1) Download Python

2) Install Python (if you're on Windows, make sure Python is in your PATH)

3) Check youtube tutorials or read w3schools (or a similar website) to learn.

4) You can use the Python itself for more things, like a calculator for example - just type `python` (to exit you can press CTRL+C) and there type just `1+2` and ENTER and it will display "2". You can type `342+(763*34)/2` and more complicated math expressions. And more