DEV Community

Discussion on: Why all this hate about Python?

Collapse
 
edh_developer profile image
edh_developer

If I were going to complain about syntax, I'd start with meaningful white space, which I'm generally opposed to.

In terms of implementation, one could point to the consequences of the global interpreter lock, with regards to threads.
docs.python.org/3/c-api/init.html#...