《CPython Internals》学习第 5 天,p76-p95 总结,总计 20 页。
一、技术总结
无。
二、英语总结(生词:1)
1.check
vi/vt. to exam sth to ensure it is correct, true, or in good condition.示例:
(1)After I'd finished the test, I checked my answers for mistakes.
这种用法比较常见。
(2)Unlike PEP 8, there are few tools for checking compliance with PEP 7(注:《CPython Internals》第78页).
在这里,compliance 的意思是 following rules or standards,Unlike PEP 8 (Python's style guide for code), there are fewer tools available to check if your code adheres to or follows the standards set by PEP 7 (the style guide for C code in CPython).
关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。
三、其它
The Python Language and Grammar 简评:本章很多内容简直就是将 Python 文档搬到书上,好像写了很多,又好像什么都没写。
四、参考资料
1. 编程
(1) Anthony Shaw,《CPython Internals》:https://book.douban.com/subject/35405785/
2. 英语
(1) Etymology Dictionary:https://www.etymonline.com
(2) Cambridge Dictionary:https://dictionary.cambridge.org
欢迎搜索及关注:编程人(a_codists)
标签:p76,code,CPython,Internals,PEP,p95,https From: https://www.cnblogs.com/codists/p/18664894