On wednsday, I gave the second out of a four-part webinar series on **Treading With Python** for *futures.io*'s members. Here's the webinar's recording, slides, and Jupyter notebook.

You can jump directly to the
[Jupyter notebook](https://github.com/ranaroussi/futuresio-webinars/blob/master/02-backtesting-and-optimization.ipynb)
that's stored on this [GitHub repository](https://github.com/ranaroussi/futuresio-webinars),
along with a Python file which contains functions I've used during the webinars.

#### Webinar recording:

[>]https://www.youtube.com/watch?v=uD4nokfTnAs

#### Webinar slides:

<div class="slides-wrapper">
    <div style="">
        <iframe allowFullScreen="true" style="" scrolling="no" seamless="seamless" src="https://aroussi.com/futuresio/02-backtesting.html"></iframe>
    </div>
    Backtesting Trading Strategies with Python
</div>

<a href="https://aroussi.com/futuresio/02-backtesting.html" target="_blank">Open slides in a new window</a>