python体系结构书的示例应用程序代码 章节 每个章节都有自己的分支,其中包含该章节的所有提交,因此其状态与该章节的末尾相对应。 如果您想尝试与章节一起编写代码,则需要查看上一章的分支。 练习题 练习的分支遵循{chatper_name}_exercise ,例如 要求 具有docker-compose的docker 适用于第1章和第2章,其余部分则可选:本地python3.7 virtualenv 建造容器 (仅从第3章开始才需要) make build make up # or make all # builds, brings containers up, runs tests 创