Tag

Dependency

0 views collected around this technical thread.

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

Essential pip Tips and Tricks for Python Package Management

This article provides a comprehensive guide to using Python's pip tool, covering installation, upgrading, package installation, batch operations, dependency freezing, information querying, compatibility checks, and downloading packages, complete with practical command‑line examples and code snippets.

DependencyPackage ManagementPython
0 likes · 9 min read
Essential pip Tips and Tricks for Python Package Management
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2024 · Fundamentals

Essential pip Tips and Tricks for Python Package Management

This article provides a comprehensive guide to using pip, covering installation, upgrading, package installation, batch operations, uninstallation, dependency freezing, information lookup, outdated package checks, compatibility verification, and downloading packages for offline use, all illustrated with practical code examples.

DependencyPackage ManagementPython
0 likes · 9 min read
Essential pip Tips and Tricks for Python Package Management
Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2023 · Fundamentals

10 Practical pip Commands and Tips for Managing Python Packages

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, checking for updates, handling compatibility, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers efficiently manage their packages.

DependencyInstallationPackage Management
0 likes · 7 min read
10 Practical pip Commands and Tips for Managing Python Packages
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2023 · Fundamentals

Essential pip Tips and Tricks for Python Package Management

This article introduces pip, the Python package manager, and provides ten practical tips—including installation, upgrading, batch operations, freezing dependencies, inspecting packages, checking compatibility, and downloading wheels—to help developers efficiently manage Python libraries.

DependencyPackage Managementcli
0 likes · 8 min read
Essential pip Tips and Tricks for Python Package Management
php中文网 Courses
php中文网 Courses
Mar 23, 2023 · Backend Development

How to Resolve Composer Dependency Errors in Laravel Projects

This guide explains how to fix common Composer dependency errors in a Laravel project by backing up and removing the composer.lock file, reinstalling dependencies, and restoring the lock file, while also showing the typical error messages that may appear.

BackendComposerDependency
0 likes · 3 min read
How to Resolve Composer Dependency Errors in Laravel Projects
Python Programming Learning Circle
Python Programming Learning Circle
Nov 9, 2022 · Fundamentals

10 Practical pip Tips for Efficient Python Package Management

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, inspecting package details, checking for conflicts, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers manage packages more effectively.

DependencyInstallationPackage Management
0 likes · 7 min read
10 Practical pip Tips for Efficient Python Package Management
Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2022 · Fundamentals

Getting Started with pip: Installing and Managing Python Packages

This tutorial introduces pip, the standard Python package manager, and walks through installing, upgrading, searching, and uninstalling packages, using requirements files for reproducible environments, and explores alternative tools like Conda, Pipenv, and Poetry for dependency management.

DependencyPython packagespackage-management
0 likes · 16 min read
Getting Started with pip: Installing and Managing Python Packages
Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2021 · Fundamentals

Understanding Class Relationships in Object‑Oriented Programming: Dependency, Composition, and Inheritance with Python Examples

This article explains the three core class relationships in object‑oriented programming—dependency, composition, and inheritance—illustrates each with clear Python code, discusses inheritance advantages, single‑ and multiple‑inheritance types, and introduces the method‑resolution‑order (MRO) algorithm.

Class RelationshipsDependencyMRO
0 likes · 11 min read
Understanding Class Relationships in Object‑Oriented Programming: Dependency, Composition, and Inheritance with Python Examples
New Oriental Technology
New Oriental Technology
Jan 11, 2021 · Frontend Development

Understanding npm Dependency Management and Building a Publishable npm Package with Webpack

This article explains how npm flattens dependencies, compares npm, cnpm and yarn, outlines the evolution of package managers, details essential package.json fields, demonstrates using nrm, and provides a step‑by‑step guide to configure Webpack, create, build, and publish a custom npm package.

DependencyPackage ManagementPublishing
0 likes · 11 min read
Understanding npm Dependency Management and Building a Publishable npm Package with Webpack
Code Ape Tech Column
Code Ape Tech Column
Nov 8, 2020 · Backend Development

Using Maven -pl and -am to Build Specific Modules in Multi‑Module Projects

This article explains how to efficiently package Maven multi‑module projects by leveraging the -pl and -am command‑line options, showing dependency relationships, pom.xml configurations, and practical examples that reduce build time compared to packaging each module separately.

DependencyJavaMaven
0 likes · 6 min read
Using Maven -pl and -am to Build Specific Modules in Multi‑Module Projects
Didi Tech
Didi Tech
Oct 8, 2019 · Frontend Development

Understanding Webpack Module Creation: Stages and Dependency Handling

Webpack transforms entry files into modules through four stages—create, add, build, and processDep—where it generates a module instance via factory hooks, registers it in the compilation, runs loaders and parses the source into an AST, groups and resolves dependencies, and finally prepares the modules for bundling.

DependencyJavaScriptModule
0 likes · 18 min read
Understanding Webpack Module Creation: Stages and Dependency Handling
Tencent Cloud Developer
Tencent Cloud Developer
Mar 26, 2018 · Backend Development

Comprehensive Guide to npm: Initialization, Dependency Management, Versioning, Scripts, and Best Practices

This comprehensive npm guide explains initializing projects with npm init (including custom defaults), installing and linking local, Git, or private packages, understanding version‑tree changes across npm 2‑5, using semver, managing dependencies and lock files, leveraging npm scripts, npx, configuration files, engine constraints, and essential best‑practice recommendations for stable, reproducible front‑end development.

DependencyNode.jsPackage Management
0 likes · 31 min read
Comprehensive Guide to npm: Initialization, Dependency Management, Versioning, Scripts, and Best Practices