Tejas Rana
  • Home
  • About
  • Experience
  • Skills
  • Blogs
  • Technology
  • Contact
June 12 2015

Threading in Python

tejas Python

Threading is one of best feature of programming language to perform multiple jobs at sametime.It’s one kind of parallely task which means you can run another task while one is going on.
Let’s take real time example of kitchen , you put eggs in your microwave to boil while it gettings ready you can collect dishes and spoon , arrange it on table , meanwhile microwave will stop when it complete it jobs.
This is threading !!! 🙂
You’re human so you can think but what about machine ?
Think :: You’re machine then how your mind treat you for instruction. Let’s take think for “Tea Making”
Now start thinking …
In programming terms you are running multiple jobs under main thread , each process has there own thread id once job done by child thread it terminate it’s current thread.
Now let’s dive into thread practical programming.
Please dont copy/paste write it your own so can understand it
 
– Source : https://pythonlabs.wordpress.com/2015/05/29/threading-in-python/
– Author : Nirav Trivedi (Python Developer)

Getting Started with CakePHP Getting Started with OpenCart

Related Posts

Python

Python Design Patterns: For Sleek And Fashionable Code

Categories

  • .NET
  • Android
  • Angular
  • CakePHP
  • CSS
  • Devops
  • Drupal
  • Infi MVC
  • iOS
  • Javascript
  • Magento
  • Meteor
  • MongoDB
  • Opencart
  • Other
  • PHP
  • Python
  • Ruby
  • Tips & Tricks
  • WordPress

Recent Posts

  • Simplify Product Filtering by Category and Store ID in the Admin Panel with Our Powerful OpenCart 3.x Free Extension
  • Opencart 3.x Set currency based on user’s IP [Free Extension]
  • Anatomy of A Coronavirus-Proof Business[Infographic]
  • Opencart 3 Social Login Extension [FREE]
  • What is NGRX and Use of NGRX

Recent Comments

  • Nilesh on What is State Management in Angular? How to improve Performance?
  • Dinesh on Use Magento If You're Serious About eCommerce
  • Virendra on Use Magento If You're Serious About eCommerce
  • Tejas Rana on Show limited words in PHP from string with HTML tags
  • nadim on Show limited words in PHP from string with HTML tags
Tejas Rana
© Tejas Rana 2025