From 47efc677b5fd682c013df8cb20bb024523a3c6c7 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 4 Jul 2023 17:29:39 +0200 Subject: [PATCH] progression --- programmation/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programmation/README.md b/programmation/README.md index 6a5dcf9..ac840bf 100644 --- a/programmation/README.md +++ b/programmation/README.md @@ -10,7 +10,14 @@ Ce chapitre a pour objectif de répondre aux questions suivantes : ## Progression -[![Python](https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg)](NOTEBOOK.ipynb) +| Section | Description | +| -------------------------------------------------- | -------------------------------------------------- | +| [Généralités sur la programmation](GENERALITES.md) | Introduction à la programmation | +| [Python](NOTEBOOK.ipynb) | Introduction à Python | +| [Variables](chapitre_1/README.md) | Exploration et utilisation des variables en Python | +| [Structures conditionnelles](chapitre_2/README.md) | Apprendre les if, elif et else | +| [Boucles](chapitre_3/README.md) | Comprendre les boucles while et for | +| [Fonctions](chapitre_4/README.md) | Création et utilisation des fonctions en Python | ## Attendus du Programme