This Python script will put you on an FBI watchlist

put-me-on-a-watchlist – πŸ‘©β€πŸ’» Put yourself on a watchlist by generating tons of dubious Google searches… Read more

Similar

Python 3.10.0a5 is now available

Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.10 series without copy-paste typos? Go get it here: (more…)

Read more »

Exceptions in Python

Python uses special objects called exceptions to manage errors that arise during a program’s runtime. Whenever an error occurs that makes Python unsure what to do next, it creates an exception object. If you write... (more…)

Read more »