《CPython Internals》阅读笔记:p76-p95

74 阅读1分钟

《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).

关于英语的注解同步更新汇总到 github.com/codists/Eng… 仓库。

三、其它

The Python Language and Grammar 简评:本章很多内容简直就是将 Python 文档搬到书上,好像写了很多,又好像什么都没写。

四、参考资料

1. 编程

(1) Anthony Shaw,《CPython Internals》:book.douban.com/subject/354…

2. 英语

(1) Etymology Dictionary:www.etymonline.com

(2) Cambridge Dictionary:dictionary.cambridge.org

codist_mp.png 欢迎搜索及关注:编程人(a_codists)