You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zpoint 6ca92bc1d9 resolve #46 3 years ago
BasicObject resolve #44 3 years ago
Extension Update setup.py 3 years ago
Interpreter resolve #46 3 years ago
Modules pickle image title 3 years ago
.gitattributes typo fix for mm 5 years ago
.gitignore typo fix 5 years ago
README.md pickle done 3 years ago
README_CN.md pickle done 3 years ago
README_KR.md update README_KR.md 4 years ago
change_code_reference.py resolve #26 4 years ago

README.md

Cpython Internalsimage title

cpython logo

This repository is my notes/blog for cpython source code

Trying to illustrate every detail of cpython implementation

# based on version 3.8.0a0
cd cpython
git reset --hard ab54b9a130c88f708077c2ef6c4963b632c132b3

The following contents are suitable for those who have python programming experience and interested in internal of python interpreter, for those who needs beginner or advanced material please refer to awesome-python-books

Table of Contents

Objects

Modules

Lib

Interpreter

Extension

Grammar

Learning material

I will only recommend what I've read

Contribution

All kinds of contributions are welcome

  • submit a pull request
    • if you want to share any knowledge you know
    • post a new article
    • correct any technical mistakes
    • correct english grammar
    • translation
    • anything else
  • open an issue
    • any suggestions
    • any questions
    • correct mistakes
    • anything else

License