Logging in Python Like a Pro
I’ll show you what good logging is with real-life examples. Most people don’t know what to log, so they end up creating just noise….
Read more »I’ll show you what good logging is with real-life examples. Most people don’t know what to log, so they end up creating just noise….
Read more »I tried writing games in Python a few years ago, but gave up as the only library at the time (Pygame) wasn’t very good. Recently, I came back to Python and found there are now multiple gaming libraries. In this post, I look at PyGame, Arcade, PyGame Zero …
Read more »CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation s…
Read more »✨A Python framework to explore, label, and monitor data for NLP projects – GitHub – recognai/rubrix: ✨A Python framework to explore, label, and monitor data for NLP projects…
Read more »For [Datasette Desktop](https://datasette.io/desktop) I chose to bundle a full version of Python 3.9 inside my `Datasette.app` application. I did this in order to support installation of plugins via `pip install` – you can read more about my reasoning in …
Read more »Python implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill – GitHub – OpenDebates/openskill.py: Python implementation of Weng-Lin Bayesian ranking, a bette…
Read more »Python implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill – GitHub – OpenDebates/openskill.py: Python implementation of Weng-Lin Bayesian ranking, a bette…
Read more »We’ve just open sourced Pedalboard, Spotify’s framework for adding effects to audio in Python. Pedalboard makes it easy to use studio-quality audio effects in your code, rather than just in your digital audio workstation (DAW).
Read more »I was having a chat with a dear friend about a couple coding styles, known as EAFP and LBYL.
Read more »