In this video series we will cover Python 3. In this video we explore the basics of threads in Python by calling a function on threads and waiting for them to complete.
Python 3 youtube videos by Bryan Cairns
Web: http://www.voidrealms.com
Github: https://github.com/voidrealms/python3
Facebook: https://www.facebook.com/groups/1400884323467285
Udemy: https://www.udemy.com/user/bryan-cairns/
Youtube: https://www.youtube.com/playlist?list=PLUbFnGajtZlUl0zYr4crGveP21BbcZG_L
Intro: (0:00)
Imports: (0:18)
Function to perform work: (1:39)
Main function: (5:38)
Outro: (12:22)