Okay, I've never really paid it much much mind because I'm typically neither a fan of interpreted nor dynamically-typed languages, but I have to admit that I've been having a lot of fun* playing with #Python.
* My definition of "fun" may differ from yours.
like this
csa
in reply to Jonathan Lamothe • • •Python is the best.
I've used it for websites, mobile apps and even desktop taskbar type things.
(You can get closer to strict typing as well, with type hinting)
docs.python.org/3/library/typi…
peps.python.org/pep-0484/
typing — Support for type hints
Python documentationJonathan Lamothe
in reply to csa • •