Open source Python libraries for the public sector - CivicActions/open-python-directory... (more…)
Read more »
For the next part of my blog series on pulling apart Python's syntactic sugar, I'm going to be tackling rich comparison operators: ==, !=, >, <, >=, <=. For this post I am going to be picking apart the example of a > b. ... (more…)
Read more »
Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)
Read more »
🦊 Python web framework that makes development enjoyable - FastAPI + MVC + SQLModel + Interactive CLI. Ship fast without sacrificing quality. - soma-smart/framefox... (more…)
Read more »
In this tutorial, you will learn how to build a simple graph-powered Python fraud detection web application from scratch. (more…)
Read more »