Coding Club Learn. Inspire. Grow. Python, Anaconda & Other Library Installation
Coding Club Learn. Inspire. Grow. Python, Anaconda & Other Library Installation
Windows:
——————————
installation guide:
https://www.howtogeek.com/197947/how-to-install-python-on-windows/
Ubuntu:
———————————-
to check versions
$ python3 -V
Output
Python 3.6.1
Mac:
——————
We use Python3
Installing anaconda:
——————————
https://docs.anaconda.com/anaconda/install/
https://www.anaconda.com/download/
Quick start:
http://www.cdt-pv.org/media/resources/Anaconda-Quickstart.pdf
launch Jupyter notebook:
——————————-
$jupyter notebook
On successful installation of anaconda it will open a new tab in your browser and
**************************
Happy Coding !