Skip to content

Latest commit

 

History

History

exam

Linux, ce qu'il faut# Sujets

  1. Thymo VPL, action:event, états, RGB
  2. Système binaire (hex), inc, déc, mod, opérations logiques (and, or, xor, not), nég
  3. Markdown, Wiki, Jupyter notebooks
  4. Git, config, clone, add, push, pull, GitHub, open-source
  5. Raspberry Pi, Raspbian, GPIO, SenseHAT, LEDs, capteurs
  6. Linux: file system, pwd, cd, ls, nano, mv, mkdir, rm, (-options)
  7. Python: variables, int, float, bool, string, type, script+console, print, input
  8. Python: structures for, while, if-elif-else, range(), in
  9. Python: fonctions, arguments, return, docstring, var local/global
  10. Python: données, list, tuple, dict
  11. Python: OOP, classes, instances, attributs, méthodes, héritage
  12. Pyglet: display, sprites, events, event loop