Hacker News new | ask | show | jobs
by hota_mazi 1614 days ago
> Python is easy to grok,

It's not, though, it just gives you that illusion.

The code might be easier to read but it's harder to understand and to modify safely because of the absence of type annotations.