From 998f88c326a0795d7c02188af0894e23f7e1beea Mon Sep 17 00:00:00 2001 From: 196ad51b7507425dae212b97cb1a7181 <196ad51b7507425dae212b97cb1a7181@app-learninglab.inria.fr> Date: Sat, 25 Apr 2020 10:03:11 +0000 Subject: [PATCH] Update MOOC_Python.md --- MOOC_Python/MOOC_Python.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MOOC_Python/MOOC_Python.md b/MOOC_Python/MOOC_Python.md index e69de29..14a8103 100644 --- a/MOOC_Python/MOOC_Python.md +++ b/MOOC_Python/MOOC_Python.md @@ -0,0 +1,6 @@ +#MOOC Python + +Quelques references interessantes sur la methode: +- le livre de Gérard Swinnen [Apprendre à programmer avec Python 3](https://inforef.be/swi/python.htm) est une excellente référence pour débuter votre apprentissage +- [Python Tutor](http://pythontutor.com) : accès à “Start visualizing your code now” qui vous permet de visualiser comment s’exécute pas à pas votre code (ne pas oublier de mettre l’option python 3.6 ou ultérieur) +- [site officiel de Python]( https://www.python.org) téléchargements et documentations Python 3. \ No newline at end of file -- 2.18.1