all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can Emacs really be configured and turned into the best python editor/IDE?
@ 2021-09-19 14:41 Hongyi Zhao
  2021-09-19 14:51 ` Tim Visher
  0 siblings, 1 reply; 5+ messages in thread
From: Hongyi Zhao @ 2021-09-19 14:41 UTC (permalink / raw)
  To: help-gnu-emacs

Sorry for my stupid and maybe also cliché question. I've read the
article here [1] for several times, and I've never really tried and
verified most of the configuration covered in it until today.
According to my experience, Emacs is indeed very good for Python
development, but this doesn't guarantee that it's the best Python
editor/IDE. Specifically, there are still many functions in the real
IDE, e.g., PyCharm [2], that do not exist in Emacs.

[1] https://realpython.com/emacs-the-best-python-editor/
[2] https://www.jetbrains.com/pycharm/

Any hints/comments/corrections will be greatly appreciated.

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can Emacs really be configured and turned into the best python editor/IDE?
  2021-09-19 14:41 Can Emacs really be configured and turned into the best python editor/IDE? Hongyi Zhao
@ 2021-09-19 14:51 ` Tim Visher
  2021-09-20  1:55   ` Hongyi Zhao
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Visher @ 2021-09-19 14:51 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: help-gnu-emacs

On Sun, Sep 19, 2021 at 10:42 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:

> Emacs is indeed very good for Python development, but this doesn't

guarantee that it's the best Python editor/IDE.
>

Outside of the extremes (Notepad, ed) your editor is never what's standing
between you and efficacy in any environment.

Maybe it would be better to ask specific questions about specific missing
features that you'd like to have rather than asking in generic superlative
terms. :)

--

In Christ,

Timmy V.

https://blog.twonegatives.com
http://five.sentenc.es


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can Emacs really be configured and turned into the best python editor/IDE?
  2021-09-19 14:51 ` Tim Visher
@ 2021-09-20  1:55   ` Hongyi Zhao
  2021-09-20 13:39     ` Hongyi Zhao
  0 siblings, 1 reply; 5+ messages in thread
From: Hongyi Zhao @ 2021-09-20  1:55 UTC (permalink / raw)
  To: Tim Visher; +Cc: help-gnu-emacs

On Sun, Sep 19, 2021 at 10:52 PM Tim Visher <tim.visher@gmail.com> wrote:
>
> On Sun, Sep 19, 2021 at 10:42 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>>
>> Emacs is indeed very good for Python development, but this doesn't
>>
>> guarantee that it's the best Python editor/IDE.
>
>
> Outside of the extremes (Notepad, ed) your editor is never what's standing between you and efficacy in any environment.
>
> Maybe it would be better to ask specific questions about specific missing features that you'd like to have rather than asking in generic superlative terms. :)

Say, the versatile, dazzling debugger features described here [1].

[1] https://wingware.com/wingide/debugger

Best, HZ



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can Emacs really be configured and turned into the best python editor/IDE?
  2021-09-20  1:55   ` Hongyi Zhao
@ 2021-09-20 13:39     ` Hongyi Zhao
  2021-09-21  4:53       ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 5+ messages in thread
From: Hongyi Zhao @ 2021-09-20 13:39 UTC (permalink / raw)
  To: Tim Visher; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

On Mon, Sep 20, 2021 at 9:55 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> On Sun, Sep 19, 2021 at 10:52 PM Tim Visher <tim.visher@gmail.com> wrote:
> >
> > On Sun, Sep 19, 2021 at 10:42 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> >>
> >> Emacs is indeed very good for Python development, but this doesn't
> >>
> >> guarantee that it's the best Python editor/IDE.
> >
> >
> > Outside of the extremes (Notepad, ed) your editor is never what's standing between you and efficacy in any environment.
> >
> > Maybe it would be better to ask specific questions about specific missing features that you'd like to have rather than asking in generic superlative terms. :)
>
> Say, the versatile, dazzling debugger features described here [1].
>
> [1] https://wingware.com/wingide/debugger

Another example, the "Stack Data" shown by Wing IDE, as presented in attachment.

Regards, HZ

[-- Attachment #2: wing-stackdata.png --]
[-- Type: image/png, Size: 404344 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can Emacs really be configured and turned into the best python editor/IDE?
  2021-09-20 13:39     ` Hongyi Zhao
@ 2021-09-21  4:53       ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; 5+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-09-21  4:53 UTC (permalink / raw)
  To: help-gnu-emacs

Hongyi Zhao wrote:

> Another example, the "Stack Data" shown by Wing IDE, as
> presented in attachment.

It is just programming, anything anyone else can do so can we
by definition ... and it didn't take me very long either.

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-21  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-19 14:41 Can Emacs really be configured and turned into the best python editor/IDE? Hongyi Zhao
2021-09-19 14:51 ` Tim Visher
2021-09-20  1:55   ` Hongyi Zhao
2021-09-20 13:39     ` Hongyi Zhao
2021-09-21  4:53       ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.