From 77bcc6fc200651adc022386d3d213e3b7ddbea58 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 2 Feb 2019 16:49:29 +0100 Subject: [PATCH] Update notes.md --- notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 08c266c..c711945 100644 --- a/notes.md +++ b/notes.md @@ -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)