Memento Python: Difference between revisions

From Wiki Cours
Jump to navigation Jump to search
mNo edit summary
Line 38: Line 38:
* [http://matplotlib.org/ Matplotlib]
* [http://matplotlib.org/ Matplotlib]
* [[Matplotlib: graphe 2D|graphe 2D]]
* [[Matplotlib: graphe 2D|graphe 2D]]
* [[Matplotlib: graphe 3D|graphe 3D]]
<!--* [[Matplotlib: graphe 3D|graphe 3D]]
* [[Python: images|images]]
* [[Python: images|images]]
-->


== Introduction à la programmation orientée objet ==
== Introduction à la programmation orientée objet ==

Revision as of 15:55, 12 September 2016

<-- Site du cours

Pour la version 3 de Python

les pages non encore à jour correspondent à la version 2.7 et la majeure partie de la syntaxe est compatible avec python 2.7. Les différences de syntaxe sont mentionnées lorsqu'elles existent.

Rédigé par Guillaume Roux [toujours en cours de rédaction...]

Préliminaires

Types, conteneurs et mécanismes de base

  1. Python: Règles syntaxiques, blocs
  2. Types de bases
  3. le mot-clé print, Interactivité
  4. Tests conditionnels
  5. Boucles en Python
  6. Conteneurs : Liste, Dictionnaire, Tuple, Ensemble
  7. Fonctions
  8. Portée des variables
  9. Modules, bibliothèques - Librairies utiles
  10. Notes sur les chaînes de caractères et les fichiers

Introduction à Numpy

Introduction à Matplotlib

Introduction à la programmation orientée objet