Haijiang: TILs on python

python fix datasette-publish-vercel in github actions - 2024-12-24

To find the location of the package datasette-publish-vercel and replace it with datasette_publish_vercel in the vercel_cli.py file, you can firstly define the function as the following code: …

python Attrs and Dataclass - 2022-10-26

Two packages to define classes and attributes. …