Nemeski@lemm.ee to Python@programming.dev · 2 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square78fedilinkarrow-up1258arrow-down14
arrow-up1254arrow-down1external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 2 days agomessage-square78fedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·11 hours agoU are not wrong. Dependency management is tough and often frustrating. Dealing with resolving dependency conflicts is unavoidable. This area is a constant focus of development, so could see improvements over time. Some packages to keep an eye on: pip & setuptools pip-tools (specifically pip-compile) https://pypi.org/project/pip-compile-multi/ poetry Any others i’ve missed?
U are not wrong.
Dependency management is tough and often frustrating. Dealing with resolving dependency conflicts is unavoidable. This area is a constant focus of development, so could see improvements over time.
Some packages to keep an eye on:
pip & setuptools
pip-tools (specifically pip-compile)
https://pypi.org/project/pip-compile-multi/
poetry
Any others i’ve missed?