Tag

Environment Management

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 26, 2025 · Fundamentals

Comprehensive Guide to Python Version, Environment, Package Management and Build Tools

This article provides a structured overview of Python version management, virtual environment handling, package management, building, and publishing tools, comparing utilities like pyenv, conda, pipenv, Poetry, pdm, Hatch, and Rye, and includes practical command examples and a feature‑comparison table.

Environment ManagementVersion Managementdependency management
0 likes · 23 min read
Comprehensive Guide to Python Version, Environment, Package Management and Build Tools
Didi Tech
Didi Tech
Sep 12, 2024 · Cloud Native

Improving Site Build Efficiency for Didi International Travel: Architecture, Application Modeling, and Automated Delivery Framework

To cut site‑provisioning time from months to weeks for Didi International Travel, the team built an OAM‑driven, KubeVela‑based automated delivery framework that separates environment configuration, integrates Terraform, and provides a UI, achieving an 80 % reduction in manual effort while improving reliability across hybrid‑cloud environments.

Environment ManagementKubeVelaOAM
0 likes · 29 min read
Improving Site Build Efficiency for Didi International Travel: Architecture, Application Modeling, and Automated Delivery Framework
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2024 · Fundamentals

A Comprehensive Overview of Python Version, Environment, and Package Management Tools

This article provides a detailed guide to Python version management, package management, virtual environment handling, package building, and publishing tools, comparing utilities like pyenv, venv, virtualenv, pip, pipenv, conda, Poetry, pdm, Hatch, and Rye, and explaining their motivations, commands, and feature support.

Environment ManagementPoetryVersion Management
0 likes · 20 min read
A Comprehensive Overview of Python Version, Environment, and Package Management Tools
DevOps
DevOps
Jan 3, 2023 · Operations

Managing Environments with Pipelines: Strategies, Code Samples, and Best Practices

This article explains how to use continuous delivery pipelines to manage multiple infrastructure environments, compares three stack organization strategies, provides Terraform examples for staging and production, and discusses benefits, challenges, and best practices for versioned stack definitions, artifact repositories, and automated testing in DevOps workflows.

CI/CDDevOpsEnvironment Management
0 likes · 16 min read
Managing Environments with Pipelines: Strategies, Code Samples, and Best Practices
Baidu Geek Talk
Baidu Geek Talk
May 16, 2022 · Cloud Native

Cloud-Native Environment Management Platform for Document Library: Architecture, Implementation and Benefits

To overcome unsynchronized development, slow deployments, and fragmented testing after moving its document library to the cloud, the team built a Kubernetes‑driven environment‑management platform that automatically provisions containerized sub‑environments on demand, scaling to thousands, cutting costs, boosting security, and enabling rapid, parallel testing for hundreds of projects.

CI/CDContainer OrchestrationDevOps
0 likes · 13 min read
Cloud-Native Environment Management Platform for Document Library: Architecture, Implementation and Benefits
Python Programming Learning Circle
Python Programming Learning Circle
Apr 21, 2022 · Fundamentals

Comprehensive Guide to Installing and Managing Anaconda and Conda on Linux

This article provides a step‑by‑step tutorial on what Anaconda and Conda are, how to install Anaconda on Linux, manage Python environments, handle packages, configure mirror sources, use Miniconda, the graphical UI, and run Jupyter Notebook, while also discussing their pros and cons.

AnacondaCondaEnvironment Management
0 likes · 15 min read
Comprehensive Guide to Installing and Managing Anaconda and Conda on Linux
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 13, 2022 · Operations

Improving Iteration Outcomes with Cumulative Flow Diagrams and Environment Readiness in a Complex Microservice System

The article analyzes how applying cumulative flow diagram insights, tightening iteration commitments, and establishing standardized, automated SIT/UAT environments dramatically reduced risks, overtime, and untested deployments in a multi‑team microservice platform, highlighting the importance of testability and operational readiness for continuous delivery.

Continuous DeliveryCumulative Flow DiagramDevOps
0 likes · 10 min read
Improving Iteration Outcomes with Cumulative Flow Diagrams and Environment Readiness in a Complex Microservice System
IT Services Circle
IT Services Circle
Mar 23, 2022 · Fundamentals

macOS 12.3 Removes Built-in Python 2 and Highlights the Chaos of Python Environments

The macOS 12.3 update eliminates the bundled Python 2 interpreter, sparking developer reactions and prompting a discussion of Python’s popularity, its version incompatibilities, and the myriad environment‑management tools like pipenv that aim to tame the language’s historically chaotic setup.

Environment ManagementPythonmacOS
0 likes · 5 min read
macOS 12.3 Removes Built-in Python 2 and Highlights the Chaos of Python Environments
转转QA
转转QA
Apr 25, 2018 · Operations

Design and Implementation of an Environment Management Platform for Testing Environments

This article analyzes common problems with testing environments in fast‑iterating internet companies, compares several deployment strategies, and presents a comprehensive environment management platform that automates resource allocation, service configuration, and host mapping to improve efficiency, stability, and resource utilization.

Environment ManagementRPCTesting Infrastructure
0 likes · 9 min read
Design and Implementation of an Environment Management Platform for Testing Environments