You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="well see-also">If you're learning about why to use Python you should also take a look at <ahref="/best-python-resources.html">the best Python resources</a> and read <ahref="/web-development.html">more about web development</a>.</div>
25
25
@@ -95,9 +95,6 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
95
95
96
96
97
97
### More perspectives on why to use Python
98
-
* The Python documentation has a HOWTO section specifically for
Copy file name to clipboardExpand all lines: content/pages/01-introduction/04-python-2-or-3.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ gone through the process and have advice for making it less painful.
136
136
recommendation to new programmers is to use Python 3 and for experienced
137
137
developers to keep your explanation simple: Python 3 is where to begin.
138
138
139
-
*[10 awesome features of Python that you can't use because you refuse to upgrade to Python 3](http://www.asmeurer.com/python3-presentation/slides.html#1)
139
+
*[10 awesome features of Python that you can't use because you refuse to upgrade to Python 3](http://www.asmeurer.com/python3-presentation/slides.html)
140
140
is a great slideshow with code snippets that show useful new features
141
141
of Python 3 that are not available in 2.x such as keyword-only
142
142
arguments, chained exceptions and the `yield from` keyword.
0 commit comments