This is the third of a 8 part tutorial series where we will explore a critical part of network infrastructure. In this tutorial we are… (more…)
Read more »
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin - SigmaQuan/Better-Python-59-Ways... (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 »
In this tutorial, you'll learn how to run different Python versions in Docker. By following the examples, you'll see how you can play with the latest development version of Python, and how to use Dockerfiles to set up Python environments and package your ... (more…)
Read more »