Wait, IPython Can Do That?!

Here are the slides for my talk called "Wait, IPython can do that?!".

Since I update the slides before each conference to incorporate any new ideas that come to my mind and make sure they are up to date, if you are interested in a particular version of the slides, just send me an email and I will sent them your way.

Enjoy!

 

Slides for a 30-minute-long version of this talk are available here.

Similar posts

IPython Startup Files

How you can automatically run Python scripts when starting IPython and why this can be useful?

Creating Magic Functions in IPython - Part 1

Learn how to make your own magic functions in IPython by creating a line magic function.

Automatically Reload Modules with %autoreload

Tired of having to reload a module each time you change it? %autoreload to the rescue!