🐍
Python 安装
在 Windows、macOS 和 Linux 上安装 Python;管理 PATH;确认 pip;并创建隔离环境。
python
setup
Tutorial Progress
Step 1 of 11
1 Introduction to Python
Python is a widely used, general-purpose programming language known for its readability and rich ecosystem. It runs on Windows, macOS, Linux, and just about every server environment you’ll touch.
This guide walks you through installing Python the right way: getting the correct binary, adding it to your PATH, verifying it works, and creating an isolated environment for your projects.
We’ll keep the steps small, concrete, and repeatable—good habits that avoid cryptic errors later.