We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adb57d commit 0852aeeCopy full SHA for 0852aee
README.md
@@ -3,3 +3,7 @@
3
本项目致力于对 Python 3.7 的源码分析,深度参考陈儒大大的《Python 源码剖析》,编写 Python 3 的版本。
4
5
希望各位 Python 爱好者能参与其中,一起探索 Python 魔法背后的奥秘!
6
+
7
+# 计划
8
9
+大体按照《Python 源码剖析》中的目录结构进行编写。依次介绍 Python 源码基本信息、内建对象和虚拟机。
0 commit comments