Numpy:科学计算 HOME: http://www.numpy.org/ NumPy is the fundamental package for scientific computing with Python 科学计算库, Python的一种开源的数值计算扩展, Numpy内部解除了Python的PIL(全局解释器锁),运算效率极好,是大量机器学习框架的基础库. Pandas:科学计算库,基于Numpy HOME: http://pandas.pydata.org/ pandas i
可能经常用到的标准模块和第三方常用的50个库 本文由python培训班授课老师整理 数学计算: numbers - Numeric abstract base classes math - Mathematical functions cmath - Mathematical functions for complex numbers decimal - Decimal fixed point and floating point arithmetic f
标准库和第三方库第一手资料: 在线: 官方文档(https://docs.python.org/) 离线:交互式解释器(dir().help()函数),IPython(tab键提示.?.??) 一. 日期和时间(https://docs.python.org/3/library/datetime.html) datetime模块 date类-实例属性: year month day time类-实例属性: hour minute second microsecond da