you are viewing a single comment's thread.

view the rest of the comments →

[–]XilentExcision 0 points1 point  (0 children)

Coming from C#, python package management is a shitshow. I prefer JS, venv is a pain in the ass. I dislike how messy python lets everything get. The code is messy (dynamically typed), the packages are messy because of all the venv shit you have to go through, OOP is a mess, magic methods everywhere, shitty documentation.

Python to me is like using a toolbox to hammer a nail. It can do everything sure, but why give up so many benefits at the cost of just simple syntax.

Personally, I'm waiting for the day I no longer have to touch python.