• Python isn’t bad, but it is fundamentally designed to trade the performance of a precompiled language for ease of use and writing. That’s why in fields like data science you often see people writing things in python to see if they work first, and then porting the performance heavy tasks to a complied language like C or Rust.