Python collections模块

collections模块 Python的collections模块包含了许多实用的集合类。python namedtuple namedtuple能够定义一个简单的类,比直接定义一个类更简单,且减小了初始化类的不少初始化方法,因此速度更快。web from colletions import namedtuple User = namedtuple('User',['name','age','h
相关文章
相关标签/搜索