Website address: https://www.python.org/
Win version: https://www.python.org/downloads/windows/
Installation Note: Installation path recommended modification, path path remember to add
After installation:
Command line Python-v
Command line pip-v Note that V is uppercase, and you can see the installation common directory of the runtime from the running result
PIP Upgrade Command python-m pip install--upgrade pip
Pip Install or uninstall module pip install xxx; Pip Uninstall xxx
There are documents in the installation directory
Installing Ipython
Install command line pip install Ipython
Validation line Ipython-v
Installing Jupyter
Install command line pip install Jupyter
Run command line Jupyter notebook
Jupyter installation has a common error (two machines installed Win7 direct success, win10 error), fix see 78078442
For jupyter shortcut keys, refer to 51034543
Installing Pycharm
Download path: https://www.jetbrains.com/pycharm/download/#section =windows Download free version is enough
Turn off VIM edit mode
Python Beginner's Notebook----Install the Environment in the window System