mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
small wording change
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ h3:before{content:''}
|
||||
<p id=toc>
|
||||
<h2 id=divingin><i>a.k.a.</i> “the minus level”</h2>
|
||||
|
||||
<p class=f>Are you already a Python programmer? Did you read the original “<a href=http://diveintopython.org/>Dive Into Python</a>”, or maybe even buy it on paper? (Thanks!) Are you ready to take the plunge into Python 3? … If so, read on. (If none of that is true, you’d be better off <a href=installing-python.html>starting at the beginning</a>.)
|
||||
<p class=f>Are you already a Python programmer? Did you read the original “<a href=http://diveintopython.org/>Dive Into Python</a>”? Did you buy it on paper? (If so, thanks!) Are you ready to take the plunge into Python 3? … If so, read on. (If none of that is true, you’d be better off <a href=installing-python.html>starting at the beginning</a>.)
|
||||
|
||||
<p>Python 3 comes with a script called <code>2to3</code>. Learn it. Love it. Use it. <a href=porting-code-to-python-3-with-2to3.html>Porting Code to Python 3 with <code>2to3</code></a> is a reference of all the things that the <code>2to3</code> tool can fix automatically. Since a lot of those things are syntax changes, it’s a good starting point to learn about a lot of the syntax changes in Python 3. (<code>print</code> is now a function, <code>`x`</code> doesn’t work, <i class=baa>&</i>c.)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user