Learn how to setup a Python framework development environment and configure it to deploy to production. (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 »
I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
Rajdeep Mukherjee and Omer Tripp and Ben Liblit and Michael Wilson; Static analysis for AWS best practices in Python code; 2022; ECOOP 2022.Link to paper: h... (more…)
Read more »