About 8,850 results
Open links in new tab
  1. PyPI · The Python Package Index

    The Python Package Index (PyPI) is a repository of software for the Python programming language.

  2. pip · PyPI

    5 days ago · The PyPA recommended tool for installing Python packages.

  3. Welcome to Python.org

    PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, provides a purpose for his project by saying, "The project is intended to improve the availability, …

  4. Welcome to Python.org

    The official home of the Python Programming Language

  5. Python Package Index - Wikipedia

    The Python Package Index, abbreviated as PyPI (/ ˌpaɪpiˈaɪ /) and also known as the Cheese Shop (a reference to the Monty Python's Flying Circus sketch "Cheese Shop"), [2]: 8 [3]: 742 is the official …

  6. Python Package Index (PyPI) | Python Glossary – Real Python

    Feb 9, 2026 · Python Package Index (PyPI) The Python Package Index, commonly known as PyPI, is the official third-party software repository for the Python programming language hosted at pypi.org. …

  7. pypi.com

    Python Package Index (PyPI) is a repository of software for the Python programming language.

  8. Pip Install: How To Install and Remove Python Packages

    Sep 16, 2025 · Use Python pip to install packages manually, or by using a requirements.txt file. We'll also look at how to install and upgrade pip itself.

  9. The Python Package Index - GitHub

    The Python Package Index has 15 repositories available. Follow their code on GitHub.

  10. How to use Pip and PyPI - PythonForBeginners.com

    May 20, 2020 · PyPI – the Python Package Index Now, when PIP is installed, we need to find a package to install. Packages are usually installed from the Python Package Index. The Python Package Index …