Summary
Keywords
Full Transcript
This tutorial covers what is multi-threading and then shows how to create multiple threads in python program. It explains what is multithreading with examples, how to import the threading module and how to implement multi-threading. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/26_multithreading/26_multithreading.md Topics that are covered in this Python Video: 0:00 What is multithreading? 1:49 Example of multithreading 5:20 Import threading module and implementing multi-threading Code used in this tutorial: https://github.com/codebasics/py/blob/master/Multiprocessing/multthreading_introduction.py Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Next Video: Python Tutorial - 27. Multiprocessing Introduction: https://www.youtube.com/watch?v=Lu5LrKh1Zno&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=30 Website: https://codebasics.io/ #️⃣ Social Media #️⃣ 📸 Codebasics Instagram: https://www.instagram.com/codebasicshub/ 🔊 Codebasics Facebook: https://www.facebook.com/codebasicshub 📝 Codebasics LinkedIn: https://www.linkedin.com/company/codebasics/ 📱 Codebasics X handle: https://twitter.com/codebasicshub 📸 Dhaval's Instagram: https://www.instagram.com/dhavalsays/ 📝 Dhaval's LinkedIn: https://www.linkedin.com/in/dhavalsays/ 📱 Dhaval's X handle: https://x.com/dpcodebasics
