Skip to content

Commit 140506c

Browse files
committed
new python 3 resource
1 parent b6f161c commit 140506c

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
@@ -231,6 +231,12 @@ <h3>Python 2 to 3 resources</h3>
231231
adoption.</p>
232232
</li>
233233
<li>
234+
<p><a href="https://blogs.msdn.microsoft.com/pythonengineering/2016/03/08/python-3-is-winning/">Python 3 is winning</a>
235+
presents data and graphs from PyPI to show that at the current rate,
236+
by mid-2016 overall Python 3 library support will overtake Python 2
237+
support.</p>
238+
</li>
239+
<li>
234240
<p><a href="http://www.snarky.ca/the-stages-of-the-python-3-transition">The stages of the Python 3 transition</a>
235241
provides perspective from a core Python developer on how the transition from
236242
Python 2 to 3 is going as of the end of 2015.</p>

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>2016-03-08T14:54:12Z</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>2016-03-09T16:03:25Z</updated></feed>

python-2-or-3.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ <h3>Python 2 to 3 resources</h3>
7575
adoption.</p>
7676
</li>
7777
<li>
78+
<p><a href="https://blogs.msdn.microsoft.com/pythonengineering/2016/03/08/python-3-is-winning/">Python 3 is winning</a>
79+
presents data and graphs from PyPI to show that at the current rate,
80+
by mid-2016 overall Python 3 library support will overtake Python 2
81+
support.</p>
82+
</li>
83+
<li>
7884
<p><a href="http://www.snarky.ca/the-stages-of-the-python-3-transition">The stages of the Python 3 transition</a>
7985
provides perspective from a core Python developer on how the transition from
8086
Python 2 to 3 is going as of the end of 2015.</p>

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
@@ -51,6 +51,11 @@ using Django, there is also a wall specifically for
5151
cohort continues to grow it will have an outsized impact on further
5252
adoption.
5353

54+
* [Python 3 is winning](https://blogs.msdn.microsoft.com/pythonengineering/2016/03/08/python-3-is-winning/)
55+
presents data and graphs from PyPI to show that at the current rate,
56+
by mid-2016 overall Python 3 library support will overtake Python 2
57+
support.
58+
5459
* [The stages of the Python 3 transition](http://www.snarky.ca/the-stages-of-the-python-3-transition)
5560
provides perspective from a core Python developer on how the transition from
5661
Python 2 to 3 is going as of the end of 2015.

0 commit comments

Comments
 (0)