[Python] Multi Threading (Tagalog)

preview_player
Показать описание
This the first video on Python's threading module.
It's super basic, just to get you started on using threads.
I tried to add as much details and warnings as possible
so you can get the idea, and be able to try it immediately.

More advanced discussion in future videos.

Timestamps:

00:00 - Intro
00:10 - Let's do single threading (ST) first
01:02 - Adding execution timer for comparison (later)
02:45 - Running the single thread version
03:18 - Converting the ST version to multi-threaded (MT)
04:00 - Threading without waiting/(joining)
05:00 - Running threads without waiting/joining
06:10 - How to await a thread (the join method)
06:34 - Awaiting many threads
07:20 - Running threads and waiting for them to finish
07:35 - Longest running thread is basically the total time
07:45 - (Extra) Warning/heads-up on GIL
08:00 - General guide on when to use threading

#python #threading #tagalog

Did you hear an annoying beep?
What time and what do you think that was?
Comment below! :)
Рекомендации по теме
join shbcf.ru