Skip to content

jumbokh/python_learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

59b7c7dc4184c26e0436f67659e161bd7d68aefbca342964

python_learn

https://www.python.org/ftp/python/3.6.2/python-3.6.2.exe

pip install ipython pip install jupyter (ipython notebook)

https://pypi.python.org/pypi/setuptools (下載 ez_setup.py)

pip install setuptools-36.5.0-py2.py3-none-any.whl

pip list pip freeze > requirements.txt

pip install virtualenv virtualenv 例如: virtualenv venv cd venv Scripts\activate (要離開輸入:deactivate)

pip install numpy (太複雜的套件 無法安裝)

https://repo.continuum.io/archive/Anaconda3-5.0.0-Windows-x86_64.exe

建置不同的執行環境

python2

conda create -n py2 python=2.7

activate py2

conda install notebook ipykernel

ipython kernel install

deactivate

python3

conda create -n py3 python=3.6

activate py3

conda install notebook ipykernel

ipython kernel install

deactivate

conda info --env

easy_install numpy or conda install numpy

conda install matplotlib

4-1.py 3-2.py 4-3.py

ipython notebook || juypter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published