pyhton中常用的基础模块

  目前在看Google的DetectionAPI源码,自己的Python功底不是很好,看到了哪些模块就随手记一下。

1、abc模块,参考https://www.cnblogs.com/wancy86/p/6269553.html?utm_source=itdadao&utm_medium=referral,还有这篇文章:https://blog.csdn.net/haiyanggeng/article/details/81983627,官网的看起来可能更清楚:https://docs.python.org/3/library/abc.html.
2、collections模块,看看廖雪峰的博客,namedtuple, deque等都好用了。  https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431953239820157155d21c494e5786fce303f3018c86000

猜你喜欢

转载自www.cnblogs.com/Robin008/p/10492836.html