
PyPI · The Python Package Index
The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to package your Python code for PyPI.
Python Package Index - PyPI Docs
PyPI is the official repository of packages for Python. This user documentation is aimed at users who use the PyPI website. To view the developer documentation, visit the Warehouse documentation .
Help - PyPI
The Python Package Index (PyPI) is a repository of software for the Python programming language.
SpeechRecognition · PyPI
Mar 22, 2025 · On other POSIX-based systems, install the portaudio19-dev and python-all-dev (or python3-all-dev if using Python 3) packages (or their closest equivalents) using a package manager of your choice, and then install with PyAudio using Pip: pip install SpeechRecognition[audio] (replace pip with pip3 if using Python 3).
pip · PyPI
6 days ago · pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. Please take a look at our documentation for how to install and use pip: Installation; Usage; We release updates regularly, with a new version every 3 months. Find more details in our documentation: Release notes; Release ...
pandas - PyPI
pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.
python-dotenv - PyPI
Mar 25, 2025 · python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles. Getting Started
virtualenv · PyPI
A tool for creating isolated virtual python environments. Installation; Documentation; Changelog; Issues; PyPI; Github; Code of Conduct. Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is …
torch · PyPI
Apr 23, 2025 · PyTorch is not a Python binding into a monolithic C++ framework. It is built to be deeply integrated into Python. You can use it naturally like you would use NumPy / SciPy / scikit-learn etc. You can write your new neural network layers in Python itself, using your favorite libraries and use packages such as Cython and Numba. Our goal is to not ...
google-generativeai · PyPI
Apr 16, 2025 · The Google AI Python SDK is the easiest way for Python developers to build with the Gemini API. The Gemini API gives you access to Gemini models created by Google DeepMind . Gemini models are built from the ground up to be multimodal, so you can reason seamlessly across text, images, and code.