Modern Python Dependency Management: Pip vs. Poetry vs. PDM
A 2024 guide to Python dependency management, comparing the classic Pip/venv with modern tools like Poetry and PDM to help you choose the right workflow for your project.
Read moreA 2024 guide to Python dependency management, comparing the classic Pip/venv with modern tools like Poetry and PDM to help you choose the right workflow for your project.
Read moreLearn the importance of Python virtual environments and master the built-in venv module to manage project-specific dependencies and avoid the dreaded 'dependency hell'.
Read moreDiscover the pyproject.toml file, the modern, unified standard for configuring Python projects. Learn how it replaces older files like setup.py and requirements.txt and how to use it to manage your project's dependencies and tools.
Read moreA straightforward guide to using Python's built-in venv module. Learn why you don't need complex tools for most projects and how to master the standard for dependency isolation.
Read moreLearn how to use AWS Lambda Layers to manage your function's dependencies and share common code. A practical guide to keeping your Lambda deployment packages small and organized.
Read moreAn introduction to NuGet, the package manager for .NET. Learn what NuGet is, how it helps you manage dependencies, and how to use it to add third-party libraries to your .NET projects.
Read moreAn essential guide for Python developers on what virtual environments are, why they are crucial for project dependency management, and how to use the built-in venv module to create and manage them.
Read more