
#28: Making Python Fast: Profiling Python Code
Talk Python To Me
00:00
How to Use Pipi to Speed Up Your Python Code
Pipi is a very compliant Python interpreter that at runtime turns the Python code into machine code. It finds the hot parts of your code or what's being run a lot, and it finds a better way to run that for you. The thing is pipi uses more memory than see Python to support its garbage collector.
Play episode from 37:55
Transcript


