On 19 Oct 2018 18:09, Pat Martin <wpmartin at gmail.com> wrote: TLDR; How do you figure out if code is inefficient (if it isn't necessarily obvious) and how do you find a more efficient ----- Hi, check this: https://docs.python.org/3/library/profile.html. Also, the timeit module is handy for smaller snippets.