Nick
unread,Dec 19, 2008, 9:20:29 AM12/19/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Leeds ASchool
Just a word of warning, before you start digging into Python too
deeply.
You'll soon discover, if you haven't already done so, that two new
versions of Python were released recently: 2.6 and 3.0.
I'd strongly advise steering clear of 3.0 for now. Although it is a
better version of the language for teaching purposes, it breaks
backwards compatibility in a number of ways, and it is going to take a
while for third-party packages such as Pygame to appear in a 3.0-
compatible form.
Nick