awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesPython

Installing Python packages via pip into isolated virtual environments without affecting system packages.

Distinct from Package Installers: Distinct from Package Installers: focuses on Python-specific pip installations into virtual environments, not general OS package management.

Explore 5 awesome GitHub repositories matching development tools & productivity · Python. Refine with filters or upvote what's useful.

Awesome Python GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • homebrew/homebrew-coreAvatar Homebrew

    Homebrew/homebrew-core

    15,383Vezi pe GitHub↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Installs Python applications into dedicated virtual environments to isolate them from system-wide packages.

    Rubycoreformulaehacktoberfest
    Vezi pe GitHub↗15,383
  • pipxproject/pipxAvatar pipxproject

    pipxproject/pipx

    12,852Vezi pe GitHub↗

    Pipx is a system for installing, running, and managing isolated Python applications and their corresponding virtual environments. It functions as an application installer for Python command line tools, a manager for listing and upgrading those tools, and a runner for executing packages in temporary environments. The tool ensures that every installed package resides in its own dedicated virtual environment to prevent dependency conflicts. It automatically adds the binaries of installed applications to the system path and enables the execution of tools within ephemeral environments that are del

    Functions as a runner for executing Python packages in temporary environments that are deleted after execution.

    Python
    Vezi pe GitHub↗12,852
  • jerry-git/learn-python3Avatar jerry-git

    jerry-git/learn-python3

    6,754Vezi pe GitHub↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches installing Python packages via pip into isolated virtual environments.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    Vezi pe GitHub↗6,754
  • raspberrypi/documentationAvatar raspberrypi

    raspberrypi/documentation

    5,575Vezi pe GitHub↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents installing Python packages into isolated virtual environments on Raspberry Pi.

    Pythonasciidocdocumentationraspberry-pi
    Vezi pe GitHub↗5,575
  • pypa/virtualenvAvatar pypa

    pypa/virtualenv

    5,038Vezi pe GitHub↗

    virtualenv este un instrument pentru crearea și gestionarea mediilor Python izolate. Funcționează ca un manager de mediu care oferă un resolver pentru a descoperi binarele Python potrivite și un sistem pentru stabilirea directoarelor standalone cu propriile binare și pachete pentru a preveni conflictele de dependențe. Proiectul se distinge printr-un resolver de interpretor specializat care gestionează shim-urile managerului de versiuni și cerințele de arhitectură. Utilizează caching-ul de imagini read-only și caching-ul datelor aplicației pentru a accelera crearea de noi medii și include un instrument seed pentru a controla instalarea pachetelor de bază necesare pentru utilitatea funcțională inițială. Instrumentul acoperă o gamă largă de capabilități de gestionare a mediului, inclusiv izolarea binară prin symlink-uri, rezolvarea dependențelor bazată pe cale și generarea de instrumente de activare shell-script pentru a configura sesiunile de terminal. De asemenea, oferă utilitare pentru integrarea controlului versiunilor pentru a exclude directoarele de mediu din urmărirea în repository-uri.

    Installs base tools and libraries into standalone directories without affecting the global system installation.

    Python
    Vezi pe GitHub↗5,038
  1. Home
  2. Development Tools & Productivity
  3. Package Installers
  4. Python

Explorează sub-etichetele

  • Ephemeral RunnersUtilities that execute packages in temporary environments without permanent installation. **Distinct from Python:** Distinct from general Python installation by focusing on the temporary execution lifecycle rather than persistent setup.