Note: This article has also featured on geeksforgeeks.org .
Multithreading in Python | Part-1
This article discusses the concept of thread synchronization in case of multithreading in Python programming language.
Note: This article has also featured on geeksforgeeks.org .
Multithreading in Python | Part-1
This article discusses the concept of thread synchronization in case of multithreading in Python programming language.
Note: This article has also featured on geeksforgeeks.org .
This article covers the basics of multithreading in Python programming language.
Just like multiprocessing, multithreading is a way of achieving multitasking. In multithreading, the concept of threads is used.
Note: This article has also featured on geeksforgeeks.org .
This article discusses two important concepts related to multiprocessing in Python:
Note: This article has also featured on geeksforgeeks.org .
Multiprocessing in Python | Part-1
This articles discusses the concept of data sharing and message passing between processes while using multiprocessing module in Python.
In multiprocessing, any newly created process will do following:
Note: This article has also featured on geeksforgeeks.org .
This article is a brief yet concise introduction to multiprocessing in Python programming language.
Multiprocessing refers to the ability of a system to support more than one processor at the same time. Applications in a multiprocessing system are broken to smaller routines that run independently. The operating system allocates these threads to the processors improving performance of the system.
Read More »

Note: This article has also featured on blog.codingblocks.com

Wit.ai is a NLP (natural language processing) interface for applications capable of turning sentences into structured data. And most importantly, it is free! So, there are no API call limits!
Read More »
Note: This article has also featured on geeksforgeeks.org .
This article demonstrates how to create a simple Desktop Notifier application using Python.
A desktop notifier is a simple application which produces a notification in form of a pop-up message on desktop.