写点什么

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

作者:codists
  • 2025-01-10
    广东
  • 本文字数:538 字

    阅读完需:约 2 分钟

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

发布于: 刚刚阅读数: 5
用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《CPython Internals》阅读笔记:p76-p95_CPython Internals_codists_InfoQ写作社区