improvements to editors

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-19 07:53:45 -05:00
parent 12c5ac07ea
commit fb59a8ae5b
+2
View File
@@ -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