本项目致力于对 Python 3.7 的源码分析,深度参考陈儒大大的《Python 源码剖析》,编写 Python 3 的版本。
希望各位 Python 爱好者能参与其中,一起探索 Python 魔法背后的奥秘!
直接访问 在线版 即可阅读全书。
本项目使用 VitePress 构建。直接运行 make 可查看所有命令:
make install # 安装依赖
make serve # 启动本地预览,访问 http://localhost:5173/python3-source-code-analysis/
make build # 构建静态页面到 .vitepress/dist
make clean # 删除构建产物