/PythonProjects

Writing some Python code for Learning and Fun!

Primary LanguagePython

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!