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: Python indentation (3 spaces)

2018-11-11 Thread Peter J. Holzer
On 2018-10-25 12:59:18 +0200, Antoon Pardon wrote: > On 20-10-18 14:38, Peter J. Holzer wrote: > > On 2018-10-16 06:37:56 +1100, Chris Angelico wrote: > >> On Tue, Oct 16, 2018 at 6:34 AM Peter J. Holzer wrote: > >>> On 2018-10-15 14:12:54 +0200, Antoon Pardon wrote: > On 13-10-18 09:37, Pete

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: Error in installing "conda-build"

2018-11-11 Thread tommy yama
sorry, this is solved. On Sun, Nov 11, 2018 at 12:49 PM tommy yama wrote: > Hi there, > > Anyone encountered the same problem? > > ommand "python setup.py egg_info" failed with error code 1 in > /private/tmp/pip-install-ReWrqJ/conda-build/ > > > Your advices would be appreciated. > > -- https:

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