赞
踩
感谢陈助教的帮助!
今天想通过画图展现一下学习参考值的变化情况,在网上看了一下,需要使用plt包,不过又忘了plt是做什么用的了,于是想要记录一下,写一下关于常用Python包的笔记~
Argparse是Python用于解析命令行参数和选项的标准模块。
ModuleNotFoundError: No module named 'yaml'
conda install pyyaml
loguru
是一个Python的第三方日志记录库,旨在提供比标准的logging
库更简单、更易于使用的接口。loguru
的目标是通过减少日志设置的复杂性,使日志记录变得更加直观和方便。
Note:我看到
pyminitouch
里面就是使用的loguru
,而且在PyCharm里面输出的信息也带有色彩显示。
Pandas是一个强大的分析结构化数据的工具集;它的使用基础是Numpy(提供高性能的矩阵运算);用于数据挖掘和数据分析,同时也提供数据清洗功能。
import matplotlib.pyplot as plt
用来进行画图的包。
python -m pip install -U pip -i https://pypi.tuna.tsinghua.edu.cn/simple
python -m pip install -U matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
Vidgear: VidGear is a High-Performance Video Processing Python Library that provides an easy-to-use, highly extensible, thoroughly optimised Multi-Threaded + Asyncio API Framework on top of many state-of-the-art specialized libraries like OpenCV, FFmpeg, ZeroMQ, picamera, starlette, yt_dlp, pyscreenshot, dxcam, aiortc and python-mss serving at its backend, and enable us to flexibly exploit their internal parameters and methods, while silently delivering robust error-handling and real-time performance
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/556614
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。