#265: Why is Python slow?

Talk Python To Me

Episode | Podcast

Date: Tue, 19 May 2020 00:00:00 -0800

The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we keep our eye on pure computational speed in the Python layer, then yes, Python is slow.