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?
<br/>
<br/>
Usually we find this simple and clear programming language to be powerful and fast. But what happens when it's not fast enough? Do you have to stop and rewrite it in C, C#, or Java?
<br/>
<br/>
Well before you do something drastic, Mike Mueller is here to teach us the techniques and steps to determine why our Python programs might be slow and give us some tips to make them faster.
<br/>
<br/>
Links from the show:
<br/>
<div style="font-size: .85em;">
<br/>
<b>PyCon Talk by Mike</b>: <a href='https://www.youtube.com/watch?v=JDSGVvMwNM8' target='_blank'>youtube.com/watch?v=JDSGVvMwNM8</a>
<br/>
<b>SnakeViz Project</b>: <a href='http://jiffyclub.github.io/snakeviz/' target='_blank'>jiffyclub.github.io/snakeviz</a>
<br/>
<b>line_profiler</b>: <a href='https://pypi.io/project/line_profiler/' target='_blank'>pypi.io/project/line_profiler</a>
<br/>
<b>Pympler mem profiler</b>: <a href='https://pypi.io/project/Pympler/' target='_blank'>pypi.io/project/Pympler</a>
<br/>
<b>memory_profiler</b>: <a href='https://pypi.io/project/memory_profiler' target='_blank'>pypi.io/project/memory_profiler</a>
<br/>
<b>Python Academy (Mike's company)</b>: <a href='http://www.python-academy.com' target='_blank'>python-academy.com</a>
<br/>
<b>xonsh</b>: <a href='http://xonsh.org/' target='_blank'>xonsh.org</a>
<br/>
<b>Article: Amazon found every 100ms of latency cost them 1% in sales</b>:
<br/>
<a href='http://highscalability.com/latency-everywhere-and-it-costs-you-sales-how-crush-it' target='_blank'>highscalability.com/latency-everywhere-and-it-costs-you-sales-how-crush-it</a>
<br/>
<br/>
<b>Stitcher and Talk Python Podcast: A Farewell Letter</b>:
<br/>
<a href='https://blog.michaelckennedy.net/2016/07/05/stitcher-and-talk-python-to-me-podcast-a-farewell-letter/' target='_blank'>blog.michaelckennedy.net</a>
<br/>
<b>The Course Everyone New to Python Desperately Needs to Take</b>:
<br/>
<a href='http://www.datadependence.com/2016/07/write-pythonic-code-like-a-seasoned-developer/' target='_blank'>datadependence.com/2016/07/write-pythonic-code-like-a-seasoned-developer</a>
<br/>
</div>
↧