Command lines in Linux, OSX, Windows. Learn to start them
Distribution install vs pip module install
pip or python -m pip
Python 3 & Python 2
In [1]:
import sys
sys.version
Out[1]:
Save a file. Use an editor:
Bigger IDE: Pycharm
Execute it with the command line:
Killing scripts:
Ctrl-C