Learn how to make Python code easier to read and less error prone by gradual typing... (more…)
Read more »
The Monty Hall problem was first featured on the classic game show “Let’s make a Deal”. In the final segment of the show, contestants were…...
Read more »
Python 3.6.1 is now available. Python 3.6.1 is the first maintenance release of Python 3.6, which was initially released in 2016-12 to gre... (more…)
Read more »
There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)
Read more »