Python in Windows ng

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

    #1

    Python in Windows ng

    Can anyone tell me of a good newsgroup for running/programming Python on
    Windows OS ?

    Thanks in advance .


  • Fredrik Lundh

    #2
    Re: Python in Windows ng

    "veritas" wrote:
    [color=blue]
    > Can anyone tell me of a good newsgroup for running/programming Python on Windows OS ?[/color]

    as long as your posts include at least some Python, this is a perfectly appropriate
    forum.

    </F>



    Comment

    • BartlebyScrivener

      #3
      Re: Python in Windows ng

      >> newsgroup for running/programming Python on Windows

      One of Python's many virtues is its portability. Separate newsgroups
      aren't needed. If you would like a nice summary of the potential
      glitches and gotchas using Python on Windows, try the Alan Gauld
      tutorial. It's a frames page, so I can't deep link for you, but go to
      "Handling Files" then scroll down the page to "Some Operating System
      Gotchas"



      rd

      Comment

      • Larry Bates

        #4
        Re: Python in Windows ng

        veritas wrote:[color=blue]
        > Can anyone tell me of a good newsgroup for running/programming Python on
        > Windows OS ?
        >
        > Thanks in advance .
        >
        >[/color]
        comp.lang.pytho n is fine. If you want to use Python on Windows do
        yourself a favor and pick up a copy of Python Programming on
        Win32 (Mark Hammond and Andy Robinson). It covers lots of Windows
        "specific" things and has good examples of writing services and
        COM objects.

        -Larry Bates

        Comment

        • Roel Schroeven

          #5
          Re: Python in Windows ng

          veritas schreef:[color=blue]
          > Can anyone tell me of a good newsgroup for running/programming Python on
          > Windows OS ?[/color]

          There is the python-win32@python.or g mailing list which you can read as
          a newsgroup (gmane.comp.pyt hon.windows) via gmane.org.

          --
          If I have been able to see further, it was only because I stood
          on the shoulders of giants. -- Isaac Newton

          Roel Schroeven

          Comment

          Working...