Threading question

Kent Johnson kent37 at tds.net
Fri Apr 22 17:14:09 EDT 2005


codecraig wrote:
> Kent,
>    thanks for the idea of doSomethingThreaded....that's really cool!

You're welcome, and welcome to Python. I am a convert from Java myself.

You will find that many things that you would do with inner classes in Java, you can do much more 
directly with function references in Python. First class functions are your friends :-)

Kent



More information about the Python-list mailing list