May 14Does python have to be this slow? NoPython is slow, really SLOW (loops are the worst). But there is a library that can speed them up by compiling the code at the first execution of a function. …3 min read