Python

※This article is based on Python 3.7.3

安装pip [edit]

安装pip,不过3.7以后自带pip不需要安装了

python download url

https://www.python.org/downloads/release/python-373/

Unofficial Windows Binaries for Python Extension Packages download url

https://www.lfd.uci.edu/~gohlke/pythonlibs/

Windows [edit]

Installing with get-pip.py To install pip, securely download get-pip.py. :

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

//或者下面的网址手动下载
https://pypi.org/project/pip/#files

Then run the following:

python get-pip.py

Upgrading pip On Linux or macOS:

pip install -U pip

On Windows:

python -m pip install -U pip

安装完后,需要在环境变量里面添加下面两个

C:\Users\Administrator\AppData\Local\Programs\Python\Python38-32
C:\Users\Administrator\AppData\Local\Programs\Python\Python38-32\Scripts

重新安装pip [edit]

python -m pip install -U --force-reinstall pip

IDE [edit]

PyCharm [edit]

Community Edition 版本即可

https://www.jetbrains.com/pycharm/

visualization-online-python-tutor [edit]

使用浏览器,可以将python的执行过程中,内存的分配都展示出来,便于初学者理解、学习使用

https://github.com/aphirak/visualization-online-python-tutor

コメント:



(画像の文字列を入力して下さい)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS