Programmation de l'année 2019-2020 avec les premières technologiques #################################################################### :date: 2020-05-05 :modified: 2020-05-20 :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. `Introduction à Python - Notebook <./1-Projets_Python.ipynb>`_ `Introduction à Python - Version html <./1-Projets_Python.html>`_ `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 - version html <./2-Fonctions.html>`_ `Python et fonctions sur binder `_