代码:python体系结构书的示例应用程序代码 源码
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 创
文件列表
code-master.zip
(预估有个47文件)
code-master
.travis.yml
814B
license.txt
26B
Dockerfile
265B
tests
pytest.ini
78B
conftest.py
2KB
unit
test_handlers.py
5KB
test_product.py
3KB
暂无评论