# Python Teaching **Repository Path**: RanchoTao/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-11-27 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonTeaching 🐍 ## Introduction This is designed for beginners to get started with Python. It is intended solely for teaching purposes. ## Learning Approaches Diligence is the sole shortcut to learning. ## File Introduction - syntax🔢: Basic syntax - OOP🦆: Object - Oriented Programming - GUI🖥: Graphical User Interface programming - mygame🎮: Game development, including some pygame exercises - web🕸: Network programming - concurrent🚄: Parallel programming - examples🌰: Completed examples - others🎓: Supplementary courseware ## Learning Websites 🔥 - 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/ Cheatsheets: https://realpython.com/cheatsheets/python/ ### Online Editors - https://www.mycompiler.io/new/python - https://replit.com/ - https://pythontutor.com/ ### Chaoxing [Introduction to Python](https://mooc1.chaoxing.com/mooc-ans/course/202421218.html) ## How to Contribute 1. Fork this repository. 2. Create a new Feat_xxx branch. 3. Commit your code. 4. Create a new Pull Request.