Let’s Synchronize Threads in Python

It was a magical, “aha!” moment when I first learned about multithreading. The fact that I could ask my computer to do actions in a parallel manner delighted me (although it should be noted here… Read more

Similar

Property-Based Testing in Python

NOTE: This blog post complements a PyDistrict presentation on the same topic posted on this date. Thanks to Rami Chowdhury for inviting me to speak, and the PyDistrict organizers for hosting me. Code samples from this talk are available at this GitHub rep... (more…)

Read more »