A nice read by Stuart on Python development tools.
This introduced me to the pyproject.toml configuration file, which is more comprehensive than a requirements file.
It’s something I’ll need to research a bit more before I’m ready to confidently adopt it.
A video about the personality of the AI, Claude. I’ve not yet become a big “papers” person yet, so this was my first introduction to “Constitutional AI”, which is a training approach where you use the model to train itself, by having it evaluate its own responses against the principles with which it was trained.
On this day
2023-07-02
1 year agoA simple shell function to setup a Python project scaffold. It's idempotent, so it won't overwrite an existing folder or env.