Threads in Python

The basics.

Keno Leon
6 min readDec 21, 2019

--

Photo by SkitterPhoto on Pexels

Like many things in programming, threads or threading is both easily understandable and daunting( even scary ), sort of like dating. This is my attempt at making threads less scary and easier to understand, it was inspired by my own difficulties learning to use them, hope this helps you.

What’s a thread ?

--

--