/Python-1

Python 3

Primary LanguageJupyter Notebook

Python tutorial in ubuntu

####Installation and quick start Win: http://continuum.io/downloads#py34 ####How do I install additional packages into Anaconda?

conda install pymysql
binstar search -t conda psycopg2
conda install binstar

#####https://binstar.org/search?q=psycopg2

conda install -c https://conda.binstar.org/jonrowland psycopg2
sudo apt-get install python3-all
whereis python3
alias python=python3
apt-get -y install python-pip
pip install "ipython[notebook]"
pip install --upgrade ipython[notebook]