462
you are viewing a single comment's thread
view the rest of the comments
[-] stetech@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

My real issue with Python comes with managing a development environment when multiple developers are working on it. Dependency management in Python is a headache, and while in theory, virtual envs should help with synchronizing environments from machine to machine, I still find it endlessly fiddly with a bunch of things that can go wrong that are hard to diagnose.

Late to the party, but a serious suggestion; give uv for Python dev env/package management and ruff (or Black, for that matter, if you’re not using a formatter yet like some others here in the comments) for linting/formatting a shot.

They’re great and feel magical to use if you’ve known the ~~pain~~ experience of not having them.

this post was submitted on 28 Nov 2024
462 points (88.4% liked)

Programmer Humor

32707 readers
153 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS