From 0f8646ecf24b545b29308955b25ef2f3dad5d0cc Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Tue, 5 Feb 2019 11:49:46 +0100 Subject: [PATCH] more classes --- notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes.md b/notes.md index e8f4efe..b4a3650 100644 --- a/notes.md +++ b/notes.md @@ -3,6 +3,8 @@ Ce fichier contient diverses notes utiles à la préparation des futurs cours. # Sujets à évoquer ## bits +* class attributes vs instances attributes, @classmethod, properties +* * dict: setdefault * listes: pop prend un argument * slices takes a step too [::-1] -> reverse