Explorar el Código

Update notes.md

master
Dimitri Merejkowsky hace 5 años
padre
commit
77bcc6fc20
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      notes.md

+ 2
- 1
notes.md Ver fichero

@@ -3,7 +3,8 @@ Ce fichier contient diverses notes utiles à la préparation des futurs cours.
# Sujets à évoquer

* short circuit in if: `if a is not None and a.b == 42`
* style: trailing white space, editor configuration
* style: trailing white space, editor configuration,
* IDEs: don't use them ... yet (or ever)
* [formatage de strings](fragments/format.md)
* liste par compréhension et filtres
* `help()`, doc en ligne (également en français)