上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页
摘要: 《CPython Internals》学习第 11天,p177-p220 总结,总计 44 页。 一、技术总结 1.memory allocation in C (1)static memeory allocation Memory requirements are calculated at co 阅读全文
posted @ 2025-01-16 22:44 codists 阅读(11) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 10天,p152-p176 总结,总计 25 页。 一、技术总结 1.adding an item to a list my_list = [] my_list.append(obj) 上面的代码涉及两个指令:LOAD_FAST, LIST_APPEND 阅读全文
posted @ 2025-01-15 23:22 codists 阅读(11) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 9天,p151-p1510 总结,总计 1 页。 一、技术总结 无。 二、英语总结(生词:1) 1.marshal (1)marshaling Marshalling or marshaling(US spelling) is the process o 阅读全文
posted @ 2025-01-14 22:44 codists 阅读(12) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 8 天,p118-p150 总结,总计 33 页。 一、技术总结 补充一些本人整理的关于 Context-Free Grammar(CFG) 的知识。 1.symbol(符号) A mathematical symbol is a figure or a 阅读全文
posted @ 2025-01-13 23:56 codists 阅读(19) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 7 天,p97-p117 总结,总计 21 页。 一、技术总结 1.词法分析(lexical analysis) 根据《Compilers-Principles, Techniques, and Tools》(《编译原理》第2版)第 5 页:The fi 阅读全文
posted @ 2025-01-12 23:51 codists 阅读(12) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 6 天,p96-p96 总结,总计 1 页。 一、技术总结 1.parser-tokenizer p92, Creating a concrete syntax tree using a parser-tokenizer, or lexer. p96, 阅读全文
posted @ 2025-01-11 23:52 codists 阅读(8) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 5 天,p76-p95 总结,总计 20 页。 一、技术总结 无。 二、英语总结(生词:1) 1.check vi/vt. to exam sth to ensure it is correct, true, or in good condition.示 阅读全文
posted @ 2025-01-10 23:17 codists 阅读(16) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 4 天,p61-p75 总结,总计 15 页。 一、技术总结 1.编译器类型 (1)self-hosted compiler Self-hosted compilers are compilers written in the language they 阅读全文
posted @ 2025-01-09 23:59 codists 阅读(25) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 3 天,p43-p60 总结,总计 18 页。 一、技术总结 1.编译所需要的package sudo apt install -y build-essential libssl-dev zlib1g-dev libncurses5-dev \ libn 阅读全文
posted @ 2025-01-08 22:49 codists 阅读(24) 评论(0) 推荐(0)
摘要: 《CPython Internals》学习第 2 天,p20-p42 总结,总计 23 页。 一、技术总结 1.Python interpreter CPython,PyPython,Jypython,Cython。 2.阅读 cpython 代码工具 VSCode 或者 CLion。VSCode 阅读全文
posted @ 2025-01-07 23:56 codists 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页