Learn Golang as a Python Developer
Learn the Golang programming language as a Python developer in this tutorial that gets you started in the right direction. (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