EXPLAIN MULTI-THREADING IN PYTHON?

Explain multi-threading in Python?

By default Python doesn’t allow multi-threading to use multi-threding we have to use different multi-threading packages.

Multi-threading can be outsourced to the operating system (by doing multi-processing), some external application that calls your Python code, or some code that your Python code calls.

 
 
 
 
 
 
 
 
 
 
 
 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>