An introduction to python

README.md 865B

An Introduction To Python

Install Python

Follow the documentation here. https://www.python.org/downloads/ Make sure you install python3.7 or greater.

Install pip

If pip is not installed follow these instructions. https://pip.pypa.io/en/stable/installing/

Install Jupyter

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

Full instructions can be found here: http://jupyter.org/install

Download This Tutorial

https://git.1248.nz/python/Introduction/archive/master.zip

With Git

git clone https://git.1248.nz/python/Introduction.git

Run Jupyter

You can either use the run.bat for Windows or run.sh for Linux/Mac.
Or you can run

jupyter notebook --NotebookApp.token=''

Then go to http://localhost:8888/notebooks/01.intro.ipynb in your browser.