Projects with this topic
-
CI/CD components for Python projects
Updated -
Monitor de luz y rayos UV/UVA/UVB para subir los datos a una api propia utilizando micropython y raspberry pi pico
Updated -
Clase para integrar el sensor VEML6075 con python en aplicaciones fácilmente con métodos para obtener valores y estructura para generar dinámicamente su tabla con SQLAlchemy. Mide:
Índice UV UVA UVBUpdated -
Repositorio con modelo y ejemplos para el sensor VEML6070 que obtiene valores UV de la luz en el ambiente.
Updated -
A Python program to generate passwords. Source code mirror from https://codeberg.org/kiichigo/kiurui
Updated -
Integration of a Python server and a Typescript client using Vite and a development proxy.
Updated -
Drawing geometric figures with Python turtle graphics.
Updated -
First steps with the Ursina 3D game engine in Python.
Updated -
Turtle geometry is a mathematics designed for exploring.
Updated -
A web application written in Python only — no HTML, no JavaScript — where the state lives on the server and the browser gets a React app you never wrote.
Updated -
The turtle module provides a visual and intuitive way to simulate biological structures like atoms, molecules and proteins.
Updated -
A GUI toolkit native to Python and to the operating system.
Updated -
Tensors are the fundamental building block of machine learning in PyTorch — learn what they are, how to manipulate them, and how to use them on a GPU.
Updated -
You need to understand variable preference, how to override them, and how to ensure your tests are isolated from the local runtime environment.
Updated -
Code should have a set of automated tests that let you design new code and modify existing code while verifying that everything still works.
Updated -
Data with parents and children — QTreeWidget, for when a flat table no longer explains what's there.
Updated -
pytest cannot run an asynchronous test on its own — the AnyIO plugin is what makes async def test_... execute, and run on two backends.
Updated -
Rows and columns with QTableWidget — filling them in, selecting them, editing them, and the day you have to move to the model.
Updated -
Work that takes time without freezing the window — QThreadPool, QRunnable, and why signals are the only way to return with the result.
Updated -
How the application looks — Qt style sheets, selectors, states, and the style the operating system applies.
Updated