pip, all accessed using import statements.
How to Learn
You don’t need to memorize every library — just master the commonly-used ones (numpy, pandas for data; re, BeautifulSoup for extraction). For others, read the official docs once to understand what they can do, and refer back to your notes when needed.
Library Directory
For a comprehensive list, check awesome-python-cn with 26k+ stars, categorized by function.httpx
Next-generation HTTP client with async support.
matplotlib
Data visualization and charting.
wordcloud
Word cloud generation and text visualization.
PyTorch
Deep learning framework intro notes.
Python Notes
Misc notes and common usage patterns.
Data Types
Python data types in detail.
pyautogui
Automation scripts and GUI control.
