# python_coding **Repository Path**: personal_items/python_coding ## Basic Information - **Project Name**: python_coding - **Description**: Python高级核心语法 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_coding #### 介绍 Python高级核心语法 #### 软件架构 Python 3.8.5 #### 安装教程 1. 导出项目依赖 ```shell script pip freeze > requirements.txt ``` 2. 安装项目依赖 ```shell script pip install -r requirements.txt ``` #### 目录说明 ##### Chapter02 - Python一切皆对象 * all_is_object.py - Python中一切皆对象 * type_object_class.py - type、object和class之间的关系 ##### Chapter03 - 魔法函数 * company.py - 魔法函数 * magic_function.py - Python魔法函数一览 * len_function.py - len函数的特殊性