Should Pocketbase add support for a native Python SDK?

tl;dr: Opening a serious discussion about whether PocketBase should have an official Python SDK. Background & Motivation I recently built a small Python app and decided to turn it into a micro-SaaS… Read more

Similar

Uvloop: Blazing fast Python networking

asyncio is an asynchronous I/O framework shipping with the Python Standard Library. In this blog post, we introduce uvloop: a full, drop-in replacement for the asyncio event loop. uvloop is written in Cython and built on top of libuv. (more…)

Read more »