Talk Python To Me
Talk Python To Me
Michael Kennedy
#66: Faster Python Programs: Measure, Don't Guess
1 hour 4 minutes Posted Jul 7, 2016 at 8:00 am.
0:00
1:04:55
Download MP3
Show notes
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?