An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Python 课堂代码

## 目录结构说明

- 当天写的所有代码,放在以 `课程章节+日期` 命名文件夹中

- `代码文件名` 可以自行决定,如 `app1` ,`question1` 等

```text
coke-py/
├── turtle/ 海龟画图代码
└── unit1-2-0914/ 9月14号写的第1单元第2课的代码文件
├── app1.py
├── ...
└── 初识Python.md 课程主题及笔记文件
```