🔗 Stories, Tutorials & Articles

patviafore.com
Today, Carlton Gibson posted a wonderful short programming question.
I love little questions like this, and instantly came up with a solution. However, before I shared what I came up with, I took a quick look at the answers, and saw a bevy of very creative solutions
None of these felt like an awesome solution for me. I’ve had some similar thoughts on some related matters, and it felt like time for a blog post.

towardsdatascience.com
Explore techniques for data contract validation, higher interoperability with JSON Schemas, and simplified data model processing.

mattlayman.com
You want to protect your users' privacy, right? The goal is noble and users demand it, but how do you do it? In this Understand Django article, we'll look at some areas that improve the security of your application.

fermyon.com
Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime.

pytorch.org
This tutorial will guide you on how to setup a Raspberry Pi 4 for running PyTorch and run a MobileNet v2 classification model in real time (30 fps+) on the CPU.