Harold Nelson
8/29/2020
Create a terminal “file” and start the python interpteter. Interact with the interpreter in a Read-Evaluate-Print Loop (REPL).
Create a file containing python code as text. Open a terminal and direct python to run the file.
Create a Jupyter notebook and use the python3 kernel.