Python包帮助文档

来源:互联网 发布:南阳炳盛网络 编辑:程序博客网 时间:2024/05/20 06:05
Python的官方帮助文档  https://docs.python.org/2.7/Python中module指一个Python文件,类似C中的library        Package指多个module的集合,Python中包的查询地址  https://pypi.python.org/pypinumpy、pandas、matplotlib三个不是官方标准<a target=_blank target="_blank" rel="nofollow" href="https://www.baidu.com/s?wd=%E5%BA%93%E9%87%8C&tn=44039180_cpr&fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1d9uAfsnjR1uhDkn1mYuhuB0ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6KdThsqpZwYTjCEQLGCpyw9Uz4Bmy-bIi4WUvYETgN-TLwGUv3EnH61njbLnjbYrHR3njRsnWb3n0" class="baidu-highlight">库里</a>的模块,所以需要到各自的官网查看文档pandas: <a target=_blank target="_blank" rel="nofollow" href="http://pandas.pydata.org/pandas-docs/stable/">http://pandas.pydata.org/pandas-docs/stable/</a>numpy: <a target=_blank target="_blank" rel="nofollow" href="http://docs.scipy.org/doc/">http://docs.scipy.org/doc/</a>matplotlib: <a target=_blank target="_blank" rel="nofollow" href="http://matplotlib.org/1.4.2/contents.html">http://matplotlib.org/1.4.2/contents.html</a>scikit: http://scikit-learn.org/stable/index.html
0 0
原创粉丝点击