1、读写文件
image.png
2、读写二进制、txt,json,xml,yaml文件
3、读写excel、word文件
image.png
4、pickle、shelve
5、
try:
except
常见异常
image.png
多种异常
class x
xx
def self
def init
str
@staticmethod
装饰器
私有方法_
__
@property
@name.setter
__私有方法
call
super()
private,protected,public
设计模式
桥接,工厂