Best IDE?

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

    #1

    Best IDE?

    What do you guys use?
    Why?
    What do you like and hate about it?
    What platform(s) is it avalable on?
    How much does it cost?
    etc.

  • Bernard

    #2
    Re: Best IDE?

    IDE : SPE (Stani's python editor) : http://stani.be/python/spe/blog/
    Why?: because this IDE is not complicated. it ships with a debugger, a
    gui designer, a source code checker and a regex console.
    Like: obviously everything
    Hate: sometimes it doesn't start on windows 2000
    Platform: Windows, Linux, Mac
    cost: free but I'll donate some money because I like it

    Ahmer wrote:
    What do you guys use?
    Why?
    What do you like and hate about it?
    What platform(s) is it avalable on?
    How much does it cost?
    etc.

    Comment

    • Theerasak Photha

      #3
      Re: Best IDE?

      On 13 Oct 2006 07:29:09 -0700, Ahmer <ahmerhussain@g mail.comwrote:
      What do you guys use?
      Why?
      What do you like and hate about it?
      What platform(s) is it avalable on?
      How much does it cost?
      etc.
      I use GNU Emacs 22 and a screen session.

      Advantages:

      * Comprehensive, comprehensive, comprehensive.. .tags support,
      Subversion integration, syntax highlighting, sophisticated
      indentation, whatever I want basically
      * Resource-light, contrary to the preconceived opinions some have of Emacs
      * Keyboard-oriented; ergonomic and fast (Xfce is set up to switch
      desktops by key as well)
      * Available on any major platform that you would want to use Python on
      * And it's free

      Disadvantages:

      * No UI builder...for this you can use Glade or maybe Boa Constructor
      * Not many else...none other that I can think of right now, actually

      -- Theerasak

      Comment

      • BartlebyScrivener

        #4
        Re: Best IDE?

        Ahmer wrote:
        What do you guys use?
        Why?
        http://tinyurl.com/ybg6p5

        rd

        Comment

        • Theerasak Photha

          #5
          Re: Best IDE?

          On 13 Oct 2006 07:37:07 -0700, Bernard <bernard.chhun@ gmail.comwrote:
          IDE : SPE (Stani's python editor) : http://stani.be/python/spe/blog/
          Why?: because this IDE is not complicated. it ships with a debugger, a
          gui designer, a source code checker and a regex console.
          Like: obviously everything
          Hate: sometimes it doesn't start on windows 2000
          Platform: Windows, Linux, Mac
          cost: free but I'll donate some money because I like it
          Will definitely give it a look.

          -- Theerasak

          Comment

          • Grant Edwards

            #6
            Re: Best IDE?

            On 2006-10-13, Ahmer <ahmerhussain@g mail.comwrote:
            What do you guys use?
            jed along with bash et. al.
            Why?
            Because it's efficient and it's what I use for all other
            languages.
            What do you like and hate about it?
            If there was something I hated about it, I wouldn't use it.
            What platform(s) is it avalable on?
            Unix/Linux and Win32.
            How much does it cost?
            Nothing.
            etc.
            42

            --
            Grant Edwards grante Yow! I'd like TRAINED
            at SEALS and a CONVERTIBLE on
            visi.com my doorstep by NOON!!

            Comment

            • limodou

              #7
              Re: Best IDE?

              On 10/13/06, Theerasak Photha <hanumizzle@gma il.comwrote:
              On 13 Oct 2006 07:37:07 -0700, Bernard <bernard.chhun@ gmail.comwrote:
              IDE : SPE (Stani's python editor) : http://stani.be/python/spe/blog/
              Why?: because this IDE is not complicated. it ships with a debugger, a
              gui designer, a source code checker and a regex console.
              Like: obviously everything
              Hate: sometimes it doesn't start on windows 2000
              Platform: Windows, Linux, Mac
              cost: free but I'll donate some money because I like it
              >
              Will definitely give it a look.
              >
              Maybe you could also check out UliPad to try it. Many features UliPad
              also have, and it also shipped with

              * directory browser
              * multi-view
              * multi-language highlight support, like: python, javascript, css, html, etc
              * simple project support bind with directory browser
              * commands searching
              * live regular expression searching, type regex, and you'll see the
              result immediately
              * session manager
              * i18n
              * input assistant, support call tips, '.' hint, and auto-complete, for
              example: you type

              def then it'll expand to def ():
              * many plugins, for example spell check, if you install pyenchant module
              * others things

              hope you try it.

              --
              I like python!
              UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
              My Blog: http://www.donews.net/limodou

              Comment

              • Bruno Desthuilliers

                #8
                Re: Best IDE?

                Ahmer wrote:

                =Re: Best IDE?

                Strange enough, this is kind of a *very* frequently asked question...

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

                Comment

                • William Heymann

                  #9
                  Re: Best IDE?

                  On Friday 13 October 2006 08:29, Ahmer wrote:
                  What do you guys use?
                  Kdevelop 3
                  Why?
                  It has good project management, good highlighting and since it is a kde app it
                  supports ioslaves (means I can work with a resource from any location
                  trasnparently like opening up files via sftp)
                  What do you like and hate about it?
                  I can't think of anything that I hate about it. It has worked fine for me for
                  a long time. It starts quickly, doesn't use much memory, the search features
                  work well etc. It does pretty much all the things I need and care about.
                  What platform(s) is it avalable on?
                  Anything that will run KDE so pretty much all the unixes.
                  How much does it cost?
                  Nothing
                  etc.

                  Comment

                  • Neil Cerutti

                    #10
                    Re: Best IDE?

                    On 2006-10-13, Theerasak Photha <hanumizzle@gma il.comwrote:
                    I use GNU Emacs 22 and a screen session.
                    >
                    Advantages:
                    >
                    * Comprehensive, comprehensive, comprehensive.. .tags support,
                    Subversion integration, syntax highlighting, sophisticated
                    indentation, whatever I want basically
                    * Resource-light, contrary to the preconceived opinions some have of Emacs
                    * Keyboard-oriented; ergonomic and fast (Xfce is set up to switch
                    desktops by key as well)
                    * Available on any major platform that you would want to use Python on
                    * And it's free
                    * Totally configurable.
                    Disadvantages:
                    >
                    * No UI builder...for this you can use Glade or maybe Boa Constructor
                    * Not many else...none other that I can think of right now, actually
                    * Totally configurable.

                    --
                    Neil Cerutti

                    Comment

                    • Theerasak Photha

                      #11
                      Re: Best IDE?

                      On 10/13/06, Grant Edwards <grante@visi.co mwrote:
                      On 2006-10-13, Ahmer <ahmerhussain@g mail.comwrote:
                      >
                      What do you guys use?
                      >
                      jed along with bash et. al.
                      Jed I must admit is nice. Especially since they added UTF-8 support.
                      etc.
                      >
                      42
                      LOL

                      -- Theerasak

                      Comment

                      • Theerasak Photha

                        #12
                        Re: Best IDE?

                        On 13 Oct 2006 19:37:57 +0200, Neil Cerutti <horpner@yahoo. comwrote:
                        Disadvantages:
                        >
                        * Totally configurable.
                        I invested a lot of time in Emacs and Vim before that...I still use
                        Vim over SSH (and its Ruby support is the best of the two IMO)

                        -- Theerasak

                        Comment

                        • Bernard

                          #13
                          Re: Best IDE?

                          hey thanks limodou,

                          I'm trying it out right now and it works pretty well!

                          SPE has been crashing often lately so count on me to use it frequently.


                          Bernard

                          limodou wrote:
                          On 10/13/06, Theerasak Photha <hanumizzle@gma il.comwrote:
                          On 13 Oct 2006 07:37:07 -0700, Bernard <bernard.chhun@ gmail.comwrote:
                          IDE : SPE (Stani's python editor) : http://stani.be/python/spe/blog/
                          Why?: because this IDE is not complicated. it ships with a debugger, a
                          gui designer, a source code checker and a regex console.
                          Like: obviously everything
                          Hate: sometimes it doesn't start on windows 2000
                          Platform: Windows, Linux, Mac
                          cost: free but I'll donate some money because I like it
                          Will definitely give it a look.
                          Maybe you could also check out UliPad to try it. Many features UliPad
                          also have, and it also shipped with
                          >
                          * directory browser
                          * multi-view
                          * multi-language highlight support, like: python, javascript, css, html, etc
                          * simple project support bind with directory browser
                          * commands searching
                          * live regular expression searching, type regex, and you'll see the
                          result immediately
                          * session manager
                          * i18n
                          * input assistant, support call tips, '.' hint, and auto-complete, for
                          example: you type
                          >
                          def then it'll expand to def ():
                          * many plugins, for example spell check, if you install pyenchant module
                          * others things
                          >
                          hope you try it.
                          >
                          --
                          I like python!
                          UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
                          My Blog: http://www.donews.net/limodou

                          Comment

                          • sjdevnull@yahoo.com

                            #14
                            Re: Best IDE?

                            Ahmer wrote:
                            What do you guys use?
                            vim
                            What platform(s) is it avalable on?
                            Windows, Unix/Linux, Mac, Amiga, others
                            How much does it cost?
                            Free, and the source is open too.
                            Why?
                            What do you like and hate about it?
                            Like:

                            Built-in python interpreter so you can do any editor customizations in
                            Python
                            Good multilanguage support (Python, but also C, C++, Java, HTML, XML,
                            SQL, and dozens of others)
                            FAST
                            Good code navigation via smart tags
                            Does intelligent completion of module members, methods, etc
                            Python syntax checking on the fly (e.g. typing "if a=1:" and hitting
                            enter flags the error immediately)
                            Class browsing support (whatever I'm editing, there's a class menu to
                            either pop up to the parent(s), down to children, or jump around
                            various methods within the class)
                            Automatically show function/method docstrings/leading comments (and
                            documentation for standard functions), synopsis in the status bar or
                            full text in a popup window if you hit F1
                            Configurable project support so for large projects it is smart about
                            which parts of the source tree might be relevant to what I'm working on
                            right now
                            Runs in text-mode or GUI, so I can use the same editor making quick
                            edits over ssh that I use in my on-desktop development

                            Hate:
                            Required a lot of customization to get all of the above

                            Comment

                            • Gerrit Holl

                              #15
                              Re: Best IDE?

                              On 2006-10-13 16:31:37 +0200, Ahmer wrote:
                              Subject: Best IDE?
                              cat foo.py
                              How much does it cost?
                              0

                              Comment

                              Working...