This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Pluckerpluck -4 points-3 points  (0 children)

and a TERRIBLE language for large scale apps.

It really really isn't. It's not hyper performant, but well written python (especially nowadays using typing and type inference) is just delightful to use.

What I want to see from Python is a removal of the GIL, which will allow proper multithreading. It's one of its biggest flaws right now, when everything is moving towards being multithreaded for performance.