将每章代码整理为独立可运行的 .py 脚本 #38
ThingsWorld
started this conversation in
Ideas
Replies: 1 comment
|
是个好的体验,这块可能需要大家来一起贡献,我最近的时间会主要放在更大一点的应用模板上,还没时间去做这个可运行代码整理。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
目前项目各章节的代码都是以 md里面的方式或零散片段提供的,对想快速运行体验的读者不够友好。建议增加一个 run_scripts/ 目录,为每个章节提供一个完整的 .py 脚本,方便一键运行。
All reactions