#265 Why is Python slow?
Talk Python To Me - Podcast autorstwa Michael Kennedy
Kategorie:
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.