Supersonic VTOL electric jet. Contribute to gusgordon/electric_jet development by creating an account on GitHub. (more…)
Read more »
Linux/OSX/FreeBSD resource monitor. Contribute to aristocratos/bpytop development by creating an account on GitHub. (more…)
Read more »
Attachment:
signature.asc
Description: This is a digitally signed message part... (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 »
Every programming language aims to be performant and Python is no exception. In this essay, we dive deep into Python internals and find out how Python makes its interpreter performant using a technique called Constant Folding. (more…)
Read more »