Comment on Python Performance: Why 'if not list' is 2x Faster Than Using len()
pastermil@sh.itjust.works 2 weeks agoPeople seem to be unaware that python has bindings for lower-level languages like C. In fact, people have been heavily using resource intensive libraries implemented in C (e.g. numpy, scipy, pandas, uwsgi).
Also, Python interpreter performance has come a long way.