Build your first Nextcloud app in Python
In this interactive webinar, you will learn how to build your very first Nextcloud app using Python.
Read more »In this interactive webinar, you will learn how to build your very first Nextcloud app using Python.
Read more »First get a working script. “Hey GPT-4, write me a ChatGPT script that does .” Manually check over the script and iterate until it’s giving me what I want. “Now wrap the script into a click command-line interface.” I almost always specify to use an –inpu…
Read more »Small but useful Python package that abstracts away complexity of making asynchronous API calls in Python for common use case of high volume of calls with parameters that change between calls. – am…
Read more »This PEP specifies how Python software packages should specify what build dependencies they have in order to execute their chosen build system. As part of this specification, a new configuration file is introduced for software packages to use to specify…..
Read more »An extremely fast Python package and project manager, written in Rust. – astral-sh/uv…
Read more »Productive, portable, and performant GPU programming in Python. – taichi-dev/taichi…
Read more »Lately, I’ve been working with Python C-API. I wanted to use subinterpreters with their own GIL to unlock the performance gains promised by being able to execute many threads in parallel which was not possible before Python 3.12.
Read more »Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy – ijl/orjson…
Read more »Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Read more »py5 is a new version of Processing for Python 3.9+. The goal of py5 is to create a version of Processing that is integrated into the Python ecosystem. Built into the library are thoughtful choices about how to best get py5 to work with other popular Pytho…
Read more »