Skip to content

carlos-puerto-garcia/Python-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.5%
  • Python 4.5%