Write Python endpoints in SvelteKit using Modal. Contribute to semicognitive/sveltekit-modal development by creating an account on GitHub. (more…)
Read more »
I used to love asyncio. For a period of time, nearly all my stuff was written for asyncio. I wrote a Flask-like (mistake IMO) web framework, and a fully async ORM, both built from the ground up for asyncio. I even got in arguments defending it with people... (more…)
Read more »
minimal python desktop chat application. Contribute to knowsuchagency/pyloid-chat-demo development by creating an account on GitHub. (more…)
Read more »
In this post, we are going to learn to play with an image using OpenCV and python and try to learn with existing tools like Haar cascades face detection and build youtube inspired face-detect - crop - blur. (more…)
Read more »
In this series, we examine an SQL query builder I wrote in 150 lines of Python, why I wrote it, how I thought about it, and the decisions I had to make. This article is a sneak peek of the series and the code. (more…)
Read more »