#!/usr/bin/env python # coding: utf-8 # <[Programmes Très Simples](PythonIntroCh1_FR.ipynb)> # # Une Introduction au Scriptage avec Python 3 # Par __[Hans van der Kwast](http://www.linkedin.com/in/jvdkwast)__
# __[IHE Delft Institute for Water Education](http://www.un-ihe.org)__
# Twitter: @hansakwast # # # ## Contenu # ### __[Leçon 1: Programmes Très Simples](PythonIntroCh1_FR.ipynb)__ # ### __[Leçon 2: Programmes dans un fichier, variables and chaine de caractères (string)](PythonIntroCh2_FR.ipynb)__ # ### __[Leçon 3: boucles, boucles, boucles, boucles...](PythonIntroCh3_FR.ipynb)__ # ### __[Leçon 4: Fonctions](PythonIntroCh4_FR.ipynb)__ # ### __[Leçon 5: Tuples, Listes, et Dictionnaires](PythonIntroCh5_FR.ipynb)__ # ### __[Leçon 6: Boucle for](PythonIntroCh6_FR.ipynb)__ # ### __[Leçon 7: Classes](PythonIntroCh7_FR.ipynb)__ # ### __[Leçon 8: Modules](PythonIntroCh8_FR.ipynb)__ # ### __[Leçon 9: Fichier I/O](PythonIntroCh9_FR.ipynb)__ # ### __[Leçon 10: Gestion d'Exception](PythonIntroCh10_FR.ipynb)__ # # *Ce Jupyter Notebook a été développé sur la base de "A Beginner's Python Tutorial" par Steven Thurlow. Le __[materiel original](https://github.com/stoive/pythontutorial)__ a été adapté à Python 3.* # # *Cette œuvre est sous licencd Creative Commons Attribution 2.5 Australia License. Pour consulter une copie de cette licence, visitez http://creativecommons.org/licenses/by/2.5/au/ ou envoyez une lettre à Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.* # <[Programmes Très Simples](PythonIntroCh1_FR.ipynb)>