yes, you are right about python and its speed. there are languages like boo though which are a very good power/speed compromise.

by the way, there are jit compiler projects in the works for python too (google's unladen swallow and pypy). with them it should be possible to speed up python a lot but because of the very dynamic nature of python it's unlikely that the speed of statically typed languages like c# and boo will be reached.