Coding Club
Learn. Inspire. Grow.
Python, Anaconda & Other Library Installation:-
Windows:
——————————
installation guide:
[Link]
version 3.6 : [Link]
Ubuntu:
———————————-
Ubuntu 16.04 and 14.04 ships with both Python 3 pre-installed.
to check versions
$ python3 -V
Output
Python 3.6.1
Mac:
——————
Mac OS X comes preinstalled with python2.7
you can install 3.6, please download python3 from
[Link]
please refer : [Link]
We use Python3
Installing anaconda:
for all windows, linux and mac;
——————————
[Link]
NOTE: please check “add Anaconda to your PATH environment variable”
anaconda download links:
[Link]
please choose files according to your specs
Quick start:
[Link]
launch Jupyter notebook:
——————————-
once after installing the anaconda, open terminal and enter
$jupyter notebook
On successful installation of anaconda it will open a new tab in your browser and
please refer this video: [Link]
Installing packages: (Windows, Mac, Linux)
**************************
Goto command prompt:
1. pip3 install pandas
2. pip3 install matplotlib
3. pip3 install nltk
4. pip3 install numpy
5. pip3 install scipy
6. pip3 install scikit-learn
7. pip3 install seaborn
8. pip3 install –upgrade tensorflow ( refer this on any error ) Note: there are
two ‘-‘ before upgrade
9. pip3 install keras
10. pip3 install Pillow
11. pip3 install plotly
Happy Coding !