#dependency-management

[ follow ]
Python
fromRealpython
2 days ago

uv vs pip: Managing Python Packages and Dependencies - Real Python

pip offers out-of-the-box availability and broad compatibility, while uv prioritizes faster installs, reproducible environments, and cleaner uninstalls for new-project workflows.
#python
fromRealpython
3 months ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

Python
fromInfoWorld
3 months ago

Programmers dig Python and Zig

Python's popularity continues to rise, surpassing all competitors, necessitating projects to enhance its speed despite inherent challenges.
Django
fromRealpython
4 months ago

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv offers a unified tool for efficient project management in Python.
fromRealpython
3 months ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

fromHackernoon
7 months ago

Building a Go Dependency Scanner From Scratch | HackerNoon

Managing Go projects requires tracking dependencies, checking for vulnerabilities, and ensuring license compliance. Building a custom analyzer using Go's standard library allows for tailored dependency management.
Software development
Web development
fromCSS-Tricks
1 month ago

Keeping Article Demos Alive When Third-Party APIs Die | CSS-Tricks

Demos relying on external services can fail; decoupling dependencies enhances their reliability.
Python
fromPythoninsider
1 month ago

Python Insider: Python 3.14 release candidate 1 is go!

Python 3.14.0rc1 is the first release candidate with no ABI changes, final release on October 7, 2025.
Scala
fromHackernoon
3 months ago

Say Hello to Rust 1.84.0 | HackerNoon

Rust 1.84.0 improves dependency management by introducing MSRV-aware resolver for Cargo.
fromPycoders
3 months ago

PyCoder's Weekly | Issue #682

NumPy quickly becomes complex as dimensions increase; while two dimensions may appear straightforward, adding more can lead to significant challenges in managing data effectively.
Python
Artificial intelligence
fromHackernoon
3 years ago

Code Smell 300 - Package Hallucination | HackerNoon

Avoid hallucinated packages that compromise security and stability.
Implement robust validation to counter risks of AI-generated dependencies.
fromInfoQ
4 months ago

Best Practices for Managing Shared Libraries in .NET Applications at Scale

Shared libraries, while enhancing efficiency and consistency, can hinder scalability if not managed properly, particularly in microservices environments.
DevOps
Software development
fromInfoQ
4 months ago

Google Go Module Mirror Served Backdoor for 3+ Years

Research uncovered a major supply chain attack in the Go ecosystem involving a backdoored package.
The attack exploited caching in the Go Module Proxy, emphasizing security vulnerabilities in module management.
[ Load more ]