C0deH4cker said:
It is designed to emphasize readability and ease of use. It is an interpreted language that strives to be as fast as native c code.
lolz Python isnt trying to be as fast as native C code... If i need some sort of parsing done super fast i write a parsing module in C with python bindings and then use that module... iv had cases where the C implementation were literally 50x faster












