How to Sort an Integer in Python

Learn how to sort an integer in python with this quick tutorial. Use the ready-made function available to sort an integer ascending/descending! Read more

Similar

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... (more…)

Read more »