# Python Teaching **Repository Path**: zpaddy/python-teaching ## Basic Information - **Project Name**: Python Teaching - **Description**: Python 初学入门。仅供教学。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2025-12-18 - **Last Updated**: 2025-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonTeaching 🐍🐍🐍 ## 介绍 Python 初学入门。仅供教学。 ## 学习方法 勤奋是唯一的学习捷径。 ## 文件介绍 - tutorial📚: 教程 - syntax🔢:基础语法 - files📃: 文件操作 - OOP🦆: 面向对象编程 - GUI🖥: 可视化界面编程 - mygame🎮:游戏开发,包含一些pygame的练习 - web🕸: 网络编程 - concurrent🚄: 并行编程 - science🔬: 科学计算 - images🖼: 图像处理等多媒体编程 - examples🌰: 完整示例 - others🎓: 辅助课件 ## 学习网站🔥 - https://liaoxuefeng.com/books/python/introduction/index.html - https://learnxinyminutes.com/python/ - https://www.tutorialspoint.com/python/index.htm - https://realpython.com/ - https://www.mostlypython.com/ - https://github.com/Jack-Cherish/PythonPark - https://github.com/jackfrued/Python-100-Days - https://github.com/walter201230/Python - 👉 https://blog.csdn.net/qq_42366672/article/details/128834262 Cheatsheets: https://realpython.com/cheatsheets/python/ ### 在线编辑器 - https://www.mycompiler.io/new/python - https://replit.com/ - https://pythontutor.com/ - https://leetcode.com/playground/UpwhGDg6 ### 刷题 - https://leetcode.com/ - https://codeforces.com/ - https://www.hackerrank.com/domains/python - https://www.codecademy.com/learn/learn-python ### 超星 [Python入门](https://mooc1.chaoxing.com/mooc-ans/course/202421218.html) ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request