From 3925cd6f1f91e9ea3a1e109acc20e75abfa3a63c Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 28 May 2019 22:48:52 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'python.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python.md b/python.md index 4354c1b..f4107f0 100644 --- a/python.md +++ b/python.md @@ -10,3 +10,7 @@ title: python - leave venv: `deactivate` - list all installed package in file: `pip freeze > requirement.txt` - install package list in file: `pip install -r requirement.txt` + +## tips +- pprint permet d afficher vos structure de données +- la fonction dir() permet de lister les attribut d un \ No newline at end of file