Skip to content

LittleTopCao/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

notes

此 rep 记录本人的一些学习笔记。本想用 GitPages 搭建一个博客,折腾两天无果。主要是没有找到中意的 Theme,也就不再浪费时间。此仓库用文件夹分类,笔记用 Markdown 或 Jupyter Notebook 书写,Github 可以会对这两种文件格式化,可以在线查看。

Python 源码分析

根据 Python源码剖析-陈儒 一书总结自己的理解。

  • 第0章 编译Python

  • 第1部分 Python内建对象

    • 第1章 Python对象初探
    • 第2章 Python中的整数对象
    • 第3章 Python中的字符串对象
    • 第4章 Python中的List对象
    • 第5章 Python中的Dict对象
    • 第6章 最简单的Python模拟——Small Python
  • 第2部分 Python虚拟机

    • 第7章 Python的编译结果——Code对象与pyc文件
    • 第8章 Python虚拟机框架
    • 第9章 Python虚拟机中的一般表达式
    • 第10章 Python虚拟机中的控制流
    • 第11章 Python虚拟机中的函数机制
    • 第12章 Python虚拟机中的类机制
  • 第3部分 Python高级话题
    • 第13章 Python运行环境初始化
    • 第14章 Python模块的动态加载机制
    • 第15章 Python多线程机制
    • 第16章 Python的内存管理机制
  1. 语言与实现

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published