https://github.com/fcbyk/coke-py
XinYi Lebo, Python code
https://github.com/fcbyk/coke-py
Last synced: 10 months ago
JSON representation
XinYi Lebo, Python code
- Host: GitHub
- URL: https://github.com/fcbyk/coke-py
- Owner: fcbyk
- Created: 2025-09-17T08:23:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T08:39:30.000Z (10 months ago)
- Last Synced: 2025-09-17T10:30:00.359Z (10 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python 课堂代码
## 目录结构说明
- 当天写的所有代码,放在以 `课程章节+日期` 命名文件夹中
- `代码文件名` 可以自行决定,如 `app1` ,`question1` 等
```text
coke-py/
├── turtle/ 海龟画图代码
└── unit1-2-0914/ 9月14号写的第1单元第2课的代码文件
├── app1.py
├── ...
└── 初识Python.md 课程主题及笔记文件
```