From fb59a8ae5be5d336bf8e61340d9da155e65aa6e4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 07:53:45 -0500 Subject: [PATCH] improvements to editors Signed-off-by: Kenneth Reitz --- source/editor.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/editor.rst b/source/editor.rst index 4578ecf..482cb6f 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -5,6 +5,8 @@ Writing Python code typically involves what it known as a Text Editor. Our recom The functional difference between these two editors is small — they both accomplish the same things, effectively. Which one you chose is a matter of personal taste. There are other editors, like *vim*, *Atom*, or *emacs*, which you may chose to use instead. Whatever works best for you is best. +---------------- + I personally use an vastly prefer *Sublime Text 3* to all other options available. It's easily my favorite editor. If it didn't exist though, I'd be using *VS Code*. Python Requirements for a Text Editor