Python Forum

Full Version: IPython
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where to start.... 
I have used IPython a lot. But mostly like the regular Python interpreter and the most valuable feature for me was the autocompletion and all timing magics. I mentioned here that IPython is awesome but I didn't know how much exactly it is. I am trying a lot of code into the interpreter before write a script. And I am starting the script from scratch. I didn't know that I am able to save any input commands I want into a file just from IPython itself. I have tried a few time to copy/paste from the IPython into a file and than remove [in] and [out] prompts by hand. Such a pain!  Wall 

I am starting to learn it. Along with Jupyter and Jupyterlab

Here is the video which opened my eyes :)
https://www.youtube.com/watch?v=vrdYvjGTrQA
One year later, what do you say now about IPython.
Is it still worth to learn ?
It is.
Thanks, then I will do it too.