
12345678title: python八股文1mathjax: truetags: - 计算机基础categories: - 计算机基础date: 2025-03-25 20:01:16updated: 2025-03-25 20:01:16
Table of Contents
Python语言特性
1 Python的函数参数传递
2 Python中的元类(metaclass)
3 @staticmethod和@classmethod
4 类变量和实例变量
5 Python自省
6 字典推导式
7 Python中单下划线和双下划线
8 字符串格式化:\x和.format
9 迭代器和生成器
10 *args and **kwargs
11 面向切面编程AOP和装饰器
12 鸭子类型
13 Python中重载
14 新式类和旧式类
15 __new__和init的区别
16 单例模式
1 使用__new__方法
2 共享属性
3 装饰器版本
4 import方法
17 Python中的作用域
18 GIL线程全局锁
19 协程
20 闭包
21 lambda函数
22 ...

