Smoother Python with automatic imports | pyflyby
This is not a flaky works half the time kind of plugin, it’s a seriously smooth
editing experience. I’ve just started using pyflyby, and it is solid so far.
I have automatic imports on every save of a python file in neovim, and
automatic imports on every command in ipython.
I can’t tell you how pumped I am for this, and how good its felt to use over
the past few weeks. It’s glorious.
YouTube video # [1]
Listen to me rant on how great pyflyby is
https://youtu.be/2QW5DJiEJH4
Give the video a watch, I did not have noise-cancelling on in obs. My
apologies for the background hum and the mic stand bumps. I did my best to fix
them up.
Installation # [2]
How to install pyflyby for automatic python imports
pyflyby is hosted on pypi, so you can get it with pip. I have had no issues
installing it on 3.8+ so far.
pip install pyflyby
Configuration setup with stow # [3]
always stow your dotfiles
If you’re going to configure any of your tools the first thing you should do is
set it up w...