wordpress显示浏览数,标题关键词优化技巧,中国建设社银行招聘网站,网站备案收费本文汇总了在使用Python开发时常用到的第三方库和工具。 1.Python
官网地址#xff1a;https://www.python.org/doc/
博文地址#xff1a;《Python编程#xff1a;从入门到实践》速查表 2.OpenCV#xff08;图像处理#xff09;
官网地址#xff1a;https://opencv.o… 本文汇总了在使用Python开发时常用到的第三方库和工具。 1.Python
官网地址https://www.python.org/doc/
博文地址《Python编程从入门到实践》速查表 2.OpenCV图像处理
官网地址https://opencv.org/
官网地址https://docs.opencv.org/master/
Python版官网地址https://docs.opencv.org/4.3.0/d6/d00/tutorial_py_root.html 3.VS Code 代码编辑器
官网地址https://code.visualstudio.com/docs#vscode 4.Matplotlib 绘图
官网地址https://matplotlib.org/contents.html
博文地址50个最有用的Matplotlib数据分析与可视化图 5.Numpy 矩阵运算
官网地址https://numpy.org/devdocs/ 6.Pytorch 深度学习库
英文文档https://pytorch.org/docs/stable/index.html
中文文档https://pytorch-cn.readthedocs.io/zh/latest/package_references/torch/ 7.Scikit-image 图像处理
官网地址https://scikit-image.org/docs/stable/ 8.Pickle 数据处理
官网地址https://docs.python.org/3.5/library/pickle.html 9.Easydict字典解析库
官网地址https://pypi.org/project/easydict/1.2/ 10.OS操作系统接口模块
官网地址https://docs.python.org/3/library/os.html?highlightos#module-os 11.sys
官网地址https://docs.python.org/3/library/sys.html?highlightsys#module-sys 12.argparse解析命令行
官网地址https://docs.python.org/3/library/argparse.html?highlightargparse#module-argparse 13.fire(命令行生成工具)
官网地址https://github.com/google/python-fire/blob/master/docs/guide.md 14.logging日志
官网地址https://docs.python.org/3.6/howto/logging.html 15.tensorboardX网络可视化
官网地址https://tensorboardx.readthedocs.io/en/latest/tutorial.html 16.tqdm进度条工具
官网地址https://pypi.org/project/tqdm/ 17.glob(文件搜索库)
官网地址https://docs.python.org/3/library/glob.html?highlightglob#module-glob 18.re正则化
官网地址https://docs.python.org/3/library/re.html 19.io
官网地址https://docs.python.org/3/library/io.html?highlightio#module-io 20.time
官网地址https://docs.python.org/3/library/time.html?highlighttime#module-time 21.datetime
官网地址https://docs.python.org/3/library/datetime.html?highlightdatetime#module-datetime 22.numba (Numpy运算加速)
官网地址http://numba.pydata.org/ 23. eviltransform (GPS坐标转换)
Github地址https://github.com/googollee/eviltransform 24. SymPy (Python代数计算库)
官网地址https://www.sympy.org/en/index.html