Projects with this topic
-
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 -
How a button lets you know it's been clicked — the mechanism by which Qt widgets talk to each other and to your code.
Updated -
Drawing what Qt doesn't have — paintEvent and QPainter, a widget you make yourself, and a canvas that remembers what you've painted on it.
Updated -
The other way of making interfaces with Qt — a separate language, and properties that recalculate themselves.
Updated -
A whole application — tabs, table, chart, dialogs, files, and an executable, with everything you've learned in these pages.
Updated