From 175134b4000cb247c6d75fbfc2cae3c7035074fc Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 30 Jul 2021 15:12:24 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'source/part-1-work?= =?UTF-8?q?space/environment/=5Findex.adoc'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/part-1-workspace/environment/_index.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/part-1-workspace/environment/_index.adoc b/source/part-1-workspace/environment/_index.adoc index 6e19b8b..19f36bb 100644 --- a/source/part-1-workspace/environment/_index.adoc +++ b/source/part-1-workspace/environment/_index.adoc @@ -16,6 +16,9 @@ Si vous avez besoin d'un aide-mémoire ou d'une liste exhaustive des types et st NOTE: Le langage Python utilise un typage dynamique appelé https://fr.wikipedia.org/wiki/Duck_typing[*duck typing*]: "_When I see a bird that quacks like a duck, walks like a duck, has feathers and webbed feet and associates with ducks — I’m certainly going to assume that he is a duck_" Source: http://en.wikipedia.org/wiki/Duck_test[Wikipedia]. +Les morceaux de code que vous trouverez ci-dessous seront développés pour Python3.9+ et Django 3.2+. +Ils nécessiteront peut-être quelques adaptations pour fonctionner sur une version antérieure. + ==== The Zen of Python [source,python]