If this is your first time hearing the name “CPython,” you might think it’s a new implementation of Python. But no, CPython isn’t a new toy or a new programming language—it’s the very same Python interpreter that most people use every day. What some may not know is that Python was originally developed in the C programming language, so when people mention “Python” without any further clarification, they are typically referring to CPython.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Reading the CPython Source Code

  • Chien-Lung Kao

摘要

If this is your first time hearing the name “CPython,” you might think it’s a new implementation of Python. But no, CPython isn’t a new toy or a new programming language—it’s the very same Python interpreter that most people use every day. What some may not know is that Python was originally developed in the C programming language, so when people mention “Python” without any further clarification, they are typically referring to CPython.