25 IPython Tips for Your Next Advent of Code
I don't always do the Advent of Code challenges. But when I do, I do them in IPython. Let me show you why.
I don't always do the Advent of Code challenges. But when I do, I do them in IPython. Let me show you why.
How a 5-minute hack for %reload function turned into a rabbit hole of different Python tools and techniques.
Tips and tricks on how to use IPython as your debugger.
What are IPython extensions, how to install them, and how to write and publish your own extension?
Tired of having to reload a module each time you change it? %autoreload to the rescue!
Slides for my talk "Wait, IPython can do that?!"
In this last part of the magic functions series, we will create a Magics class.
Continue the magic functions journey and create a cell magic function that checks type hints in IPython.
Learn how to make your own magic functions in IPython by creating a line magic function.
How you can automatically run Python scripts when starting IPython and why this can be useful?