diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-07 03:54:02 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-07 03:54:02 -0700 |
commit | 0aceb41100448904bcffa10525fcd4b75ad5ffe2 (patch) | |
tree | 63c73971c9c392278577b14275ed9c9c18fa2301 /fr-fr/pythonlegacy-fr.html.markdown | |
parent | 8f67b5f2efbbc9f0958ca42f71a74ec63cfbedb5 (diff) |
[python/*] remove feedback email request
Diffstat (limited to 'fr-fr/pythonlegacy-fr.html.markdown')
-rw-r--r-- | fr-fr/pythonlegacy-fr.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fr-fr/pythonlegacy-fr.html.markdown b/fr-fr/pythonlegacy-fr.html.markdown index fd311d73..4dce2623 100644 --- a/fr-fr/pythonlegacy-fr.html.markdown +++ b/fr-fr/pythonlegacy-fr.html.markdown @@ -12,8 +12,6 @@ lang: fr-fr Python a été créé par Guido Van Rossum au début des années 90. C'est maintenant un des langages de programmation les plus populaires. Je suis tombé amoureux de Python de par la clarté de sa syntaxe. C'est pratiquement du pseudo-code exécutable. -Vos retours sont grandement appréciés. Vous pouvez me contacter sur Twitter [@louiedinh](http://twitter.com/louiedinh) ou par e-mail: louiedinh [at] [google's email service] - N.B. : Cet article s'applique spécifiquement à Python 2.7, mais devrait s'appliquer pour toute version Python 2.x. Python 2.7 est en fin de vie et ne sera plus maintenu à partir de 2020, il est donc recommandé d'apprendre Python avec Python 3. Pour Python 3.x, il existe un autre [tutoriel pour Python 3](http://learnxinyminutes.com/docs/fr-fr/python3-fr/). ```python |