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... (more…)
Read more »
Learn how to use NFC with your smartphone or dedicated NFC USB device. (more…)
Read more »
A deep-dive into the challenges and misconceptions surrounding async programming in Python... (more…)
Read more »
xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently) - GitHub - cunnane/xloil: xlOil provides framework for interacting with Excel in ... (more…)
Read more »
Every time you create an instance of a class in Python, you are using up some memory–including overhead that might actually be larger than the data you care about. Create a million objects, and you have a million times the overhead. And that overhead can ... (more…)
Read more »