In the Code-First approach, you first define your data-model in plain code. You can start working with that model immediately, and only later you worry about schema definitions, bindings, and other… (more…)
Read more »
Laurie describes how to build your own pitch control module in python and demonstrates how it can be used to evaluate a player's passing options using tracki... (more…)
Read more »
:package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump ver... (more…)
Read more »
I was feeling energetic so I wrote a Lucid interpreter. I used Python and it turned out pretty well. Lucid has been around for donkey’s years but for a long time there’s been no public… (more…)
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (more…)
Read more »