editor for Python on Linux

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

    editor for Python on Linux

    Hi!

    I wonder which editor or IDE you can recommend me for writing Python
    programs. I tried with jEdit but it isn't perfect.

  • Rene Pijlman

    #2
    Re: editor for Python on Linux

    Mladen Adamovic:[color=blue]
    >I wonder which editor or IDE you can recommend me for writing Python
    >programs.[/color]

    vi

    --
    René Pijlman

    Comment

    • Jonathan Daugherty

      #3
      Re: editor for Python on Linux

      # I wonder which editor or IDE you can recommend me for writing Python
      # programs. I tried with jEdit but it isn't perfect.

      It depends on what you need; what don't you like about JEdit? What do
      you think a good editor or IDE should provide?

      --
      Jonathan Daugherty

      Comment

      • Sriram Krishnan

        #4
        Re: editor for Python on Linux

        Mladen Adamovic wrote:[color=blue]
        > Hi!
        >
        > I wonder which editor or IDE you can recommend me for writing Python
        > programs. I tried with jEdit but it isn't perfect.
        >[/color]

        Check out http://wiki.python.org/moin/PythonEditors. I personally use Emacs

        --
        Sriram

        Comment

        • Armin Steinhoff

          #5
          Re: editor for Python on Linux

          Mladen Adamovic wrote:[color=blue]
          > Hi!
          >
          > I wonder which editor or IDE you can recommend me for writing Python
          > programs. I tried with jEdit but it isn't perfect.
          >[/color]

          Nothing is perfect ... but try SciTE and Eric


          --Armin




          Comment

          • F. Petitjean

            #6
            Re: editor for Python on Linux

            Le Sun, 19 Feb 2006 21:33:59 +0100, Rene Pijlman a écrit :[color=blue]
            > Mladen Adamovic:[color=green]
            >>I wonder which editor or IDE you can recommend me for writing Python
            >>programs.[/color]
            >
            > vi[/color]

            I beg to disagree :-) Use ed
            "Ed is the standard text editor."



            Comment

            • SPE - Stani's Python Editor

              #7
              Re: editor for Python on Linux

              SPE: http://pythonide.stani.be

              I use it on Ubuntu. For a quick start, view:


              Stani

              Comment

              • Rene Pijlman

                #8
                Re: editor for Python on Linux

                F. Petitjean:[color=blue]
                >Rene Pijlman:[color=green]
                >> vi[/color]
                >
                >I beg to disagree :-) Use ed
                >"Ed is the standard text editor."
                >http://www.gnu.org/fun/jokes/ed.msg.html[/color]

                That was 1991. This is 2006.

                --
                René Pijlman

                Comment

                • Rene Pijlman

                  #9
                  Re: editor for Python on Linux

                  Sriram Krishnan:[color=blue]
                  >Check out http://wiki.python.org/moin/PythonEditors.[/color]

                  This page can't be taken seriously. vi is not listed.

                  --
                  René Pijlman

                  Comment

                  • Colin J. Williams

                    #10
                    Re: editor for Python on Linux

                    Rene Pijlman wrote:[color=blue]
                    > Mladen Adamovic:
                    >[color=green]
                    >>I wonder which editor or IDE you can recommend me for writing Python
                    >>programs.[/color]
                    >
                    >
                    > vi
                    >[/color]
                    Scite is a good editor. It is available for both Windows and Linux.
                    Boa-Constructor is an IDE rather than an editor. Although it focuses
                    on wxPython, it has a good editor.

                    Colin W

                    Comment

                    • Benji York

                      #11
                      Re: editor for Python on Linux

                      Rene Pijlman wrote:[color=blue]
                      > Sriram Krishnan:
                      >[color=green]
                      >>Check out http://wiki.python.org/moin/PythonEditors.[/color]
                      >
                      >
                      > This page can't be taken seriously. vi is not listed.[/color]

                      I hope your <wink> key is broken; I wouldn't wish old-school vi on my
                      worst enemy. Fortunately that page lists the wonderful Vim instead, so
                      seriousness has been maintained.

                      To the OP: a serious editor is a basic necessity of coding, so pick
                      Emacs, Vim, or something equivalent. Just make sure it's customizable
                      and you enjoy customizing it because you'll want to.
                      --
                      Benji York

                      Comment

                      • Sybren Stuvel

                        #12
                        Re: editor for Python on Linux

                        Mladen Adamovic enlightened us with:[color=blue]
                        > I wonder which editor or IDE you can recommend me for writing Python
                        > programs. I tried with jEdit but it isn't perfect.[/color]

                        I use gvim (if I have X) and vim (if I don't). The only negative thing
                        about it, is its learning curve ;-)

                        Sybren
                        --
                        The problem with the world is stupidity. Not saying there should be a
                        capital punishment for stupidity, but why don't we just take the
                        safety labels off of everything and let the problem solve itself?
                        Frank Zappa

                        Comment

                        • Old Duck

                          #13
                          Re: editor for Python on Linux

                          Mladen Adamovic wrote:
                          [color=blue]
                          > Hi!
                          >
                          > I wonder which editor or IDE you can recommend me for writing Python
                          > programs. I tried with jEdit but it isn't perfect.[/color]


                          My personal favorite is Kate (comes with KDE).

                          - Duck

                          Comment

                          • funktion

                            #14
                            Re: editor for Python on Linux

                            gedit

                            Comment

                            • Petr Jakes

                              #15
                              Re: editor for Python on Linux

                              Endless stories about IDEs (try to browse through this discussion group
                              first). Of course it depends about users personal needs and taste. So
                              install them and try them (I know, it's really time consuming). I thing
                              there is not the other way to decide which one is the best for YOU.

                              Petr Jakes

                              Comment

                              Working...