Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
python:tutorials [2017/09/27 07:41] Francesco Beretta |
python:tutorials [2020/04/03 09:23] (Version actuelle) Pierre Vernus |
||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ====== Tutoriels ====== | ====== Tutoriels ====== | ||
| + | * [[http://www.karsdorp.io/python-course/|Python Programming for the Humanities]] | ||
| + | * Tutoriels consacrés à Python sur le site [[https://programminghistorian.org/lessons/?topic=python|The Programming historian]] | ||
| * Tutoriel officiel de [[https://docs.python.org/fr/3.6/tutorial|Python 3.6]] en français | * Tutoriel officiel de [[https://docs.python.org/fr/3.6/tutorial|Python 3.6]] en français | ||
| * [[http://apprendre-python.com|Apprendre le langage de programmation python]] | * [[http://apprendre-python.com|Apprendre le langage de programmation python]] | ||
| - | * Introduction à [[http://python-prepa.github.io/intro.html|sypder]] | + | * Tutoriel OpenClassroom [[https://openclassrooms.com/courses/apprenez-a-programmer-en-python|ici]] en français |
| + | * Introduction à [[http://python-prepa.github.io/intro.html|spyder]] | ||
| * Pascal Delahaye – Cours 3 Présentation de Python et de l'IDE Spyder ([[http://pascal.delahaye1.free.fr/cpge/informatique/cours/cours03.pdf|Télécharger le PDF]]) | * Pascal Delahaye – Cours 3 Présentation de Python et de l'IDE Spyder ([[http://pascal.delahaye1.free.fr/cpge/informatique/cours/cours03.pdf|Télécharger le PDF]]) | ||
| - | ====== Les bases ====== | ||
| - | |||
| - | ===== Valeurs et opérateurs ===== | ||
| - | |||
| - | |||
| - | ===== Variables ===== | ||
| - | |||
| - | |||
| - | ===== Fonctions ===== | ||
| Ligne 25: | Ligne 19: | ||
| - | Installation de l'[[python:anaconda|environnement Anaconda]] | + | Installation de l'[[python:anaconda|environnement Miniconda / Anaconda]] |