What do you mean by speed?
Choice of language is dictated by the relative cost of execution time versus development & maintainence time.
If you're writing code used by millions of people, or if a microsecond can cost you thousands of dollars, by all means write C code.
If you're like me and you write code for your own use, and you spend a lot more time writing your code than you spend running it, Python so much faster than C it's not even funny.
It all depends.
Martin
Choice of language is dictated by the relative cost of execution time versus development & maintainence time.
If you're writing code used by millions of people, or if a microsecond can cost you thousands of dollars, by all means write C code.
If you're like me and you write code for your own use, and you spend a lot more time writing your code than you spend running it, Python so much faster than C it's not even funny.
It all depends.
Martin
