####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]
https://iampennywu.gitbooks.io/introducing-python/content/
https://github.com/HuskyHsu/Introducing-Python
####Python with Tensorflow
1.CNN_for_textile https://github.com/jerrywu2013/Python/tree/master/2019/CNN_for_textile
2.Chinese Visual understanding https://github.com/jerrywu2013/Python/tree/master/2019/Chinese%20Visual%20understanding
3.GPU_TF https://github.com/jerrywu2013/Python/tree/master/2019/GPU_TF
4.Sentiment analysis https://github.com/jerrywu2013/Python/tree/master/2019/Sentiment%20analysis