Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@alert dealing with dependencies and isolating environments can sometimes be a pain. Venv solves most of the problems but every now and then I run into a weird dependency problem, or updates that don't work properly, or other issues.
Of course, Node's ecosystem is even more of a mess, and Go's module system only very recently became good, and most other languages have their own issues with packages. -
@EmberQuill Then you gotta try rust. Its not an easy to pick up language per-se but the ecosystem is just anazing.
-
cdrice41964yString encoding.
unicode vs. bytestring.
Specifically, trying to write a cross-platform / cross-version script that actually has to deal with string encoding. (And if your script is non-trivial, it probably does...)
Related Rants
What do Python developers hate the most?
question
python
rant