Hacker News new | ask | show | jobs
by orf 2821 days ago
This is great, the native await is amazing. IPython is one of the great tools in the Python ecosystem, if you're not using it already (or, gasp, using the standard `python` REPL) you should start. It blows anything else out of the water. Prompt-toolkit[1] is also really great if you're writing a REPL-like tool and just want easy IPython like widgets.

The %autoreload magic has been improved as well[2]. Great release overall!

1. https://github.com/jonathanslenders/python-prompt-toolkit

2. https://ipython.readthedocs.io/en/stable/whatsnew/version7.h...