Projects with this topic
-
The program chooses between different paths depending on a condition.
Updated -
A program is a set of statements that run one after another.
Updated -
Inspired by e.g. GitHub ClassRoom, Travo is a lightweight Python toolkit that helps you turn your favorite GitLab instance into a flexible assignment management solution. It does so by automating steps in the assignment workflow through Git and GitLab's REST API.
Updated -
A query is a set of expressions applied to a context.
Updated -
[CC BY-NC-SA] A compendium of the community knowledge on game design and development
Updated -
Teaching resources and exercises for 3-day Python crash course, advanced level.
Updated -
A working copy of DNA Features Viewer for plotting annotated genome maps from GenBank and GFF records. Vendored third-party code — see LICENCE.txt.
Updated -
A Deno server providing turtle graphics with a real-time web interface.
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 -
A 3D rally driving game built with the Ursina engine in Python.
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 -
The protocol every program on the internet speaks — what a message looks like, and how to design an API somebody else can guess.
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