Third-party libraries are the core strength of Python’s ecosystem. Standard libraries come with the installation, while third-party libraries are installed viaDocumentation Index
Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
Use this file to discover all available pages before exploring further.
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.
