Faster Python with Go shared objects

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

Similar

Python Minifier

Transform Python source code into it's most compact representation - GitHub - dflook/python-minifier: Transform Python source code into it's most compact representation... (more…)

Read more »

What’s New in Python 3.15

Editor, Hugo van Kemenade,. This article explains the new features in Python 3.15, compared to 3.14. For full details, see the changelog. Summary – Release highlights: PEP 799: A dedicated profilin... (more…)

Read more »