Teaching python (programming) to children
Paul Winkler
slinkp23 at yahoo.com
Fri Nov 9 23:26:16 EST 2001
More information about the Python-list mailing list
Fri Nov 9 23:26:16 EST 2001
- Previous message (by thread): Teaching python (programming) to children
- Next message (by thread): Teaching python (programming) to children
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 09 Nov 2001 21:48:23 -0500, Peter Hansen <peter at engcorp.com> wrote: >I wouldn't think one needs to understand classes to be able >to use exceptions effectively. They just look like a simple >name for a type of problem that could occur in a block of >code, and one only needs to learn a little syntax to be >able to use them to great effect. That's exactly how I experienced them when I first learned python. I didn't even know I *could* define my own exceptions for a while. I got a lot of work done just by thinking of them as "errors you can catch and / or deliberately raise." - Paul Winkler
- Previous message (by thread): Teaching python (programming) to children
- Next message (by thread): Teaching python (programming) to children
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list