“Python is about having the simplest, dumbest compiler imaginable.”
—Guido van Rossum, Masterminds of Programming... (more…)
Read more »
TL;DR: Use Flake8, pytest, and Sphinx in your current Python project. Also evaluate pre-commit, black, and Pylint. For your next project, consider adding poetry and Dependabot. I always find it… (more…)
Read more »
In November 2022, I opened issue 99108 on Python’s GitHub repository, arguing that after a recent CVE in its implementation of SHA3, Python should embrace verified code for all of its hash-related infrastructure. (more…)
Read more »
Contribute to kelsin/mysql-mimic development by creating an account on GitHub. (more…)
Read more »
Cheat sheets can be really helpful when you’re trying a set of exercises related to a specific topic, or working on a project. Because you can only fit so much information on a single sheet of paper, most cheat sheets are a simple listing of syntax rules.... (more…)
Read more »