-
Python架构、libraries大全:awesome python
https://github.com/vinta/awesome-python#queue -
Python内置函数(built-in functions)
各种内置函数推荐查阅
python2:
https://www.runoob.com/python/python-built-in-functions.html
python3:
https://www.runoob.com/python3/python3-built-in-functions.html
2.关于super类的详细解释
https://mozillazg.com/2016/12/python-super-is-not-as-simple-as-you-thought.html
网友评论