资料整理-Python

106 阅读1分钟

用于记录Python的一些好的学习资料。不间断更新。

argparse

Python 命令行参数解析库Argparse使用指南
argparse模块中的action参数
argparse模块用法实例详解

class

python中的类,对象,方法,属性初认识(一)
详解类class的继承、__init__初始化、super方法(五)

super的理解

[1] 理解 Python super
[2] Python’s super() considered super