Speed, reproducibility, easy rollbacks, and predictability is what we strive for when deploying our diverse Python applications. And that’s what we achieved by leveraging virtual environments and Linux system packages. (more…)
Read more »
A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps - GitHub - widgetti/solara: A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps... (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 »
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity. - GitHub - lark-parser/lark: Lark is a parsing toolkit for Python, built with a focus on ergonomi... (more…)
Read more »
Looking at some “exciting” features landing in Python 3.8, I’m still disappointed and frustrated by the language… like by quite a few other languages. As an author of anothe… (more…)
Read more »