Ruff: The Extensible Python Linter 07 May 2024 4 min read Python Ruff is an open-source Python linter created by Astral Sh that stands out for its impressive speed, adaptability, and wide-ranging features.
Getting Started with Pyglet: A Cross-Platform Windowing and Multimedia Library for Python 02 May 2024 7 min read Python Pyglet is a powerful, yet easy-to-use, cross-platform windowing and multimedia library for Python.
FastAPI Best Practices: A Condensed Guide with Examples 30 Apr 2024 9 min read Python FastAPI is a modern, high-performance web framework for building APIs with Python, based on standard Python type hints.
An Intro to NiceGUI: A Modern Python Framework for Building Web UIs 23 Apr 2024 7 min read Python NiceGUI is a new and easy-to-use tool for making web interfaces using Python. In this article, we will introduce NiceGUI, explain its features, and discuss what it can be used for.