From a1c64259674e420bbcf1d2fe9d312bdd94abd8cf Mon Sep 17 00:00:00 2001 From: Lerking Date: Tue, 18 Mar 2025 08:50:30 +0100 Subject: [PATCH] Update Home --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index a32111e..3a7a3c0 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,9 @@ # How to train your Python Velkommen til Python træning. Vi starter med et lynkursus, i grundlæggende python programmering. -[Introduktion]() -[Object Oriented Programming - OOP]() +- [Introduktion](https://gitpot-lerking.servehttp.com/CodingPirates/Python/wiki/Introduktion) +- [Grundelementer](https://gitpot-lerking.servehttp.com/CodingPirates/Python/wiki/Python-elementer) +- [Object Oriented Programming - OOP](https://gitpot-lerking.servehttp.com/CodingPirates/Python/wiki/Python-Object-Oriented-Programming) Dernæst tager vi hul på grundlæggende spilprogrammering, da spil bruger mange af de grundlæggende programmeringsprincipper.