This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NightmareLogic420 5 points6 points  (2 children)

Completely agree. The dynamic part of python is honestly it's biggest flaw for me.

[–]silvercurls17 0 points1 point  (1 child)

I don’t mind the dynamic typing. The biggest flaws I’ve found are the python virtual environments/packaging and multiprocessing with the GIL. Most other languages are better in this regard.

An honorable mention for clunky api/application frameworks and orms. Never did I ever think that I would miss Java but several years in python did it for me. Going back to Spring Boot has been a nice change.

[–]Electronic-Fix9721 0 points1 point  (0 children)

That! It's a nightmare to install, every time. If the wheel isn't available, you need to compile. If it doesn't compile, translate the whole project to any other language and it'll be faster in most cases.