Protecting Location Data at The Ezrat Nashim Database
My misadventures with coordinate jittering and rate limiting
Search for a command to run...
Articles tagged with #work
My misadventures with coordinate jittering and rate limiting
Mass Unemployment? Utopia? Who knows? Don’t worry. I’m sure we’ll all be fine
A story of frustration, persistence, and spray bottles
Notes for future me (👋) on a bug I hit starting up my dual-boot laptop
A colleague of mine recently posted the following on a Teams channel which we’ve appropriately named “Something cool I learned today!”: "a" in "abc" is True will evaluate to False (!) This is because the [Python] interpreter reads this as "a" in ("a...
This is another post based on Dr. Fred Baptiste’ Python 3: Deep Dive series. For more, head over to Udemy. What happens behind the scenes in a python import statement? Glad I asked. Here’s how it works: Check sys.modules: Python first checks sys.mod...