bobwmcgrath t1_j0zrc8m wrote
Python just makes C calls so most of that is not running slowly in the interpreter. Python is a little slower than pure C but not much. You're not even stuck using python. Plenty of people use c. My time is more valuable than the CPU cycles so I use python.
Viewing a single comment thread. View all comments