|
|
|
|
|
by jgb1984
263 days ago
|
|
Couldn't agree more! I've been using Python for almost 20 years, my whole career is built on it, and I never missed typing.
Code with type hints is so verbose and unpythonic, making it much harder to read. Quite an annoying evolution. |
|
However it is indeed annoying for those of us who liked writing Python 2.x-style dynamically-typed executable pseudocode. The community is now actively opposed to writing that style of code.
I don’t know if there’s another language community that’s more accepting of Python 2.x-style code? Maybe Ruby, or Lua?