python基础知识、常用的结构
官方:https://docs.python.org/3/library/stdtypes.html#mapping-types-dict
基础教程:菜鸟教程http://www.runoob.com/python/python-pass-statement.html
库:
numpy
官方:https://docs.scipy.org/doc/numpy/reference/generated/numpy.ones.html
中文教程:易百教程有些不全https://www.yiibai.com/numpy/numpy_data_types.html
pandas
官方: