editor for Python on Linux

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

    #16
    Re: editor for Python on Linux

    I really think that IDLE is one of the best around in Python source editing.
    The only great lacks are tabs. Does somebody know if is there some IDLE
    modified version including tabbed browsing, out there?


    Comment

    • bruno at modulix

      #17
      Re: editor for Python on Linux

      Rene Pijlman wrote:[color=blue]
      > F. Petitjean:
      >[color=green]
      >>Rene Pijlman:
      >>[color=darkred]
      >>>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.[/color]

      Yes, but that rant is still a pure jewel of geek madness.



      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      • bruno at modulix

        #18
        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]

        Well, this prove that this page *is* to be taken seriously !-)


        (René, don't bother replying : this is a troll ;-)



        --
        bruno desthuilliers
        python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
        p in 'onurb@xiludom. gro'.split('@')])"

        Comment

        • Mystilleef

          #19
          Re: editor for Python on Linux

          I'm writing a simple yet powerful text editor for GNOME that is great
          for Python development called Scribes. It features

          Snippets (ala Textmate/Eclipse)
          Automatic word completion
          Automatic indentation
          Automatic bracket completion
          Automatic saving
          Bookmarks
          Syntax Highlight
          etc..

          Flash Movie: http://scribes.sf.net/snippets.htm

          Gif Screencast: http://www.minds.may.ie/~dez/images/blog/scribes.html

          Hompage: http://scribes.sf.net/

          It's faster, lighter, simpler and as powerful than the alternatives,
          and most important it never gets in your way and you would never need
          to decipher cryptic manuals to do anything moderately productive,
          unlike some other editors. It's free software too, give it a try. As a
          bonus, it's written in Python.

          Comment

          • Tim Parkin

            #20
            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]
            I've been using wing for quite some time and it's an excellent dedicated
            editor for python. If you want flexible debugging in a gui environment
            it's hard to beat.

            Tim Parkin

            Comment

            • pikatxu

              #21
              Re: editor for Python on Linux

              On Sun, 19 Feb 2006 20:52:54 +0100, 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]

              eclipse+pydev ?
              I've never tried it though

              Comment

              • zelova

                #22
                Re: editor for Python on Linux

                It was said that Boa is good, but I prefer SPE.
                WingIDE is good but commercial, I tried it but didn't buy.

                Comment

                • Franz Steinhaeusler

                  #23
                  Re: editor for Python on Linux

                  On Sun, 19 Feb 2006 20:52:54 +0100, Mladen Adamovic
                  <adamm_n0@spamm _blic.net> 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]

                  Maybe you try out DrPython.

                  (Written in Python and wxPython, Autocompletion, Calltips,
                  easily extensible with plugins and scripts, source browser, ...)
                  --
                  Franz Steinhaeusler

                  Comment

                  • Grant Edwards

                    #24
                    Re: editor for Python on Linux

                    On 2006-02-19, Rene Pijlman <reply.in.the.n ewsgroup@my.add ress.is.invalid > wrote:
                    [color=blue][color=green]
                    >>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.[/color]

                    That's a joke, son. A flag waver. You're built too low. The
                    fast ones go over your head. Ya got a hole in your glove. I
                    keep pitchin' 'em and you keep missin' 'em. Ya gotta keep
                    your eye on the ball. Eye. Ball. I almost had a gag, son.
                    Joke, that is.

                    --
                    Grant Edwards grante Yow! Wait... is this a FUN
                    at THING or the END of LIFE in
                    visi.com Petticoat Junction??

                    Comment

                    • Fabio Zadrozny

                      #25
                      Re: editor for Python on Linux

                      You could try Eclipse with Pydev: http://pydev.sf.net
                      or its commercial counterpart: Pydev Extensions:


                      -- runs on linux / mac / windows ...

                      Cheers,

                      Fabio

                      --
                      Fabio Zadrozny
                      ------------------------------------------------------
                      Software Developer

                      ESSS - Engineering Simulation and Scientific Software
                      ESSS: soluções de simulação computacional e suporte especializado para resolver desafios críticos de engenharia das mais diversas indústrias.


                      Pydev Extensions


                      PyDev - Python Development Enviroment for Eclipse

                      Posting about venturing (and creating) PyDev. LINKS:    PyDev.org       Blog RSS       Twitter RSS



                      Comment

                      • Ben Wilson

                        #26
                        Re: editor for Python on Linux

                        He said "IDE." That means "vim"

                        Comment

                        • Mladen Adamovic

                          #27
                          Re: editor for Python on Linux

                          Mladen Adamovic wrote:[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've got a lot of replies on this message.
                          In jEdit auto ident don't work OK.

                          Answers like vi, emacs and gedit I won't take seriously.
                          For gods sake, gedit don't even have syntax highlighting (at least on
                          Centos 4.2).

                          I would like syntax highlighting, auto ident and if possible auto
                          completition and embedded help.

                          I downloaded a couple of sugestions and I will try it. Thank you for
                          your answers :) .

                          --
                          Mladen Adamovic
                          home page: http://home.blic.net/adamm

                          Comment

                          • rainbow.cougar@gmail.com

                            #28
                            Re: editor for Python on Linux


                            Mladen Adamovic wrote:[color=blue]
                            > Mladen Adamovic wrote:[color=green]
                            > > 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've got a lot of replies on this message.
                            > In jEdit auto ident don't work OK.
                            >
                            > Answers like vi, emacs and gedit I won't take seriously.
                            > For gods sake, gedit don't even have syntax highlighting (at least on
                            > Centos 4.2).[/color]

                            Actually gedit does have syntax highlighting and works quite well.
                            If you put down emacs so casually you obviously have no experience with
                            one of the most powerful text editors available. I don't use because I
                            like the X windows editors more.

                            Basically any editor that can insert spaces for tabs and maintain
                            indentation level works well.

                            For Unices:
                            I like cooledit, besides syntax highlighting for a variety of
                            languages, it uses python as its internal scripting language and has a
                            powerful indent/undent feature.

                            xcoral is good, another highly configurable editor.

                            gedit

                            idle

                            ee (also know as aee) works pretty decently for maintaining tabbing

                            vi (*not* vim, which is a travesty that doesn't even work right) if
                            nothing else is available

                            For M$:
                            Idle
                            PFE
                            vim

                            Comment

                            • Benji York

                              #29
                              Re: editor for Python on Linux

                              Mladen Adamovic wrote:[color=blue]
                              > Answers like vi, emacs and gedit I won't take seriously.[/color]

                              I don't know anything about gedit, but why not take Emacs and Vim (not
                              vi) seriously?
                              [color=blue]
                              > I would like syntax highlighting, auto ident and if possible auto
                              > completition and embedded help.[/color]

                              Both certainly give you those and *so* much more.
                              --
                              Benji York

                              Comment

                              • jean-michel bain-cornu

                                #30
                                Re: editor for Python on Linux

                                > Boa-Constructor is an IDE rather than an editor. Although it focuses[color=blue]
                                > on wxPython, it has a good editor.[/color]
                                Yes, some possibilities are pretty good, like for instance the
                                findAll/findInFiles keeping the results in a new tab (I never saw this
                                elsewhere). Another useful is having the debugger launching the
                                application in a separate process, an excellent way to avoid bugs
                                pollution coming into the IDE.
                                rgds
                                jm

                                Comment

                                Working...