Flat is a library for creating and manipulating digital forms of fine arts. (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 »
Create UIs for prototyping your machine learning model in 3 minutes - gradio-app/gradio... (more…)
Read more »
How and why to implement Python “to string” conversion in your own classes using Python’s “repr” and “str” mechanisms and associated coding conventions.
(more…)
Read more »