Python is fun and handy to make little scripts at times, or even bigger projects (Blender, etc), but it remains a scripting language, which means it is interpreted and not compiled. (slower)
Python also has no native support to memory handling, which renders it completely useless to kal stuff, unless you want to make a clientless bot, or what so ever.