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]