Library
Development & Tools
Collection of reusable code/functions
What is Library?
Unlike frameworks that control flow, libraries are tools you call when needed. More flexible but less structured.
Real-World Examples
- •NumPy for numerical computing
- •Pandas for data analysis
- •Requests for HTTP
When to Use This
For specific functionality without imposing structure
Related Terms
Learn more about concepts related to Library