carlos-puerto-garcia / Python-1

Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Python 3


Languages

Language:Jupyter Notebook 95.5%Language:Python 4.5%