• Courses Overview

  last modified July 28 by kayeva

The training will follow the official Python Tutorial, adapting it when needed to the specificities of the students. It will generally last 2 days.

Python Introduction (english)

  • Using the Python Interpreter
  • Using Python as a Calculator
  • Syntax basics, flow control...
  • Operands (+, in, and, or...)
  • Instructions (if/else, for, try/except...)
  • Data Structures
  • Functions
  • Modules
  • Introduction to objects
  • Input / Output
  • Errors and Exceptions
  • Classes
  • Brief Tour of the Standard Library
  • More about Python...

Python Introduction (french)

  • Utiliser l'interpréteur Python
  • Utiliser Python comme une machine à calculer
  • Initiation à la syntaxe
  • Les opérateurs (+, in, and, or...)
  • Les différents types d'instructions (if/else, for, try/except...)
  • Les structures de données
  • Les fonctions
  • Les modules
  • Introduction à la notion d'objet
  • Input / Output
  • Erreurs et exceptions
  • Les classes d'objet
  • Quelques exemples de modules de la librairie standard
  • Pour aller plus loin...