Please help with Threading

Peter Otten __peter__ at web.de
Sat May 18 08:01:04 EDT 2013


Jurgens de Bruin wrote:

> I will post code - the entire scripts is 1000 lines of code - can I post
> the threading functions only?

Try to condense it to the relevant parts, but make sure that it can be run 
by us.

As a general note, when you add new stuff to an existing longish script it 
is always a good idea to write it in such a way that you can test it 
standalone so that you can have some confidence that it will work as 
designed once you integrate it with your old code.




More information about the Python-list mailing list