# PythonLearning **Repository Path**: JerryBluesnow/PythonLearning ## Basic Information - **Project Name**: PythonLearning - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-14 - **Last Updated**: 2021-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonLearning ## 一、因为王网络比较慢,为了避免上课之前浪费过多时间 - 1. 请确保都安装了visual studo code 下载方法: - - 步骤1. 打开网址: [https://code.visualstudio.com/](https://code.visualstudio.com/) - - 步骤2. 点击网页上"Download for Windows"按钮下载安装包,会下载一个程序包:VSCodeUserSetup-x64-1.60.0.exe,后面的数字不同倒是无所谓。 - - 步骤3. 下载完成点击双击安装包安装,一直点击下一步,完成安装。 - 2. 请确保都安装了python - - 步骤1. 打开网址: [https://www.python.org/](https://www.python.org/) - - 步骤2. 点击网页上"Downloads"切换网页页面, 然后点击"Download Python 3.9.6" - - 步骤3. 下载完成点击双击安装包安装,一直点击下一步,完成安装。 - 3. 安装完python,安装pip, 方法如下: - - 打开powershell, 然后输入命令:pip install pygame 经过前面三个步骤,那么我们的python开发环境就配置好了。 ## 二、 我们的学习资料都会放在这里: [https://gitee.com/JerryBluesnow/PythonLearning](https://gitee.com/JerryBluesnow/PythonLearning) 点击下载按钮,会有个"下载ZIP",以后每次上课之前,大家提前把资料下载下来。 这是一个git server,大家先用下载的方式,后面会交大家用git命令去操作。 ``` gitee下载需要密码的话 用这个: 账号: aluesnow@163.com 密码: python@123456 ``` ## [课件链接](https://gitee.com/JerryBluesnow/PythonLearning/tree/master/src)