You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

notes.md 793 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Cours Python
  2. Sessions:
  3. * [01](sessions/01.md)
  4. * [02](sessions/02.md)
  5. # Sujets à évoquer plus tard
  6. * le mot-clé 'with'
  7. * modules et packages
  8. * décorateurs
  9. * classes
  10. * héritage
  11. * super()
  12. * Données binaires, encodage (binaire, ASCII, hexadécimal, unicode ...)
  13. * virtualenv, pip, et bibliothèques tierces
  14. * tests: pytest, TDD
  15. * linters, déboguage
  16. # Idées d'ateliers
  17. Parser du RSS et télécharger les émissions:
  18. * Source: https://github.com/dmerejkowsky/pypodget/
  19. * Concepts:
  20. * `setup.py`
  21. * scripts, entry points
  22. * Remplacer Matlab par Python + numpy + matplotlib
  23. * Effets audio
  24. * Jeux vidéos (pygame)
  25. * IOT : micro-controller, Rasberry Pi
  26. * Blender/GIMP
  27. * Stéganographie: cacher un texte dans une image
  28. * Patcher des binaires Windows pour le fun?