This repository of code has a few snippets to get us into reading and understanding Python, one of the most popular and well supported programming languages in the last decade.
Please note that the service I have elected to use for these demos is open-source and free to use. Please respect these computing resources.
The link at the top of this page will give you a very small Linux machine to do some basic commands and Python work. To save anything from these sessions, you will have to copy and paste it out of the Juypter tab. The small Linux computer will cease to exist when you close the tab!
This does take a few minutes, usually. A computer is being born (and waking up).
-
Get a Terminal.
-
Select "New" on the upper right side of the next screen.
- Select "Terminal" in that drop-down menu.
-
- Type the following command into your new Terminal and press the Enter key:
python demystified-code.py
- Let an instructor know if you are not prompted for a number after you press enter, like so:
That is the way to run scripts that can be interacted with!