Have you ever wanted to interface with the video feed from a webcam? This quick tutorial will show you how to do so in Python using the OpenCV library.
All posts
The Sieve of Eratosthenes is an efficient algorithm for quickly finding all primes below some value, n. Let’s take a look at how it works!
I was recently working on a project where I wanted to route HTTP requests from Python’s URLLib2 through TOR. Here’s what I came up with.