Python总体架构

Python的整体架构可以分为三个主要的部分: 1.Python提供的大量的模块、库以及用户自定义的模块。 2.Python的运行时环境,包括对象/类型系统(Object/Type structures)、内存分配器(Memory Allocator)和运行时状态信息(Current State of Python)。 对象/类型系统:包含Python中存在的各种内建对象,int、list、dic
相关文章
相关标签/搜索