<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l" -->

---
title: Python Dependencies Are Fixable | daily.dev
description: Python&#x27;s dependency management is often criticized, but the author argues that it is fixable. They discuss the importance of defaults, the workflow they use...
canonical: https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Python Dependencies Are Fixable | daily.dev
og:description: Python&#x27;s dependency management is often criticized, but the author argues that it is fixable. They discuss the importance of defaults, the workflow they use...
og:url: https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l
og:image: https://api.daily.dev/og/posts/igabz3C0l.png
og:image:alt: Python Dependencies Are Fixable
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Python Dependencies Are Fixable

**[Lobsters](https://daily.dev/sources/lobsters)** · 8 min read · 7 upvotes · 0 comments

## Summary

Python's dependency management is often criticized, but the author argues that it is fixable. They discuss the importance of defaults, the workflow they use for managing dependencies, the reasons why people think Python's dependency management is bad, and suggestions for improving it.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://matduggan.com/everyone-is-wrong-but-you/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#golang](https://daily.dev/tags/golang), [#rust](https://daily.dev/tags/rust), [#pip](https://daily.dev/tags/pip)

[View this post on daily.dev](https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Python Dependencies Are Fixable","url":"https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l"},"datePublished":"2024-02-23T12:04:47.063Z","dateModified":"2024-05-09T09:06:08.895Z","description":"Python's dependency management is often criticized, but the author argues that it is fixable. They discuss the importance of defaults, the workflow they use...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/10cae699805cc6f4aee549c73963913b?_a=AQAEufR","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/10cae699805cc6f4aee549c73963913b?_a=AQAEufR","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/python-dependencies-are-fixable-igabz3c0l","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"python,golang,rust,pip","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"Python Dependencies Are Fixable"}]}
```

