Python Multiprocessing I: Concurrency vs. Parallelism

Having recently almost lost my wit doing a project involving Python’s multiprocessing library for Captain AI, I thought it would be a good way of well eh processing my experience of almost going insane by dedicating some words on it. This will be the firs… Read more

Similar

How to Build a Burner Phone in Python

What is a burner phone number? It's one you can drop for things you don't want to give out your real phone number to and can get rid of easily. This tutorial shows you how to build a Python burner phone with Twilio and AssemblyAI that will transcribe your... (more…)

Read more »

Python and PDF

The Portable Document Format (PDF) was invented in the early 1990s and it’s still thriving. But PDFs are mainly for humans – not machines. So it’s often hard to... (more…)

Read more »