Contribute Media
A thank you to everyone who makes this possible: Read More

IPython: The Productivity Booster

Description

Learn to be productive with IPython

IPython seems like a fancy Python shell. Why do we need it when we have PyCharm, VSCode, and other IDEs?

In this talk you'll learn how to use the power of IPython for rapid development and how you can integrate it with existing tools. We'll cover magic commands, calling external process, usage of extended history, async/await and more.

You'll also learn on some popular extension and cool configuration hacks (such as %autoreload 2)

Since Jupyter is based on IPython, you'll be able to use all of what you learned in Jupyter Lab/Notebooks as well.

Improve this page