Skip to content

Commit ec88c44

Browse files
committed
adding python 3 whats new
1 parent 1d463ec commit ec88c44

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ <h1>Python 2 or 3?</h1>
220220
<h3>Python 2 to 3 resources</h3>
221221
<ul>
222222
<li>
223+
<p>Wnat to know all of the advantages and what's changed in Python 3
224+
compared to Python 2? There's
225+
<a href="https://docs.python.org/3/whatsnew/index.html">an official guide to Python 3 changes</a>
226+
you'll want to read.</p>
227+
</li>
228+
<li>
223229
<p>The official
224230
<a href="https://wiki.python.org/moin/PortingToPy3k/">porting code to Python 3</a>
225231
page links to resources on porting Python code as well as underlying C

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-15T15:49:24Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-16T14:39:22Z</updated></feed>

python-2-or-3.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ <h1>Python 2 or 3?</h1>
5656
<h3>Python 2 to 3 resources</h3>
5757
<ul>
5858
<li>
59+
<p>Wnat to know all of the advantages and what's changed in Python 3
60+
compared to Python 2? There's
61+
<a href="https://docs.python.org/3/whatsnew/index.html">an official guide to Python 3 changes</a>
62+
you'll want to read.</p>
63+
</li>
64+
<li>
5965
<p>The official
6066
<a href="https://wiki.python.org/moin/PortingToPy3k/">porting code to Python 3</a>
6167
page links to resources on porting Python code as well as underlying C

source/content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ using Django, there is also a wall specifically for
3333

3434

3535
### Python 2 to 3 resources
36+
* Wnat to know all of the advantages and what's changed in Python 3
37+
compared to Python 2? There's
38+
[an official guide to Python 3 changes](https://docs.python.org/3/whatsnew/index.html)
39+
you'll want to read.
40+
3641
* The official
3742
[porting code to Python 3](https://wiki.python.org/moin/PortingToPy3k/)
3843
page links to resources on porting Python code as well as underlying C

0 commit comments

Comments
 (0)