Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability. (more…)
Read more »
Asynchronous and typing are new standards in Python, and they are especially useful for developing API clients to abstract and test external API response. (more…)
Read more »
Vectors are pretty important in the introductory physics course. Here are some tips on using python to teach vectors.
Read more »
a flexible network data analysis framework. Contribute to aouinizied/nfstream development by creating an account on GitHub. (more…)
Read more »
A simple ad-hoc http server to serve static pages, optionally use basic auth and https - johann-petrak/python-tiny-http-server... (more…)
Read more »