IDLE--what are your experiences with it?

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

    #1

    IDLE--what are your experiences with it?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    I'm looking for other peoples' viewpoints about their experiences with
    IDLE as an editor--what are its good points? What are its limitations?
    Any advice/insight is appreciated.

    - --
    Kevin Walzer, PhD
    WordTech Software--Open Source Applications and Packages for OS X


    Guia completo de cassinos online para jogadores brasileiros. Análises, bônus e dicas de especialistas.

    mailto:sw@wordt ech-software.com
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.4 (Darwin)
    Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

    iD8DBQFBeRItJmd Qs+6YVcoRAlMfAJ 9HCm/JWKZF4SpYBrivPH M1EO3slgCdGrJF
    wgbnOgkYH0ywOlF 0dFy9rUU=
    =DUrq
    -----END PGP SIGNATURE-----

  • Gabriel Cooper

    #2
    Re: IDLE--what are your experiences with it?



    Kevin Walzer wrote:
    [color=blue]
    > I'm looking for other peoples' viewpoints about their experiences with
    > IDLE as an editor--what are its good points? What are its limitations?
    > Any advice/insight is appreciated.[/color]

    When I was in windows I used Idle more often, it was just as easy to
    pull up idle as it was a command line. However even then I ended up
    using command line python more often than Idle since I was running my
    own apps from the command line. Now that I'm on linux I never use Idle.
    And either way, I only ever used the command line interpreter (or Idle)
    to verify syntax before putting it into my code.

    e.g.

    "Hm... I don't recall... is the four-year date in datetime %Y or %y?"

    So I'll pull up python, get my answer, close python, continue on in my
    "real" editor.

    Gabriel.

    Comment

    • Ivo Woltring

      #3
      Re: IDLE--what are your experiences with it?

      Under windows I don't user IDLE but the PythonWin 2.3.3
      I thinkt PythonWin (from ActiveState.com ) is much better
      It should be the one in the official distribution and not IDLE

      Greetz,
      Ivo.

      "Kevin Walzer" <sw@wordtech-software.com> wrote in message
      news:Pm8ed.3143 $Ag.3109@fe37.u senetserver.com ...[color=blue]
      > -----BEGIN PGP SIGNED MESSAGE-----
      > Hash: SHA1
      >
      > I'm looking for other peoples' viewpoints about their experiences with
      > IDLE as an editor--what are its good points? What are its limitations?
      > Any advice/insight is appreciated.
      >
      > - --
      > Kevin Walzer, PhD
      > WordTech Software--Open Source Applications and Packages for OS X
      > http://www.wordtech-software.com
      > http://www.smallbizmac.com
      > http://www.kevin-walzer.com
      > mailto:sw@wordt ech-software.com
      > -----BEGIN PGP SIGNATURE-----
      > Version: GnuPG v1.2.4 (Darwin)
      > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
      >
      > iD8DBQFBeRItJmd Qs+6YVcoRAlMfAJ 9HCm/JWKZF4SpYBrivPH M1EO3slgCdGrJF
      > wgbnOgkYH0ywOlF 0dFy9rUU=
      > =DUrq
      > -----END PGP SIGNATURE-----
      >[/color]


      Comment

      • Josiah Carlson

        #4
        Re: IDLE--what are your experiences with it?


        Kevin Walzer <sw@wordtech-software.com> wrote:
        [color=blue]
        > I'm looking for other peoples' viewpoints about their experiences with
        > IDLE as an editor--what are its good points? What are its limitations?
        > Any advice/insight is appreciated.[/color]

        It is a decent editor for a handful of files at a time. The moment you
        get beyond just a few documents; your taskbar becomes cluttered with
        entries. It also doesn't have code folding, project support, ...

        - Josiah

        Comment

        • Y2KYZFR1

          #5
          Re: IDLE--what are your experiences with it?

          Kevin Walzer <sw@wordtech-software.com> wrote in message news:<Pm8ed.314 3$Ag.3109@fe37. usenetserver.co m>...[color=blue]
          > -----BEGIN PGP SIGNED MESSAGE-----
          > Hash: SHA1
          >
          > I'm looking for other peoples' viewpoints about their experiences with
          > IDLE as an editor--what are its good points? What are its limitations?
          > Any advice/insight is appreciated.
          >[/color]

          it is the lowest common denominator.

          there are MUCH MUCH better alternatives

          www.xored.com has a nice plugin for Eclipse 3.x

          that is much better than IDLE

          Comment

          • Dennis Lee Bieber

            #6
            Re: IDLE--what are your experiences with it?

            On Fri, 22 Oct 2004 20:12:39 +0200, "Ivo Woltring"
            <TheDolphin@ivo net.nl> declaimed the following in comp.lang.pytho n:
            [color=blue]
            > Under windows I don't user IDLE but the PythonWin 2.3.3
            > I thinkt PythonWin (from ActiveState.com ) is much better
            > It should be the one in the official distribution and not IDLE
            >[/color]
            It's not portable... IDLE is Tkinter based, and runs on
            practically all platforms that support Python.

            PythonWin is WINDOWS ONLY...

            --[color=blue]
            > =============== =============== =============== =============== == <
            > wlfraed@ix.netc om.com | Wulfraed Dennis Lee Bieber KD6MOG <
            > wulfraed@dm.net | Bestiaria Support Staff <
            > =============== =============== =============== =============== == <
            > Home Page: <http://www.dm.net/~wulfraed/> <
            > Overflow Page: <http://wlfraed.home.ne tcom.com/> <[/color]

            Comment

            • Ivo Woltring

              #7
              Re: IDLE--what are your experiences with it?

              thanks will try it out

              "Y2KYZFR1" <jarrodhroberso n@yahoo.com> wrote in message
              news:c718a6cf.0 410221726.ae212 a4@posting.goog le.com...[color=blue]
              > Kevin Walzer <sw@wordtech-software.com> wrote in message[/color]
              news:<Pm8ed.314 3$Ag.3109@fe37. usenetserver.co m>...[color=blue][color=green]
              > > -----BEGIN PGP SIGNED MESSAGE-----
              > > Hash: SHA1
              > >
              > > I'm looking for other peoples' viewpoints about their experiences with
              > > IDLE as an editor--what are its good points? What are its limitations?
              > > Any advice/insight is appreciated.
              > >[/color]
              >
              > it is the lowest common denominator.
              >
              > there are MUCH MUCH better alternatives
              >
              > www.xored.com has a nice plugin for Eclipse 3.x
              >
              > that is much better than IDLE[/color]


              Comment

              Working...