A curated learning workspace for Python with over 100 libraries organized by category, guided examples, and focused documentation.
🚀 A study-friendly collection of Python projects, concepts, and library references.
🧠 Great for beginners learning the language and intermediate users exploring popular libraries.
🧩 Includes both core Python fundamentals and specialized ecosystem toolkits.
Python Basics: core syntax, language fundamentals, and beginner-ready examples.
Python Libraries: more than 100 libraries grouped into meaningful categories.
Guides and examples: each library includes documentation, usage examples, and learning notes.
Environment isolation: categories are isolated into their own virtual environment boundaries to avoid dependency conflicts.
🧭 Helps you navigate Python's vast ecosystem without getting overwhelmed.
🛠️ Shows practical library choices for backend, data, AI, and general Python development.
🔍 Keeps library explanations simple, visual, and easy to browse.
A small set of libraries that are especially valuable in day-to-day Python work. These are the ones to learn first if you want a strong foundation.
Caveat: this is a subjective list based on my experience leaning towards backend engineering.
→ fastapi
→ numpy
→ pandas
→ pydantic
→ python-dotenv
→ uv
Libraries are arranged in the following major areas:
🔹 C
🔹 Command-Line Interfaces
🔹 Concurrency
🔹 Computer Vision
🔹 Data Analytics
🔹 Databases
🔹 Developer Tools
🔹 Document Parsing
🔹 GraphQL
🔹 HTTP
🔹 Large Language Models
🔹 Logging
🔹 Machine Learning
🔹 Networking
🔹 Packaging and Environment
🔹 Serialization
🔹 Standard Library
🔹 Static Analysis
🔹 Testing and Metrics
🔹 User Interfaces
🔹 Web
🔹 Others (niche or specialized libraries)
🧱 The category lists include both standard library modules and popular third-party packages.
🔀 Some libraries overlap in functionality; the README notes when one library can replace or complement another.
👨💻 This is a personal and opinionated collection built from practical Python experience.
This project is licensed under the MIT License. See LICENSE for details.