[Tutor] New beginner book - "Practical Programming"

2009-05-07 Thread Kent Johnson
The Pragmatic Bookshelf has released a new book, Practical Programming: An Introduction to Computer Science Using Python. This looks like a good addition to the list of beginners' books. I would be interested in a review if anyone reads it. http://www.pragprog.com/titles/gwpy/practical-programming

Re: [Tutor] New beginner book - "Practical Programming"

2009-05-07 Thread Alan Gauld
"Kent Johnson" wrote in message news:1c2a2c590905070342jd4960f9xab7b37e871136...@mail.gmail.com... The Pragmatic Bookshelf has released a new book, Practical Programming: An Introduction to Computer Science Using Python. This looks like a good addition to the list of beginners' books. I would

[Tutor] Need help with registry access

2009-05-07 Thread Christopher Barkley
Python 3.0.1 Windows XP PROFESSIONAL, SP3 Looking for help manipulating the registry through python. Heres what I'm wanting to do. My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcr

Re: [Tutor] Need help with registry access

2009-05-07 Thread Alan Gauld
"Christopher Barkley" wrote My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcraft by running a script through the LAN. Look at the winreg module for accessing the registry. H

Re: [Tutor] Need help with registry access

2009-05-07 Thread spir
Le Fri, 8 May 2009 01:20:32 +0100, "Alan Gauld" s'exprima ainsi: > > "Christopher Barkley" wrote > > > My friend and I are techies, he's on my LAN. I want to disable > > his keyboard through the registry (or some other fun way) > > while he's in the middle of playing starcraft by running a

Re: [Tutor] Need help with registry access

2009-05-07 Thread Lie Ryan
spir wrote: Le Fri, 8 May 2009 01:20:32 +0100, "Alan Gauld" s'exprima ainsi: "Christopher Barkley" wrote My friend and I are techies, he's on my LAN. I want to disable his keyboard through the registry (or some other fun way) while he's in the middle of playing starcraft by running a scri