From 6f7d9aadf9d3ba57e0844cec435eb7d2e5d1b3ea Mon Sep 17 00:00:00 2001 From: pas-campitiello Date: Wed, 1 Feb 2017 12:58:50 +0000 Subject: [PATCH] Update notes.md --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7969346..2d3b2c6 100644 --- a/notes.md +++ b/notes.md @@ -16,6 +16,7 @@ After some readings online about Python usage, especially my feeling is that there is not a precise answer to the question, yet. Better Python 2+ or 3+, it depends mainly on dependencies with old codebases / libraries, + or deployment environments supporting only old versions of the language. Python 3+ is the future for sure, but currently (Feb 2017) these seem to be the general rules: