Search
Items tagged with: realpython
#vim for me. For those who want to go over to the dark side, #realpython has a great tutorial on how to set it up https://realpython.com/vim-and-python-a-match-made-in-heaven/ but I find plain vim with either elflord or murphy colorscheme is good enough for me in most cases. I like VS Code too. It has replaced Notepad++ as my go to on Windows and I install on Linux at home as a backup.
VIM and Python – A Match Made in Heaven
This article details how to set up a powerful VIM environment for Python development.Real Python