• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jul 10, 2024

help-circle
rss

Python sucks.

Not only is it extremely inefficient, it is also a pain in the ass to work with if you have to use APIs that heavily rely on dynamic type wrapping and don’t provide stubs. Static analysis via Pylance is not possible then and you’re basically poking around in the dark, increasing the difficulty enourmously to get to know such an API. Even worse if there isn’t even a halfway decent documentation.