What Python Editor do you use?
What do you think is best?
You can use the Python Wiki for reference. https://wiki.python.org/moin/PythonEditors
Any text editor works for me, I also have pycharm but I never use it. Pretty sure sublime has built a built in python repl by default but don't check me on that
Vim is my editor of choice. For everything.
I usually use vim, not any specific editor for Python. Sometimes when I'm feeling fancy I'll treat myself with Atom or Sublime.
the only one I used so far is pyscripter, it just #werks
I use Emacs for all my coding needs. So, I will say Emacs is my favorite editor.
I'm still using gedit, I have been planning to learn to use vim though... honest.
Aiai wrote: I'm still using gedit, I have been planning to learn to use vim though... honest.
Pretty neat introduction if your interested:
http://www.openvim.com/
tftp wrote: Aiai wrote: I'm still using gedit, I have been planning to learn to use vim though... honest. Pretty neat introduction if your interested: http://www.openvim.com/
Thanks for that, it's a pretty concise intro. I'll be trying out vim where and when I can until I am comfortable enough with it to replace gedit entirely.
Anyone insterested in learning vim should check out the book Practical Vim.
21464 I might check that out, I've been using Nano and have wanted to learn how to use Vim for a while.