On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. (more…)
Read more »
Dictionaries are ubiquitous in Python code; they are the data structure of choice for a wide va [...]... (more…)
Read more »
Hi everyone! 👋 I have always been fascinated by barcodes and QR codes. I have known for a long time about how they work in theory but I never did enough research on it. It seemed like I would learn a lot from diving deeper and implementing a barcode gene... (more…)
Read more »
In this tutorial, we'll take a look at examples on how to create a PDF invoice in Python using pText - as well as how to embed files and add outlines. (more…)
Read more »
Hi everyone! I've started hacking around prettier to add support for Python files since I wasn't happy with autopep8 and yapf (and I'm using prettier at work).
I'm working on this in my free time s... (more…)
Read more »