File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
source/content/pages/01-introduction Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,13 @@ <h3>Python 2 to 3 resources</h3>
361361 The other 72% of libraries either support both Python 2 & 3 (14%), or only
362362 support Python 3 (58%).</p>
363363</li>
364+ <li>
365+ <p><a href="http://pythonforengineers.com/there-isnt-really-a-python-2-vs-python-3-problem/">There isn’t really a Python 2 vs Python 3 Problem</a>
366+ tries to cut past the concern about the Python 2 vs 3 divide and explain
367+ that it's really not a major concern as a Python programmer. The
368+ recommendation to new programmers is to use Python 3 and for experienced
369+ developers to keep your explanation simple: Python 3 is where to begin.</p>
370+ </li>
364371</ul>
365372 <h1>Enterprise Python</h1>
366373<p>One of the misconceptions around Python and other dynamically-typed languages
Original file line number Diff line number Diff line change @@ -184,6 +184,13 @@ <h3>Python 2 to 3 resources</h3>
184184 The other 72% of libraries either support both Python 2 & 3 (14%), or only
185185 support Python 3 (58%).</ p >
186186</ li >
187+ < li >
188+ < p > < a href ="http://pythonforengineers.com/there-isnt-really-a-python-2-vs-python-3-problem/ "> There isn’t really a Python 2 vs Python 3 Problem</ a >
189+ tries to cut past the concern about the Python 2 vs 3 divide and explain
190+ that it's really not a major concern as a Python programmer. The
191+ recommendation to new programmers is to use Python 3 and for experienced
192+ developers to keep your explanation simple: Python 3 is where to begin.</ p >
193+ </ li >
187194</ ul >
188195< h3 > What's next now that you know about Python versions?</ h3 >
189196< div class ="row ">
Original file line number Diff line number Diff line change @@ -134,3 +134,8 @@ gone through the process and have advice for making it less painful.
134134 The other 72% of libraries either support both Python 2 & 3 (14%), or only
135135 support Python 3 (58%).
136136
137+ * [ There isn’t really a Python 2 vs Python 3 Problem] ( http://pythonforengineers.com/there-isnt-really-a-python-2-vs-python-3-problem/ )
138+ tries to cut past the concern about the Python 2 vs 3 divide and explain
139+ that it's really not a major concern as a Python programmer. The
140+ recommendation to new programmers is to use Python 3 and for experienced
141+ developers to keep your explanation simple: Python 3 is where to begin.
You can’t perform that action at this time.
0 commit comments