Python Setup and UsagePython设置和使用¶
This part of the documentation is devoted to general information on the setup of the Python environment on different platforms, the invocation of the interpreter and things that make working with Python easier.文档的这一部分专门介绍在不同平台上设置Python环境的一般信息、解释器的调用以及使使用Python更容易的事情。
- 1.
Command line and environment命令行和环境 - 2.
Using Python on Unix platforms在Unix平台上使用Python - 3.
Configure Python配置Python - 4.
Using Python on Windows在Windows上使用Python- 4.1.
The full installer完整安装程序 - 4.2.
The Microsoft Store packageMicrosoft应用商店软件包 - 4.3.
The nuget.org packagesnuget.org包 - 4.4.
The embeddable package嵌入式软件包 - 4.5.
Alternative bundles备选捆绑包 - 4.6.
Configuring Python配置Python - 4.7.
UTF-8 modeUTF-8模式 - 4.8.
Python Launcher for Windows用于Windows的Python启动器 - 4.9.
Finding modules查找模块 - 4.10.
Additional modules其他模块 - 4.11.
Compiling Python on Windows在Windows上编译Python - 4.12.
Other Platforms其他平台
- 4.1.
- 5.
Using Python on a Mac在Mac上使用Python - 6.
Editors and IDEs编辑器和集成开发环境