From 51bd095c4448d0063785e6a1654a5c1575cd18e8 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 5 May 2020 11:12:03 +0200 Subject: [PATCH] Feat: 2 notebook pour la programmation avec les 1ST --- 1ST/Programmation/index.rst | 30 ++++++++++++++++++++++++++++++ 1ST/index.rst | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 1ST/Programmation/index.rst diff --git a/1ST/Programmation/index.rst b/1ST/Programmation/index.rst new file mode 100644 index 0000000..8631427 --- /dev/null +++ b/1ST/Programmation/index.rst @@ -0,0 +1,30 @@ +Programmation de l'année 2019-2020 avec les premières technologiques +#################################################################### + +:date: 2020-05-05 +:modified: 2020-05-05 +:authors: Bertrand Benjamin +:tags: Programmation +:category: 1techno +:summary: Initiation à la programmation python avec les 1ST pour l'année 2019-2020 + +Étape 1: Initiation à python +============================ + +Projets python à réaliser pour découvrir le langage. + +`Notebook <./1-Projets_Python.ipynb>`_ + +`Ouvrir le notebook avec binder `_ + +Étape 2: Programmer des fonctions +================================= + +Découverte des fonctions python en s'appuyant sur la notion de fonction mathématiques. + +On y découvre aussi l'utilisation des boucles et des conditions. + +`Python et fonctions - notebook <./2-Fonctions.ipynb>`_ + +`Python et fonctions sur binder `_ + diff --git a/1ST/index.rst b/1ST/index.rst index 02d237f..331cb0d 100644 --- a/1ST/index.rst +++ b/1ST/index.rst @@ -90,7 +90,7 @@ Tronc commun: - (S): Suites et fin des suites - (PS): Répétition binomiale, échantillonnage - (D): Étude de fonctions -- Programmation +- `Programmation <./Programmation>`_ Spé: