Introduction
  • Introduction
  • Installer Anaconda
  • Lecture 3: Le Terminal
  • Lecture 4: Spyder
  • Lecture 5: Jupyter Notebook
Section 2: Les Fondamentaux Du Langage (Part 1)
  • Les Types d'Objets
  • Les Variables
  • Les Opérations Simples
  • Les Listes
  • Les Dictionnaires
  • Les Tuples
  • Les Sets
Les Fondamentaux Du Langage (Part 2)
  • Les Boucles: FOR
  • Les Boucles: WHILE
  • Les Structures Conditionnelles: IF, ELIF et ELSE
  • Saisie Clavier: INPUT()
  • Lire un Fichier
  • Ecrire dans un Fichier
  • Les Fonctions
  • Portée des Variables
  • Les Bibliothèque
Les Fonctions Populaires
  • Print - Input - Type - Range - Format
  • String - Integer - Length
  • Join - Split - Strip
  • Sorted
  • Map - Filter - Reduce
  • Zip - Enumerate
  • La Fonction LAMBDA
  • Les Compréhensions de Liste
Introduction à la Programmation Orientée Objet
  • Example Simple de la POO
Projet 1: Guess the Number
  • Introduction
  • Deviner le Numéro
  • Challenge
Projet 2: Word Cloud
  • Introduction
  • Installer la bibliothèque WordCloud
  • Faire une Image
  • Faire Plusieurs Images
  • Challenge
Projet 3: Graphical User Interface (GUI)
  • Introduction
  • Présentation de Tkinter
  • Word Cloud GUI - 1er Partie
  • Word Cloud GUI - 2ieme Partie
  • Word Cloud GUI - 3ieme Partie
  • Word Cloud GUI - 4ieme Partie
  • Word Cloud GUI - 5ieme Partie
  • Challenge
Les Bibliothèques: Numpy, Pandas et Matplotlib
  • Numpy
  • Pandas
  • Matplotlib
Projet 4: Analyse de Données
  • Introduction
  • Obtenir et Importer des Données
  • Graphiques Simple 1
  • Graphiques Simple 2
  • Graphiques en Barres
  • Graphique Animé