MicroPython is a lean and efficient
implementation of the Python 3 programming language
that includes a small subset of the Python standard library and is
optimised to run on microcontrollers and in constrained environments. (more…)
Read more »
Exploring the ChatGPT (GPT3.5) API from OpenAI and building some simple chat applications with it. Github code: https://github.com/Sentdex/ChatGPT-API-Basics... (more…)
Read more »
Python package for easily interfacing with chat apps, with robust features and minimal code complexity. - GitHub - minimaxir/simpleaichat: Python package for easily interfacing with chat apps, with... (more…)
Read more »
asyncpg is a new fully-featured open-source Python client library for PostgreSQL. It is built specifically for asyncio and Python 3.5 async / await. asyncpg is the fastest driver among common Python, NodeJS and Go implementations. (more…)
Read more »
Diary Note turns into Article It was supposed to be something short, but it became an article, since that the topic could be quite extensiv... (more…)
Read more »