I JUST WANNA HAVE INTERFACES IN MY PROJECT, I GOTTA USE PYTHON SINCE I'M SCRIPTING FOR ITERM2, WHAT DO YOU MEAN I HAVE TO IMPORT THE ABILITY TO INTERFACE :kitty-cri-screm:
I JUST WANNA HAVE INTERFACES IN MY PROJECT, I GOTTA USE PYTHON SINCE I'M SCRIPTING FOR ITERM2, WHAT DO YOU MEAN I HAVE TO IMPORT THE ABILITY TO INTERFACE :kitty-cri-screm:
Python is bad. It's not object oriented, but still has classes for some reason? Zero type checking until it explodes on runtime. Slow as hell. But it can do two things really well: handling REST api calls and manipulating datasets. For anything else use another language.
what do you mean by "not object oriented"?
It does not implement a large amount of object-oriented design specifications, namely those related to encapsulation and polymorphism
use mypy alongside your linter!