Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
 
 
 
 
 
 

793 B

Cours Python

Sessions:

Sujets à évoquer plus tard

  • le mot-clé ‘with’

  • modules et packages

  • décorateurs

  • classes

    • héritage
    • super()
  • Données binaires, encodage (binaire, ASCII, hexadécimal, unicode ...)

  • virtualenv, pip, et bibliothèques tierces

  • tests: pytest, TDD

  • linters, déboguage

Idées d’ateliers

Parser du RSS et télécharger les émissions:

  • Source: https://github.com/dmerejkowsky/pypodget/

  • Concepts:

    • setup.py
    • scripts, entry points
  • Remplacer Matlab par Python + numpy + matplotlib

  • Effets audio

  • Jeux vidéos (pygame)

  • IOT : micro-controller, Rasberry Pi

  • Blender/GIMP

  • Stéganographie: cacher un texte dans une image

  • Patcher des binaires Windows pour le fun?