Python Programming: Prerequisites Required Tools/Packages
Python Programming: Prerequisites Required Tools/Packages
Monday, 13.07.2020
─
Prerequisites
Basic Knowledge of C Programming
Required Tools/Packages
1. Python-v.3.5 or above (Preferably Anaconda-v3.5 or above)
3. Browser - Chrome
https://docs.anaconda.com/anaconda/install/windows/
https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
b) Open the terminal, go to the directory where the installer is downloaded and
type the following:
bash Anaconda3-2020.02-Linux-x86_64.sh
d) Follow the prompts on the installer screens, and if unsure about any setting,
simply accept the defaults, as they can all be changed later.
2
e) If you select the option to not add the Anaconda directory to your bash shell
PATH environment variable, you may later add this line to the “~/.bashrc” in your
home directory:
export PATH="/home/username/anaconda/bin:$PATH"
g) Finally, close and re-open your terminal window for the changes to take effect.
OR
https://docs.anaconda.com/anaconda/install/linux/
https://jupyter.readthedocs.io/en/latest/running.html
● Notebook Basics:
https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/exa
mples/Notebook/Notebook%20Basics.ipynb
No need to install any additional tools, just go through the given tutorial notebooks
for understanding how to use jupyter.
https://hub.gke.mybinder.org/user/ipython-ipython-in-depth-
m249tszq/notebooks/binder/Index.ipynb
https://jupyter-
notebook.readthedocs.io/en/stable/examples/Notebook/examples_index.html
Action Items
1. Install all the required tools