Weird things you can, but probably shouldn’t do in Python
I am at a loss when I consider where this would be useful. Never the less did you know that in Python you can change what numbers fundamentally mean? (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… Read more