#28 Making Python Fast: Profiling Python Code Oct. 6, 2015

from Talk Python To Me· ·

Is that Python code of yours running a little slow? Are you thinking of rewriting the algorithm or maybe even in another language? Well, before you do, you'll want to listen to what Davis Silverman has to say about speeding up Python code using Profiling. Links from the show: Davis on Twitter : @sinistersnare Profiling Article : blog.thehumangeo.com/2015/07/28/profiling-in- python HumanGeo on GitHub : github.com/humangeo HumanGeo Group : thehumangeo.com PyCharm Profiler : blog.jetbrains.com/pycharm/2015/05/pycharm-4-5-eap-build-141-988-introducing- python-profiler PyCallGraph : pycallgraph.readthedocs.org



Is that Python code of yours running a little slow? Are you thinking of rewriting the algorithm or maybe even in another language? Well, before you do, you'll want to listen to what Davis Silverman has to say about speeding up Python code using Profiling.