Niels Cautaerts - Python dependency management is a dumpster fire
How a fire starts
Let's walk through a common scenario.
You have a repetitive task which you want to automate with minimal effort.
Naturally, you decide to whip up a quick Python script.
With a few handy libraries you pip installed, you can write the logic in fewer than 100 lines of code.
Everything goes well.
The sun is shining. With all the time you saved with your automation efforts, you decide to go camping and enjoy a bonfire.
After some time you realize you can re-use functionality in your...
Read more at nielscautaerts.xyz