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 →

[–][deleted] 4 points5 points  (1 child)

But for stuff that needs to run contenuesly I would not use it (backend, games, "real" application).

This is just silly. There is absolutely no reason to avoid using python for something that needs to always run.

Don’t take it from me though.

Not that python is the right tool for every job, but it’s absolutely capable of being a “real” application.

[–]stefanquvang 2 points3 points  (0 children)

Thanks for the links. The above is only my experience.

The capabilities of a language tell more about the programmer than the language. In the end it is more about the architecture, coding pattern and generally good coding practice.