I wanted to make a font based on my handwriting using only free software. It turns out that FontForge can be scripted with Python. I know just a little about Python and even less about typography, but I managed to hack together something that worked for m... (more…)
Read more »
In December I spent few days with Rust. I wrote few lines of code and was trying to get in touch with the syntax and feeling of the language. One of the major things in my TODO list was figuring out how to write Python extensions in Rust. Armin Ronacher w...
Read more »
According to The Pallets Projects Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and… (more…)
Read more »
At Opendoor we started putting all our Python services in a single repo. This article explains what worked well for us… (more…)
Read more »