Python development tools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wongjoekmeu@yahoo.com

    Python development tools

    Are there any completely free developent tools for python scripts like
    IDLE. I have used IDLE , but I want to try out others also. I saw
    stuff like PyCrust, but I don't see that it can run the script as
    well.
    Thanks,

    RR
  • Mike Driscoll

    #2
    Re: Python development tools

    On Apr 23, 12:39 pm, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
    wrote:
    Are there any completely free developent tools for python scripts like
    IDLE. I have used IDLE , but I want to try out others also. I saw
    stuff like PyCrust, but I don't see that it can run the script as
    well.
    Thanks,
    >
    RR
    Check out PyDev for Eclipse. It's like Visual Studio for Python...I
    actually find it kind of clunky, but it is cool!

    To see what else there is, check out the Python wiki:



    Mike

    Comment

    • bvidinli

      #3
      Re: Python development tools

      i saw boa constructor to be most close to delphi in python editors..
      it is still far away from delphi but, it is closest anyway.

      2008/4/23, wongjoekmeu@yah oo.com <wongjoekmeu@ya hoo.com>:
      Are there any completely free developent tools for python scripts like
      IDLE. I have used IDLE , but I want to try out others also. I saw
      stuff like PyCrust, but I don't see that it can run the script as
      well.
      Thanks,
      >
      RR
      >
      --

      >

      --
      Ý.Bahattin Vidinli
      Elk-Elektronik Müh.
      -------------------
      iletisim bilgileri (Tercih sirasina gore):
      skype: bvidinli (sesli gorusme icin, www.skype.com)
      msn: bvidinli@iyibir isi.com
      yahoo: bvidinli

      +90.532.7990607
      +90.505.5667711

      Comment

      • kperkins257@gmail.com

        #4
        Re: Python development tools

        On Apr 23, 1:39 pm, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
        wrote:
        Are there any completely free developent tools for python scripts like
        IDLE. I have used IDLE , but I want to try out others also. I saw
        stuff like PyCrust, but I don't see that it can run the script as
        well.
        Thanks,
        >
        RR
        SPE is a very nice, and free python development tool. Written in
        python ansd uses wxpython for the gui.

        Free python IDE for Windows,Mac & Linux with UML,PyChecker,Debugger,GUI design,Blender & more

        Comment

        • bruno.desthuilliers@gmail.com

          #5
          Re: Python development tools

          On 23 avr, 19:39, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
          wrote:
          Are there any completely free developent tools for python scripts like
          IDLE. I have used IDLE , but I want to try out others also. I saw
          stuff like PyCrust, but I don't see that it can run the script as
          well.
          Thanks,
          emacs + python-mode (the one from Python, not the horror that ships
          with recent emacs versions) + ecb (Emacs code browser)

          No bells and whistles, no clickodrom, but one of the most powerful
          combo you can get. But be warned: learning and configuring emacs is
          not for wheenies !-)


          Comment

          • Trent Nelson

            #6
            RE: Python development tools

            Are there any completely free developent tools for python
            scripts like IDLE. I have used IDLE , but I want to try out
            others also. I saw stuff like PyCrust, but I don't see that
            it can run the script as well.
            Thanks,
            Ignoring the 'free' part of your question, I've recently moved from PyDev to Wing IDE (www.wingware.com), and would highly recommend it.

            Trent.

            Comment

            • Torsten Bronger

              #7
              Re: Python development tools

              Hallöchen!

              bruno.desthuill iers@gmail.com writes:
              On 23 avr, 19:39, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
              wrote:
              >
              >Are there any completely free developent tools for python scripts
              >like IDLE. I have used IDLE , but I want to try out others
              >also. I saw stuff like PyCrust, but I don't see that it can run
              >the script as well.
              >
              emacs + python-mode (the one from Python, not the horror that
              ships with recent emacs versions)
              What's so bad about it?

              I just installed python-mode (is this the one with the "py-"
              prefixes?), and it ends multi-line strings at single quotes. That's
              bad.

              Tschö,
              Torsten.

              --
              Torsten Bronger, aquisgrana, europa vetus
              Jabber ID: bronger@jabber. org
              (See http://ime.webhop.org for further contact info.)

              Comment

              • castironpi@gmail.com

                #8
                Re: Python development tools

                On Apr 23, 3:52 pm, Torsten Bronger <bron...@physik .rwth-aachen.de>
                wrote:
                Hall�chen!
                >
                bruno.desthuill i...@gmail.com writes:
                On 23 avr, 19:39, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
                wrote:
                >
                Are there any completely free developent tools for python scripts
                like IDLE. I have used IDLE , but I want to try out others
                also. I saw stuff like PyCrust, but I don't see that it can run
                the script as well.
                >
                emacs + python-mode (the one from Python, not the horror that
                ships with recent emacs versions)
                >
                What's so bad about it?
                >
                I just installed python-mode (is this the one with the "py-"
                prefixes?), and it ends multi-line strings at single quotes.  That's
                bad.
                >
                Tsch�,
                Torsten.
                >
                --
                Torsten Bronger, aquisgrana, europa vetus
                                                      Jabber ID: bron....@jabber .org
                               (Seehttp://ime.webhop.orgf or further contact info.)
                Did you guys see PyPE editor? It just come out.

                Comment

                • Bruno Desthuilliers

                  #9
                  Re: Python development tools

                  Torsten Bronger a écrit :
                  Hallöchen!
                  >
                  bruno.desthuill iers@gmail.com writes:
                  >
                  >On 23 avr, 19:39, "wongjoek...@ya hoo.com" <wongjoek...@ya hoo.com>
                  >wrote:
                  >>
                  >>Are there any completely free developent tools for python scripts
                  >>like IDLE. I have used IDLE , but I want to try out others
                  >>also. I saw stuff like PyCrust, but I don't see that it can run
                  >>the script as well.
                  >emacs + python-mode (the one from Python, not the horror that
                  >ships with recent emacs versions)
                  >
                  What's so bad about it?
                  I'd have to reinstall it to tell you exactly, but I do remember
                  something really bad wrt/ the embedded python-shell, which is one the
                  very strength of the emacs+python-mode combo.
                  I just installed python-mode (is this the one with the "py-"
                  prefixes?),
                  It's the one with ;; Copyright (C) 1992,1993,1994 Tim Peters
                  and it ends multi-line strings at single quotes.
                  it chokes on unbalanced single quotes in triple-single-quoted strings,
                  and on unbalanced double-quotes in triple-double-quoted strings, yes.
                  Given that I never use triple-single-quoted strings (and don't remember
                  having seen such a thing in the thousands of third-part .py files I've
                  read so far), I'd qualify this as at most a very minor annoyance. Not
                  having proper python-shell and pdb integration is wwwwaaaayyyy more
                  annoying IMHO.

                  Comment

                  • Torsten Bronger

                    #10
                    Re: Python development tools

                    Hallöchen!

                    Bruno Desthuilliers writes:
                    [...]
                    >
                    >and it ends multi-line strings at single quotes.
                    >
                    it chokes on unbalanced single quotes in triple-single-quoted
                    strings, and on unbalanced double-quotes in triple-double-quoted
                    strings, yes. Given that I never use triple-single-quoted strings
                    (and don't remember having seen such a thing in the thousands of
                    third-part .py files I've read so far), I'd qualify this as at
                    most a very minor annoyance. Not having proper python-shell and
                    pdb integration is wwwwaaaayyyy more annoying IMHO.
                    My formulation was unfortunate. What doesn't work (at least for me)
                    is something like

                    """This is a docstring in which some "variables" are quoted."""

                    Here, "variables" doesn't seem to belong to the docstring for
                    python-mode.

                    Tschö,
                    Torsten.

                    --
                    Torsten Bronger, aquisgrana, europa vetus
                    Jabber ID: bronger@jabber. org
                    (See http://ime.webhop.org for further contact info.)

                    Comment

                    • Banibrata Dutta

                      #11
                      Re: Python development tools

                      On 4/24/08, Banibrata Dutta <banibrata.dutt a@gmail.comwrot e:
                      On Windows, I use "PyScripter ", and it's quite nice and functional.
                      >
                      On 4/24/08, Torsten Bronger <bronger@physik .rwth-aachen.dewrote:
                      Hallöchen!

                      Bruno Desthuilliers writes:
                      [...]
                      >
                      >and it ends multi-line strings at single quotes.
                      >
                      it chokes on unbalanced single quotes in triple-single-quoted
                      strings, and on unbalanced double-quotes in triple-double-quoted
                      strings, yes. Given that I never use triple-single-quoted strings
                      (and don't remember having seen such a thing in the thousands of
                      third-part .py files I've read so far), I'd qualify this as at
                      most a very minor annoyance. Not having proper python-shell and
                      pdb integration is wwwwaaaayyyy more annoying IMHO.
                      My formulation was unfortunate. What doesn't work (at least for me)
                      is something like

                      """This is a docstring in which some "variables" are quoted."""

                      Here, "variables" doesn't seem to belong to the docstring for
                      python-mode.

                      Tschö,
                      Torsten.

                      --
                      Torsten Bronger, aquisgrana, europa vetus
                      Jabber ID: bronger@jabber. org
                      (See http://ime.webhop.org for further contact info.)
                      --
                      >
                      >
                      --
                      regards,
                      Banibrata

                      >

                      --
                      regards,
                      Banibrata

                      Comment

                      • Bruno Desthuilliers

                        #12
                        Re: Python development tools

                        Torsten Bronger a écrit :
                        Hallöchen!
                        >
                        Bruno Desthuilliers writes:
                        >
                        >[...]
                        >>
                        >>and it ends multi-line strings at single quotes.
                        >it chokes on unbalanced single quotes in triple-single-quoted
                        >strings, and on unbalanced double-quotes in triple-double-quoted
                        >strings, yes. Given that I never use triple-single-quoted strings
                        >(and don't remember having seen such a thing in the thousands of
                        >third-part .py files I've read so far), I'd qualify this as at
                        >most a very minor annoyance. Not having proper python-shell and
                        >pdb integration is wwwwaaaayyyy more annoying IMHO.
                        >
                        My formulation was unfortunate. What doesn't work (at least for me)
                        is something like
                        >
                        """This is a docstring in which some "variables" are quoted."""
                        >
                        Here, "variables" doesn't seem to belong to the docstring for
                        python-mode.
                        Nope, but it doesn't break anything neither. At this stage, this is a
                        less than minor annoyance to me.

                        Comment

                        Working...