What editor shall I use?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Colin J. Williams

    #16
    Re: What editor shall I use?

    Peter Maas wrote:[color=blue]
    > Lad schrieb:
    >[color=green]
    >> What editor shall I use if my Python script must contain utf-8
    >> characters?
    >> I use XP[/color]
    >
    >
    > An extremely capable, easy to use and small editor is Neil
    > Hodgson's SciTE. It's my favorite editor on Windows and Linux.
    > There is a Windows installer at
    >
    > http://users.hfx.eastlink.ca/~gisdev...67-setup-3.exe
    >
    > Peter Maas, Aachen[/color]
    Yes, Scite is an excellent editor for Windows or Linux, but PyScripter
    [http://mmm-experts.com/Products.aspx?ProductID=4]
    offers more, including call completion and call tips.

    It's true that call completion is advertised with SciTE but I have
    not been able to use it with Windows.

    Colin W.

    Comment

    • Joel Hedlund

      #17
      Re: What editor shall I use?

      Lad wrote:[color=blue]
      > What editor shall I use if my Python script must contain utf-8
      > characters?[/color]

      Also, don't overlook IDLE, the IDE that ships with python. I use it in my work every day. Once every three months or so I invest a day in looking for a better free python IDE/editor, and still after 3 years or so, I still haven't found anyhing that beats it.

      Good luck!
      /Joel

      Comment

      Working...