Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.99 KB

File metadata and controls

51 lines (40 loc) · 1.99 KB
tags dg-publish dg-path dg-pinned permalink pinned dgPassFrontmatter noteIcon created updated
Programming
true
计算机/Python/Python.md
true
/计算机/Python/Python/
true
true
2024-05-21T15:20:27.000+08:00
2026-01-03T11:23:14.828+08:00

一、基础

[[Python 基础语法|Python 基础语法]] [[Python Data Types|Python Data Types]] [[Python Comprehensions|Python Comprehensions]] [[Python 函数|Python 函数]] [[Python 类与对象|Python 类与对象]]

[[Python 输入输出|Python 输入输出]]

[[Python 常用操作|Python 常用操作]] [[Python 位运算|Python 位运算]] [[python日期处理|python日期处理]]

[[类型注释|类型注释]] [[正则表达式|正则表达式]]

二、常用库

[[Python Modules and Packages|Python Modules and Packages]] [[pip|pip]]

库名/工具 功能
[[Jupyter|Jupyter]] 核心平台
[[manim|Manim]] 制作专业的数学视频
[[Numpy|Numpy]] 科学计算
[[Pandas|Pandas]] 数据处理
[[matplotlib|Matplotlib]] 绘图
[[seaborn|seaborn]] 绘图
[[scikit-learn|scikit-learn]] 机器学习
[[TensorFlow|TensorFlow]] 深度学习
[[Keras|Keras]] 深度学习
[[PyTorch|PyTorch]] 深度学习
[[OpenCV|OpenCV]] 计算机视觉/机器学习
[[Pyecharts|Pyecharts]] 绘图
[[Mercury|Mercury]] Jupyter lab 配套
[[Genesis|Genesis]] 机器人模拟
[[HLTK|HLTK]]
[[PyInstaller|PyInstaller]]
[[Anaconda|Anaconda]]

相关教程

(website::https://python.land/) (website::https://automatetheboringstuff.com/#toc) (website::https://www.liaoxuefeng.com/wiki/1016959663602400)