#dependency-management

[ follow ]
#python
fromRealpython
2 months ago
Python

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

Python
fromInfoWorld
4 months ago

Understand Python's new lock file format

PEP 751 introduces a standardized lock file for Python dependencies, enhancing project reproducibility and conflict resolution.
fromRealpython
2 months ago
Python

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

fromPythoninsider
1 week ago
Python

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.
fromhttps://daniel.feldroy.com
1 week ago

uv run for running tests on versions of Python

Using uv run simplifies testing multiple Python versions locally without the overhead of traditional tools like Tox or Nox.
fromHackernoon
2 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
2 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
2 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
2 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
3 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.
fromHackernoon
1 year ago

Building a Robust JS/TS Monorepo: Best Practices with Yarn, NX and Changesets | HackerNoon

Monorepos enhance collaboration by unifying codebases, streamlining complexity, and encouraging code reuse.
fromHackernoon
4 months ago

Using Maven's Dependency Analyzer to Get Rid of Unused Dependencies is Dangerous Advice Today | HackerNoon

"The mvn dependency:analyze command analyzes a project’s dependencies to identify whether they are declared but unused. However, caution is advised as it may yield incorrect results, especially with bytecode analysis."
Bootstrapping
fromtowardsdatascience.com
5 months ago

Data Scientist: From School to Work, Part I

Every data science project must aim for production-level code delivery.
Many junior data scientists struggle with development skills, impacting their project execution.
Effective environment management is crucial in data science to avoid operational issues.
JavaScript
fromInfoWorld
10 months ago

Deno 2.0 moves to release candidate stage

Deno 2.0 enhances dependency management and error handling, streamlining development processes for better efficiency and modern workflows.
fromMedium
11 months ago

Monorepo: Why Classical Build Systems Fail?

Setting up CI/CD for Lambda functions can be complex due to interdependencies, requiring modern tools to manage them effectively.
[ Load more ]