Python editor/IDE on Linux?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mystilleef

    #31
    Re: Python editor/IDE on Linux?

    On Apr 13, 6:20 pm, "Jack" <nos...@invalid .comwrote:
    I wonder what everybody uses for Python editor/IDE on Linux?
    I use PyScripter on Windows, which is very good. Not sure if
    there's something handy like that on Linux. I need to do some
    development work on Linux and the distro I am using is Xubuntu.
    Try Scribes:

    Flash Demo: http://scribes.sf.net/demo.htm

    It's writing in Python and can extended with Python plugins.

    Comment

    • Dotan Cohen

      #32
      Re: Python editor/IDE on Linux?

      On 14 Apr 2007 11:35:15 -0700, mystilleef <mystilleef@gma il.comwrote:
      On Apr 13, 6:20 pm, "Jack" <nos...@invalid .comwrote:
      I wonder what everybody uses for Python editor/IDE on Linux?
      I use PyScripter on Windows, which is very good. Not sure if
      there's something handy like that on Linux. I need to do some
      development work on Linux and the distro I am using is Xubuntu.
      >
      Try Scribes:
      >
      Flash Demo: http://scribes.sf.net/demo.htm
      >
      It's writing in Python and can extended with Python plugins.
      >
      Has anyone any experience with Python in Kate or Kdevelop? I program
      PHP and HTML in Kate and C in Kdevelop.

      Dotan Cohen



      Comment

      • Daniel Gee

        #33
        Re: Python editor/IDE on Linux?

        In Linux I just use Gedit. In windows I settle for Notepad2. With
        python having help built into the interpreter, anything more than line
        numbering, simple syntax highlighting, and auto-indent when you hit
        enter just doesn't seem necessary. Vim has b and c, but not a.

        Using Kate for Python would probably be very similar to using Gedit
        (from my limited experience with Kate).

        Comment

        • Marc 'BlackJack' Rintsch

          #34
          Re: Python editor/IDE on Linux?

          In <mailman.6530.1 176577462.32031 .python-list@python.org >, Dotan Cohen
          wrote:
          Has anyone any experience with Python in Kate or Kdevelop?
          I'm using Kate/KWrite quite often. Syntax highlighting and an auto
          indention for Python are standard features. The only "extra" I'm using is
          the word completion plug-in to spare myself too much typing and limit
          typing errors in long names.

          Along with the editor there's always a terminal with IPython running to
          test and explore my own code and libraries.

          Ciao,
          Marc 'BlackJack' Rintsch

          Comment

          • Paddy

            #35
            Re: Python editor/IDE on Linux?

            On Apr 15, 9:33 am, "Daniel Gee" <zef...@gmail.c omwrote:
            In Linux I just use Gedit. In windows I settle for Notepad2. With
            python having help built into the interpreter, anything more than line
            numbering, simple syntax highlighting, and auto-indent when you hit
            enter just doesn't seem necessary. Vim has b and c, but not a.
            I'm not sure of what you are numbering, but vim does have:
            * Line numbering.
            * Syntax highlighting.
            * Auto-indenting.
            >
            Using Kate for Python would probably be very similar to using Gedit
            (from my limited experience with Kate).

            Comment

            • 7stud

              #36
              Re: Python editor/IDE on Linux?

              On Apr 15, 2:33 am, "Daniel Gee" <zef...@gmail.c omwrote:
              >
              anything more than line
              numbering, simple syntax highlighting, and auto-indent when you hit
              enter just doesn't seem necessary. Vim has b and c, but not a.
              >
              a:
              <esc>:set nu
              <esc>:set nonu

              Comment

              • Daniel Gee

                #37
                Re: Python editor/IDE on Linux?

                didn't know that one. Perhaps I'll look into Gvim (I still like to cut
                and paste with the mouse, even if I left that off my list).

                Comment

                • Paddy

                  #38
                  Re: Python editor/IDE on Linux?

                  On Apr 16, 2:17 am, "Daniel Gee" <zef...@gmail.c omwrote:
                  didn't know that one. Perhaps I'll look into Gvim (I still like to cut
                  and paste with the mouse, even if I left that off my list).

                  In gvim you can use a mouse-1-drag to select text then mouse-2 at the
                  position you want to copy the text to.

                  - Paddy.

                  Comment

                  • Joshua J. Kugler

                    #39
                    Re: Python editor/IDE on Linux?

                    On Friday 13 April 2007 10:20, Jack wrote:
                    I wonder what everybody uses for Python editor/IDE on Linux?
                    I use PyScripter on Windows, which is very good.
                    I'm using WingWare's WingIDE. Visual debugger, python-scriptable,
                    projects, code-completion that is second-to-none (I LOVE it.). And a very
                    responsive support team. Yes, it's commercial, but it's cheaper than
                    Komodo, and works a lot better for Python.

                    Plus, it's written in Python, so the developers eat their own dog food.
                    During the development cycle for 3.0 (it's at Alpha 1 right now*), all they
                    used to development was the active code base.

                    *I'm using 3.0a1 right now for my development work, and have not had a
                    single crash or glitch. It's good stuff.

                    j

                    --
                    Joshua Kugler
                    Lead System Admin -- Senior Programmer

                    PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

                    --
                    Posted via a free Usenet account from http://www.teranews.com

                    Comment

                    • Bruno Desthuilliers

                      #40
                      Re: Python editor/IDE on Linux?

                      Ali a écrit :
                      On 14 Apr, 05:48, "Jack" <nos...@invalid .comwrote:
                      >
                      >>That's a good one. I got to find out what's special with Emacs :)
                      >
                      >
                      The users.
                      >
                      +10 OT-QOTW !-)

                      (ouch, it hurts...)

                      Comment

                      Working...