AI for people who don't like Python. Contribute to Fileforma/AntiPython-AI-Compiler-Colab development by creating an account on GitHub. (more…)
Read more »
Today, for reasons outside the scope of this entry, I updated one
of my very old little Python utilities to add some features and
move it to Python 3 in the process. This program was so old it was
using getopt, so
as part of updating it I switched it over... (more…)
Read more »
Static site and blog template using pandoc, make, and some python. - jp-fosterson/pandocblog... (more…)
Read more »
Create a dataset from the Last.fm API in this Python tutorial. Includes authentication with API keys, pagination, rate limiting, and more! (more…)
Read more »
I like Kubernetes way of declarative workload configuration, but handling cluster state using dozens or hundreds of YAML files is impractical. Of course, one can just combine them all into a single uber-YAML :smile:. But the harsh reality is, despite the ... (more…)
Read more »