Re: Good editor for python

2018-11-11 Thread tommy yama
Komodo edit is enchanting personally, On Mon, 12 Nov 2018, 06:06 Andrew Z Brian, thank you for sharing. Looks very interesting. > > On Sun, Nov 11, 2018, 10:46 Brian J. Oney via Python-list < > python-list@python.org wrote: > > > Hi Olivier > > > > I am glad you did not trigger an editor war. I d

Re: Good editor for python

2018-11-11 Thread Andrew Z
Brian, thank you for sharing. Looks very interesting. On Sun, Nov 11, 2018, 10:46 Brian J. Oney via Python-list < python-list@python.org wrote: > Hi Olivier > > I am glad you did not trigger an editor war. I don't know how familiar you > are > with emacs. The answer depends alot on your preferenc

Re: Good editor for python

2018-11-11 Thread Brian J. Oney via Python-list
Hi Olivier I am glad you did not trigger an editor war. I don't know how familiar you are with emacs. The answer depends alot on your preference and future work. Emacs and vi have been around for a long time for good reasons. If you prefer an extensible and futureproof editor, I can wholeheartedl

Re: Good editor for python

2018-11-11 Thread Spencer Graves
  People rave about Jupyter Notebooks, which reportedly allow you to mix narrative with code describing what you are doing and why.   I primarily program in R, and RMarkdown Documents in RStudio allow me to mix narrative with R and Python code.  I explain what I'm doing and why, then

Re: Good editor for python

2018-11-11 Thread Andrew Z
If you do scripts - emacs/vi is the way to go. If you need something more (like creating libraries, classes) go with pycharm. It is a professionally made IDE. Over past 2 years ive been trying to "downgrade" myself to something with less belts and whistles, but come back to it all the time. On

Re: Good editor for python

2018-11-11 Thread Thomas Jollans
On 11/11/2018 10:14, Olive wrote: > I am not a professional programmer but I use Python regularly for custom > scripts (and plot with matplotlib). I have just learned VBA for Excel: what I > found amazing was their editor: it is able to suggest on the spot all the > methods an object support and

Re: Good editor for python

2018-11-11 Thread Daniele Forghieri
Il 11/11/2018 10:14, Olive ha scritto: I am not a professional programmer but I use Python regularly for custom scripts (and plot with matplotlib). I have just learned VBA for Excel: what I found amazing was their editor: it is able to suggest on the spot all the methods an object support and

Good editor for python

2018-11-11 Thread Olive
I am not a professional programmer but I use Python regularly for custom scripts (and plot with matplotlib). I have just learned VBA for Excel: what I found amazing was their editor: it is able to suggest on the spot all the methods an object support and there is a well-integrated debugger. I wo