Threads with Python?

Giorgi Lekishvili gleki at gol.ge
Mon Dec 30 08:31:01 EST 2002


Fernando wrote:

> I have a small python app that would benefit from using threads (it
> fetches info from several web servers). Does python support this? I
> checked my copy of Learning Python, but it doesn't mention it...
>
> TIA

Yes, Python is excellent with threading. See, e.g., on-line docs and
threading
module in particular.
A good textbook on Python considering pretty comprehensively threading
is that by Deitels.
Grtz,
Giorgi





More information about the Python-list mailing list