Fw: [Python-talk] PySIG next week! Pysoy, a multi-threaded 3D game engine for Python

Bill Sconce sconce at in-spec-inc.com
Fri Mar 21 19:00:58 EDT 2008



Begin forwarded message:

Date: Fri, 21 Mar 2008 15:55:34 -0400
From: Bill Sconce <sconce at in-spec-inc.com>
To: Python - Live Free or Die <python-talk at dlslug.org>
Subject: [Python-talk] PySIG next week!  Pysoy, a multi-threaded 3D game engine for Python


PySIG                    Manchester, NH                    27 March 2008
------------------------------------------------------------------------
                        The Game's Afoot
         PySoy -- A Multi-Threaded 3D Game Engine for Python
                    Presented by Arc Riley
------------------------------------------------------------------------

____________________________________________________________________
PySIG -- New Hampshire Python Special Interest Group
Amoskeag Business Incubator, Manchester, NH
27 March 2008 (4th Thursday)   7:00PM

The monthly meeting of PySIG, the NH Python Special Interest Group,
takes place on the fourth Thursday of the month, starting at 7:00 PM.

A beginners' session precedes, at 6:30 PM.  (Bring a Python question!)
Favorite-gotcha contest, Kent's Korner, and more this month.

____________________________________________________________________
         PySoy -- A Multi-Threaded 3D Game Engine for Python
                    Presented by Arc Riley
                    
"PySoy is a multi-threaded 3d game engine for Python. Its object-
oriented API is designed for rapid game development while speed
critical functions, such as physics processing and rendering, are
implemented in C.

"With the most computation-heavy parts of OpenGL and Physics
processing in C, PySoy remains efficient while offering a high level
object-oriented Python API. The goal is to allow for rapid development
without sacrificing speed or flexibility."
  -- http://www.pysoy.org/
  
Arc says, "[I'll include] a bit about how we've cheated GIL to
allow Python to utilize all cores, the problems we've had doing so,
solutions we've found and are working on, etc.  Then a demo on how
easy Python makes game programing and where this is all going.

"I hope if someone has no interest in game programing they'll still
walk away with some wisdom about Python overall.  PySoy *IS* pretty
unique, AFAIK, in that it does true parallel processing in Python."


-------------------------------------------------------------------
Kent's Korner:
   urrllib2
   "The urllib2 module defines functions and classes which help in
   opening URLs (mostly HTTP) in a complex world -- basic and digest
   authentication, redirections, cookies and more."
     -- Python library documentation


Plus:
-------------------------------------------------------------------
o Our usual roundtable of introductions, happenings, announcements

o Gotcha contest
    - Got a favorite "gotcha"?  Bring it and share...

And of course, milk & Janet's cookies.
  This month: "Engineers' cookies".
  The JBD Contingency Cookie won't be necessary this month.
  
-------------------------------------------------------------------
6:30   Beginners' Q&A
7:00   Welcome, Announcements - Bill & Ted & Alex
7:10   Milk & Cookies - TBA & Janet
7:15   Favorite-gotcha contest
7:25   Bill's Cookbook: SciTE tidbits
7:27   Impromptu lightning talk(s) - anyone
7:30   Kent's Korner - urrlib2, presented by Kent Johnson

7:45   Pysoy - presented by Arc Riley

8:30   Open discussion; plans for next time
9:00~  Adjourn

___________________________________________________________________
About PySIG:
    PySIG meetings are typically 10-20 people, around a large table
    equipped with a projector and Internet hookups (wired and
    wireless).  We encourage laptops and a hands-on seminar style.
    The main meeting starts at 7 PM; officially we finish circa 9 PM.  
    Everyone is welcome.  ("Membership" is anyone who has an interest
    in the Python progamming language, whether on Microsoft systems
    or Linux or OS X; or cell phones, mainframes, or space stations.
    We have everyone  from object-oriented gurus to recovering COBOL
    programmers.)  Tell your friends!
    
Beginners' session:
    The half hour before the formal meeting (i.e., starting at 6:30PM)
    we have a beginners' session.  Any Python question is welcome -- 
    whoever asks the first question gets the half hour!  Questions are
    equally welcome by mail beforehand (in which case we can announce
    them) or at the meeting.  (As are all Python questions, anytime.)

Mailing list:
    http://www.dlslug.org/mailman/listinfo/python-talk

About Python:
    "Python is a dynamic object-oriented programming language that
    can be used for many kinds of software development. It offers 
    strong support for integration with other languages and tools, 
    comes with extensive standard libraries, and can be learned
    in a few days.  Many Python programmers report substantial 
    productivity gains and feel the language encourages the 
    development of higher quality, more maintainable code."

    "NASA uses Python...so does Rackspace, Industrial Light&Magic,
    AstraZeneca, Honeywell, and many others."

    Google: "Python has been an important part of Google since the
    beginning, and remains so as the system grows and evolves." 
    -Peter Norvig
    
    http://www.python.org

About Amoskeag Business Incubator:
    Our gracious hosts are the Amoskeag Business Incubator, an
    organization providing a supportive entrepreneurial environment
    that stimulates the growth of businesses to ensure economic
    vitality and encourage job creation, by providing affordable
    office space and technical assistance to early stage companies.
    PySIG thanks the ABI for their generous hospitality.
    
    http://www.abi-nh.com

_______________________________________________________________________
Directions (thanks to Ted Roche for improvements to "from the north"):
    PySIG NH meetings are held at the Amoskeag Business Incubator,
    33 South Commercial Street, Manchester, NH.

    Coming in to Manchester using I-293, from the north:
        o Use Exit 6 from I-293.  Stay to the right on the ramp,
          yield twice to traffic incoming from the left, cross back
          over I-293 and accept one merge coming in from your right.
          
        o Then get in the right lane, and stay there, over the river,
          and onto the Canal Street exit ramp.
          
        o Take the first right off Canal Street onto North Commercial
          Street.  Enjoy the scenic mill buildings as the street turns
          into Commercial Street.
          
        o Coming to the traffic light get in the middle lane.  South
          Commercial Street starts on the other side of the light.
          You go straight through (and join the folks coming from the
          south at step * below).

    Coming in to Manchester using I-293, from the south:
        o Use the Granite Street exit.  Turn right (east).  Go under
          I-293 and cross the bridge over the Merrimack River.

        o Turn right (south) at the first light after crossing the
          bridge.

        * This is South Commercial Street.  Go past one parking-lot
          entrance, turn right into the second one.  33 Commercial
          Street will be right in front of you.  You may go in via
          either the ramp or the door and three steps inside.

        o Inside.  Up the stairs if via the door.  Go through the
          glass doors - follow the diamonds on the floor.  Go left 
          at the last diamond.   (Under a sign which says 
              "<- Amoskeag Small Bus. Incubator").

        o More diamonds, another sign...  much glass and office
          space for SNHU; turn left there, 4 more diamonds and 
          you're at the glass doors for the Incubator.  An "abi"
          sign is above.

        o Through the doors, straight down the hall.  The ABI
          Conference Room is on the left.

________________________________________________________________________
$URL: svn://svn.in-spec-inc.com/isi/trunk/isi/opages/pysig.announcement $
$Id: pysig.announcement 2142 2008-03-21 19:54:11Z sconce $   $Rev: 2142 $
_______________________________________________
Python-talk mailing list
Python-talk at dlslug.org
http://dlslug.org/mailman/listinfo/python-talk


More information about the gnhlug-discuss mailing list