12466
Offtopic group for casual talking about anything. @rules_for_python still apply (except for the ontopic rule)
That was not a suggestion but a description of what you did.
Читать полностью…
Fair, I used the terms loosely. We can say python handles concurrency well enough, the real issue is parallelism due to the GIL.
Читать полностью…
I mean, it has its own spot in the developing world but perfect is a big word.
Читать полностью…
First of all, it is slow, af. Secondly, it consumes memory in such a horrible way. Third, can't manage concurrency. Four, if you ever dare to do a big project keep in mind it will be a nightmare due to typo.
Читать полностью…
I am just hanging out after the second day of learning this perfect language, and maybe I will improve this code and add some features later
Читать полностью…
Who would have expected pushback on bad-mouthing Python in a Python group? 🤷♂️
Читать полностью…
Fair would be to acknowledge that Python is actually very good in many fields and that the usefulness of a language depends on the type of application to build and its requirements. C doesn't have the "issues" you've mentioned, but that doesn't make it a good language to use in all the fields where Python shines.
Читать полностью…
Exactly my point. A ‘perfect’ language should scale well regardless of project size. Python doesn’t, and that’s a significant limitation.
Читать полностью…
But Python is not really designed for very big projects and smth like that afaik
Читать полностью…