Hacker News new | ask | show | jobs
by anonymoushn 803 days ago
There isn't really anything like this. Writing fast Python mostly means avoiding obvious blunders like copying huge things unnecessarily and calling out to C a lot. The latter thing isn't useful for interviews though.