Skip Navigation

Is Python Really That Slow?

blog.miguelgrinberg.com Is Python Really That Slow?

My standard response when someone asks me how I deal with Python being such a slow language is that Python is by far the fastest to write, cleanest, more maintainable programming language I know, and…

24 comments
  • Oh man, it's only from reading this that I've realised that 'pypy' isn't the same as 'pypi'

    • Python is a great language for folks who occasionally have to do a little bit of programming, but if you have to go into any depth with it you hit shit like that.

  • For normal stuff, yes. For things that are implemented in C and just interfaced with in Python, so the majority of data analyis and ML libraries, no.

24 comments