# Python2025Lesson2 **Repository Path**: slyb2020/Lesson2 ## Basic Information - **Project Name**: Python2025Lesson2 - **Description**: Python2025Lesson2 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 39 - **Created**: 2025-09-10 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lesson2 Python基础知识 ## 本项目推荐使用Python3.9~3.11解释器 ## 1. 下载代码仓库 ```commandline git clone https://gitee.com/slyb2020/Lesson2.git ``` ## 2. 安装虚拟环境 略 ## 3. 安装依赖包 ```commandline pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ```