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

How to print-debug Python comprehensions

Comprehensions are a fantastic language feature in Python. They are an elegant alternative to manually constructing and populating data structures. Comprehensions are declarative – they just say what they are, as opposed to the implicit logic of manual lo... (more…)

Read more »