๐ Python Arsenal
A curated collection of 63+ essential Python libraries trusted by millions of developers.
Web Frameworks
High-level Python web framework that encourages rapid development and clean, pragmatic design.
pip install djangoModern, fast web framework for building APIs with Python 3.7+ based on standard Python type hints.
pip install fastapiLightweight WSGI web application framework. Simple and extensible.
pip install flaskLightweight ASGI framework for building high-performance async web services.
pip install starletteData Science
Fundamental package for scientific computing with Python. Powerful N-dimensional arrays.
pip install numpyFast, powerful, flexible data analysis and manipulation library.
pip install pandasMachine learning library with simple and efficient tools for predictive data analysis.
pip install scikit-learnEnd-to-end open source platform for machine learning by Google.
pip install tensorflowOpen source machine learning framework by Meta. Great for deep learning research.
pip install torchDeep learning API written in Python, running on top of TensorFlow.
pip install kerasOptimized distributed gradient boosting library. Highly efficient and flexible.
pip install xgboostFast, distributed, high performance gradient boosting framework by Microsoft.
pip install lightgbmLibrary for scientific and technical computing. Builds on NumPy.
pip install scipyVisualization
Comprehensive library for creating static, animated, and interactive visualizations.
pip install matplotlibStatistical data visualization based on Matplotlib. Beautiful default styles.
pip install seabornInteractive, open-source graphing library. Create stunning visualizations.
pip install plotlyInteractive visualization library for modern web browsers.
pip install bokehHTTP & Scraping
Elegant and simple HTTP library for Python. HTTP for Humans.
pip install requestsFully featured HTTP client with async support. Next generation Requests.
pip install httpxAsynchronous HTTP client/server framework for asyncio.
pip install aiohttpLibrary for parsing HTML and XML documents. Great for web scraping.
pip install beautifulsoup4Fast high-level web crawling and scraping framework.
pip install scrapyBrowser automation tool. Control web browsers programmatically.
pip install seleniumDatabase
The Python SQL toolkit and Object-Relational Mapper.
pip install sqlalchemySimple and small ORM. Easy to learn and intuitive to use.
pip install peeweeEasy-to-use asyncio ORM inspired by Django.
pip install tortoise-ormPython interface to Redis key-value store.
pip install redisCLI & Automation
Composable command line interface toolkit. Create beautiful CLIs.
pip install clickBuild CLI applications with Python type hints. By FastAPI creator.
pip install typerLibrary for rich text and beautiful formatting in the terminal.
pip install richTUI (Text User Interface) framework for Python. Build terminal apps.
pip install textualLibrary for streamlining SSH deployment and system administration.
pip install fabricTesting
Full-featured Python testing framework. Simple and scalable.
pip install pytestProperty-based testing library. Finds edge cases automatically.
pip install hypothesisGenerate fake data for testing. Names, addresses, texts, and more.
pip install fakerFixtures replacement for testing. Create test objects easily.
pip install factory-boyValidation
Data validation using Python type annotations. Fast and extensible.
pip install pydanticObject serialization and deserialization library.
pip install marshmallowAI & NLP
Official Python library for OpenAI API. GPT, DALL-E, and more.
pip install openaiBuilding applications with LLMs through composability.
pip install langchainState-of-the-art Machine Learning for PyTorch, TensorFlow, JAX.
pip install transformersIndustrial-strength Natural Language Processing in Python.
pip install spacyImage & Media
Python Imaging Library fork. Image processing capabilities.
pip install pillowComputer vision and machine learning library.
pip install opencv-pythonAsync
Distributed task queue. Asynchronous task execution.
pip install celeryBuilt-in async I/O framework. Foundation for async Python.
pip install (built-in)DevOps
Read key-value pairs from .env file and set as environment variables.
pip install python-dotenvConfiguration management for Python. 12-factor app ready.
pip install dynaconfPython logging made simple. Enjoyable logging.
pip install loguru