cpython
micropython
berry

awesome-python
python-patterns
airflow
glances
celery
matplotlib
pyecharts
pybind11
codon
PySimpleGUI
moviepy
pyinstaller
scapy
http-prompt
example-code -> Fluent Python
trio
AidLearning-FrameWork
PyOxidizer
nonebot2
websockets
pywin32
lark
renpy
spack
gprof2dot
ply
uftrace
pyvista
vedo
python-parallel-programming-cookbook-cn
imageio
mpi4py
byte-of-python
py-filelock
py-ios-device
snowy
pymobiledevice3
wgpu-py
pymobiledevice
pygfx
scipro-primer
Modern-Python-Cookbook
ThinkPython-en-cn
aioget
multi-threading
scidavis-old
C-Turtle
cld3
hermes
project-based-learning
ColossalAI
Real-ESRGAN
ml-stable-diffusion
PathPlanning
DirectML
vidcutter
requests-async
shellen
fips
OpenSearcher
A better c++filt and a better undname.exe, in one binary.
demumble
qt5printers
Qt5DataFormatters
macdeployqtfix
nadbg
pykdebugparser
aiohttp_spider
image-tools
ImplicitGrapher
pdfium-lib
system-design-primer
PyQGLViewer

pypi

1
2
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
pip config set global.index-url https://pypi.doubanio.com/simple/

mayavi2

1
2
pip install vtk wxpython
pip install git+https://github.com/enthought/mayavi.git

笨办法学Python3
https://www.zybuluo.com/Standalone/note/1677177

Think Python
https://think-py.apachecn.org/#/
https://github.com/Kivy-CN/ThinkPython-CN
https://github.com/apachecn/think-py-2e-zh

A Byte of Python
https://github.com/LenKiMo/byte-of-python

pip-review -> pipx
setup.py -> poetry

Python
turtle -> cpp
str 不可变 -> StringIO [like StringBuffer(thread safe)/StringBuilder]

Python 3 标准库实例教程
https://learnku.com/docs/pymotw