Beginners list of Python donloads - please review

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

    Beginners list of Python donloads - please review

    Pardon two post in a row to the newsgroup but I want to try and expedite
    this, if you guys don't mind helping out...

    I running Windows XP Pro and wanted to download Python and any additional
    tools I should consider using as I get going...

    1 - Python-2.3.3.exe from www.Python.org
    2 - win32all, a collection of Windows-specific extensions including COM
    support and Pythonwin, an IDE built using Windows components from Mark
    Hammond's
    3 - Py2exe from http://starship.python.net/crew/thel...exe/index.html
    4 - PythonCard from http://pythoncard.sourceforge.net/
    5 - WxPython from http://www.wxpython.org/
    6 - Python Docs from http://www.python.org/doc/2.3.3/
    7 - Beginners Guide to Python from http://www.python.org/topics/learn/
    (various options here)

    Please suggest additions or deletions.

    Thanks - Will




  • Colin J. Williams

    #2
    Re: Beginners list of Python donloads - please review



    Will wrote:
    [color=blue]
    > Pardon two post in a row to the newsgroup but I want to try and expedite
    > this, if you guys don't mind helping out...
    >
    > I running Windows XP Pro and wanted to download Python and any additional
    > tools I should consider using as I get going...
    >
    > 1 - Python-2.3.3.exe from www.Python.org
    > 2 - win32all, a collection of Windows-specific extensions including COM
    > support and Pythonwin, an IDE built using Windows components from Mark
    > Hammond's
    > 3 - Py2exe from http://starship.python.net/crew/thel...exe/index.html
    > 4 - PythonCard from http://pythoncard.sourceforge.net/
    > 5 - WxPython from http://www.wxpython.org/
    > 6 - Python Docs from http://www.python.org/doc/2.3.3/
    > 7 - Beginners Guide to Python from http://www.python.org/topics/learn/
    > (various options here)
    >
    > Please suggest additions or deletions.
    >
    > Thanks - Will
    >[/color]
    You might consider adding numarray, if you are interested in numeric
    problems - linear algebra etc.

    Colin W.


    Comment

    • Stephen Horne

      #3
      Re: Beginners list of Python donloads - please review

      On Sat, 14 Feb 2004 13:35:47 GMT, "Will" <wstandley@netp v.com> wrote:
      [color=blue]
      >I running Windows XP Pro and wanted to download Python and any additional
      >tools I should consider using as I get going...
      >
      >3 - Py2exe from http://starship.python.net/crew/thel...exe/index.html[/color]

      Py2exe strikes me as probably unnecessary for a beginner. It's more
      something to use when you're distributing a final program, and even
      then there are arguments against this approach as well as for it.

      Of course beginners may be reassured just to know it's there if they
      need it.
      [color=blue]
      >6 - Python Docs from http://www.python.org/doc/2.3.3/[/color]

      Aren't the Python Docs included in the main Python distribution?



      For more advanced beginners (if that isn't a contradiction <g>) who
      are interested in C/C++ interoperabilit y, you might want to list...


      Simplified Wrapper and Interface Generator - automatic generation of
      wrapper code to link C/C++ and Python (or a range of other
      languages).


      Boost C++ libraries, including Boost C++, for extending and
      embedding Python.


      If you want to write an extension module more as an optimisation
      rather than for interoperabilit y, Pyrex is basically a compiled
      language with near-Python syntax, which can make a huge difference
      for some types of code.


      --
      Steve Horne

      steve at ninereeds dot fsnet dot co dot uk

      Comment

      • Chirag Wazir

        #4
        Re: Beginners list of Python donloads - please review

        "Will" <wstandley@netp v.com> wrote:[color=blue]
        > I running Windows XP Pro and wanted to download Python and any additional
        > tools I should consider using as I get going...
        > .....
        > Please suggest additions or deletions.[/color]

        If you're doing anything at all with images you will probably need:
        The Python Imaging Library - http://www.pythonware.com/products/pil/

        And yes, the Python docs are included in the Windows distribution as a
        CHM file - you only need to download them separately if you need HTML
        or PDF.

        --

        Chirag Wazir

        Comment

        • Myles

          #5
          Re: Beginners list of Python donloads - please review

          "Will" <wstandley@netp v.com> wrote in message news:<TupXb.394 81$Bb.333441@tw ister.tampabay. rr.com>...
          [color=blue]
          > I running Windows XP Pro and wanted to download Python and any additional
          > tools I should consider using as I get going...[/color]
          [...][color=blue]
          > Please suggest additions or deletions.[/color]

          PyChecker : http://pychecker.sourceforge.net/
          Checks for invalid syntax, possible misspellings, etc.

          Dive Into Python : http://diveintopython.org/
          Read the chapter on unit testing.

          Regards, Myles.

          Comment

          • Scott David Daniels

            #6
            Re: Beginners list of Python donloads - please review

            If your machine has a fancy-ish display card, it probably does
            OPEN-GL. If so, you might check into VPython as another download.
            The visual aspect is enough to keep your interest up.




            --
            -Scott David Daniels
            Scott.Daniels@A cm.Org

            Comment

            • Sridhar R

              #7
              Re: Beginners list of Python donloads - please review

              "Will" <wstandley@netp v.com> wrote in message news:<TupXb.394 81$Bb.333441@tw ister.tampabay. rr.com>...[color=blue]
              > Pardon two post in a row to the newsgroup but I want to try and expedite
              > this, if you guys don't mind helping out...[/color]

              Also check the FAQs in www.python.org
              [color=blue]
              > I running Windows XP Pro and wanted to download Python and any additional
              > tools I should consider using as I get going...[/color]

              If you're using GNU/Linux, most of them would be installed
              _by_default_ !
              [color=blue]
              > 1 - Python-2.3.3.exe from www.Python.org
              > 2 - win32all, a collection of Windows-specific extensions including COM
              > support and Pythonwin, an IDE built using Windows components from Mark
              > Hammond's
              > 3 - Py2exe from http://starship.python.net/crew/thel...exe/index.html
              > 4 - PythonCard from http://pythoncard.sourceforge.net/
              > 5 - WxPython from http://www.wxpython.org/[/color]

              You shouldn't forget PyGTK (http://pygtk.org). Also try,

              search google for windows version of glade and pygtk
              GTK is IMO the best Toolkit. I (and others) also feel that wxWindows
              (and thus wxPython) is buggy. So you're just warned. But go and
              learn them.
              [color=blue]
              > 6 - Python Docs from http://www.python.org/doc/2.3.3/
              > 7 - Beginners Guide to Python from http://www.python.org/topics/learn/
              > (various options here)
              >
              > Please suggest additions or deletions.[/color]

              No deletions. But there are/may be lot of additions. Google for
              python to get enormous links. Enter the query like

              [ python -monty ]

              [color=blue]
              > Thanks - Will[/color]

              Comment

              • Stephen Horne

                #8
                Re: Beginners list of Python donloads - please review

                On 16 Feb 2004 03:25:54 -0800, sridharinfinity @yahoo.com (Sridhar R)
                wrote:
                [color=blue]
                >"Will" <wstandley@netp v.com> wrote in message news:<TupXb.394 81$Bb.333441@tw ister.tampabay. rr.com>...[/color]
                [color=blue][color=green]
                >> I running Windows XP Pro and wanted to download Python and any additional
                >> tools I should consider using as I get going...[/color]
                >
                > If you're using GNU/Linux, most of them would be installed
                >_by_default_ ![/color]

                And equivalents for perl, and tcl, and...

                My last Mandrake distro came on seven CDs, and they accuse Windows of
                bloat! ;-)

                And the 'but it's free' argument for Linux doesn't apply here - the
                Windows equivalents are just as free. Windows allows you to install
                all kinds of free and open source software (at least for now).

                And as for changing the install options, first off a kind of
                dependency hell tends to happen, and second there's the problem that
                many installers are poorly tested for non-default options.

                Don't get me wrong - I'm by no means a Windows fanatic (who could be?)
                but when you claim a particular thing as a clear advantage for Linux
                over Windows (to the point of adding an exclamation mark, even) it's
                best to make sure it really is a clear advantage. This one seems
                rather more dubious to me. And if you claim dubious advantages as
                clear advantages, IMHO it only helps the people who claim that linux
                enthusiasts are irrational.
                [color=blue]
                >I (and others) also feel that wxWindows
                >(and thus wxPython) is buggy.[/color]

                There is, sadly, some truth in this. I get some (minor) GUI glitches
                just running the demos, for instance. And the last time I used
                wxPython seriously I discovered that common newbie errors can quite
                easily crash Python - something which IMO just shouldn't happen in an
                interpreted environment. This was a few releases ago, though.

                My initial reaction to proposing the use of pyGTK rather than
                wxWindows was simply that you lose more than you gain - a lot of
                people aren't going to be keen to lose Windows as a possible platform
                for their applications. But I do usually try to check my facts, and so
                I found this...



                GTK and PyGTK on Windows - that came as a bit of a surprise, but
                certainly a nice one :-)

                I must have a play...

                Mind you, that's not to say that I'm giving up on wxWindows/Python.
                They may not be perfect, but I still think the balance is
                substantially in their favour.


                --
                Steve Horne

                steve at ninereeds dot fsnet dot co dot uk

                Comment

                Working...