Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 656 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 656 Bytes

PythonProjects

Installation

Install Python
$ sudo apt-get update
$ sudo apt-get -y install python2.7 python-pip python-dev
Install library management tool pip
$ sudo apt-get install python-pip
$ sudo -H pip install --upgrade pip
Install ipython
$ sudo apt-get -y install ipython ipython-notebook
Install Jupyter Notebook:
sudo -H pip install jupyter
sudo -H pip install --upgrade pip
Install popular modules:
pip install numpy
pip install scipy
pip install matplotlib
pip install -U scikit-learn
pip install pandas

License

MIT Free Software, Hell Yeah!