#66: Faster Python Programs: Measure, Don't Guess

Talk Python To Me

Episode | Podcast

Date: Thu, 07 Jul 2016 00:00:00 -0800

Python is a wonderful programming language that is often underestimated because it's so clear and simple. Oftentimes people mistake this simplicity for being too simple for real-programs. After all, you didn't even struggle to get your program to link against an incompatible static library or battle a DLL version mismatch in your Python app today did you?