Python Library#
aiomysql#
aiomysql is a library for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends and reuses most parts of PyMySQL
Installation#
pip3 install aiomysql
Examples#
Matplotlib#
Matplotlib:使用 Python 进行可视化
Installation#
pip install matplotlib
NumPy#
NumPy 是 Python 中科学计算的基础包
Installation#
pip install numpy
pandas#
pandas 是一个开源的 BSD 许可库,为 Python 编程语言提供高性能、易于使用的数据结构和数据分析工具
Installation#
pip install pandas
PyInstaller#
Freeze (package) Python programs into stand-alone executables
Installation#
pip install pyinstaller
Scikit-learn#
Scikit-learn 是一个支持监督学习和无监督学习的开源机器学习库
Installation#
pip3 install -U scikit-learn
python3 -c "import sklearn; sklearn.show_versions()"
SciPy#
SciPy 是一款用于数学、科学和工程的开源软件
Installation#
pip install scipy
python -c "from scipy import constants; print(constants.pi)"
Seaborn#
Seaborn 是一个基于 matplotlib 的 Python 数据可视化库
Installation#
pip install seaborn