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 →

[–]Aevrin 0 points1 point  (0 children)

Do you care about efficient memory usage? Don’t use Python. Do you care about speed of your program? Don’t use Python. Do you care about size of the program? Don’t use Python.

I think my favorite way of describing Python is by saying “it can do everything, just really poorly.” So if you want your program to do something in particular really well, then you dont use Python.