awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • homebrew/homebrew-coreHomebrew का अवतार

    Homebrew/homebrew-core

    15,383GitHub पर देखें↗

    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
    GitHub पर देखें↗15,383
  • pipxproject/pipxpipxproject का अवतार

    pipxproject/pipx

    12,852GitHub पर देखें↗

    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
    GitHub पर देखें↗12,852
  • jerry-git/learn-python3jerry-git का अवतार

    jerry-git/learn-python3

    6,754GitHub पर देखें↗

    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
    GitHub पर देखें↗6,754
  • raspberrypi/documentationraspberrypi का अवतार

    raspberrypi/documentation

    5,575GitHub पर देखें↗

    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
    GitHub पर देखें↗5,575
  • pypa/virtualenvpypa का अवतार

    pypa/virtualenv

    5,038GitHub पर देखें↗

    virtualenv अलग-थलग Python एनवायरनमेंट बनाने और मैनेज करने के लिए एक टूल है। यह एक एनवायरनमेंट मैनेजर के रूप में कार्य करता है जो उपयुक्त Python बाइनरी खोजने के लिए एक रिजॉल्वर और निर्भरता संघर्षों को रोकने के लिए अपनी बाइनरी और पैकेज के साथ स्टैंडअलोन डायरेक्टरी स्थापित करने के लिए एक सिस्टम प्रदान करता है। यह प्रोजेक्ट एक विशेष इंटरप्रेटर रिजॉल्वर के माध्यम से खुद को अलग बनाता है जो वर्जन मैनेजर शिम और आर्किटेक्चर आवश्यकताओं को संभालता है। यह नए एनवायरनमेंट के निर्माण में तेजी लाने के लिए रीड-ओनली इमेज कैशिंग और एप्लिकेशन डेटा कैशिंग का उपयोग करता है, और प्रारंभिक कार्यात्मक उपयोगिता के लिए आवश्यक बेस पैकेज के इंस्टॉलेशन को नियंत्रित करने के लिए एक सीड टूल शामिल करता है। टूल सिमलिनक्स के माध्यम से बाइनरी आइसोलेशन, पाथ-आधारित निर्भरता रिज़ॉल्यूशन और टर्मिनल सेशन को कॉन्फ़िगर करने के लिए शेल-स्क्रिप्ट एक्टिवेशन टूल के निर्माण सहित एनवायरनमेंट प्रबंधन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है।

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

    Python
    GitHub पर देखें↗5,038
  1. Home
  2. Development Tools & Productivity
  3. Package Installers
  4. Python

सब-टैग एक्सप्लोर करें

  • 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.