Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Editor
#1
Would you please recommend me a good Python editor?

Sairam
Reply
#2
Python IDLE that comes with python 2.7 and any version of 3 works well
Reply
#3
IDLE is not good at all,Thonny is in same category and a lot better than IDLE.
PyCharm free community, Spyder ect..,try several.

I use VS Code which is the same category(multi-language editor) as Atom,Sublime.
I have quick review here.
Reply
#4
My vote is for PyCharm. It has lots of built in features, code inspector (a good one),
auto complete, (VCS (CVS, Git, Subversion, Mecurial)), excellent debugger and more.
Reply
#5
For me VS Code was a very pleasant surprise. I'm using it for a month now...
Reply
#6
i prefer lightweight editors such as Geany or Vim. Anything but IDLE is OK in my book.
Recommended Tutorials:
Reply
#7
I used vi for quite a while when working on Unix (introduced to me at Bell Labs),
and still use it when I have to make quick changes when using Linux, or on windows from cmder.
I never loved it, but knew it well, so could fly with it. I never used IDE's  until emacs, which I think
was the first editor that allowed execution and debugging from within. Then I used Borland C++ for
quite a while, and their IDE was quite good. Then back to emacs, and now PyCharm.
Reply
#8
I've been using Geany for a long time.  I'd like to be able to customize the syntax highlighting a little, and some of the menu choices are in odd locations (for me, anyway), but those are minor flaws.  All of them have their little idiosyncratic details.  I've tried to work with Spyder, for example, but it's even more unintuitive.  For me, Geany is the easiest to use, and its very complete.  Not to mention it works just as well on html, javascript, and other languages.
Reply
#9
Hi snippsat,

It seems that PyCharm free community is only free for 30 days. Would you please confirm?

Thanks
SaiRam
Reply
#10
No, the Community edition is free for life. Professional edition has trial period, so obviously you refer to the professional edition, not community one. Maybe you have made mistake which one to download and install.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sublime Text Editor not recognizing Python elroberto 5 2,883 Jun-13-2022, 04:00 PM
Last Post: rob101
  Music Notation editor; how to build the editor? direction to go? philipbergwerf 1 1,695 Jan-01-2022, 04:56 PM
Last Post: Larz60+
  Question re: running code in Editor (i.e. Atom) vs Python interpreter rok 3 2,437 Jun-29-2020, 09:20 PM
Last Post: bowlofred
  free python editor for mac tony1812 5 4,950 May-21-2020, 05:35 AM
Last Post: buran
  Running python from Sublime Text editor balley810 2 3,016 Jul-14-2019, 03:40 PM
Last Post: ThomasL
  python script file not opening in IDLE editor srm 2 4,396 Jun-23-2019, 08:45 AM
Last Post: Larz60+
  Atom editor issue with python 3 johnmick 2 2,905 Jan-25-2019, 10:17 PM
Last Post: snippsat
  error with python and atom editor josebogota 1 2,708 Mar-20-2018, 06:47 PM
Last Post: micseydel
  Python development editor Venkatta 8 90,260 Dec-13-2017, 06:27 PM
Last Post: j.crater
  Return Statement in Python IDLE editor NMW 10 10,618 Jul-11-2017, 09:47 PM
Last Post: NMW

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020