FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

adding new python 3 resource · stevepiercy/fullstackpython.com@6f6c7dd · GitHub

Commit 6f6c7dd

Browse files
committed
adding new python 3 resource
1 parent 6029fcc commit 6f6c7dd

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

‎all.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ <h3>Python 2 to 3 resources</h3>
253253
plan is for supporting Python 3 and why it has taken so long to make it
254254
happen.</p>
255255
</li>
256+
<li>
257+
<p><a href="http://py3readiness.org/">Python 3 Readiness</a> is a visualization of
258+
which most popular 360 libraries (by downloads) are ready to be
259+
used with Python 3.</p>
260+
</li>
256261
</ul>
257262
<h1>Enterprise Python</h1>
258263
<p>One of the misconceptions around Python and other dynamically-typed languages

‎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-02-07T12:43:56Z</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-02-09T14:52:59Z</updated></feed>

‎python-2-or-3.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ <h3>Python 2 to 3 resources</h3>
9393
plan is for supporting Python 3 and why it has taken so long to make it
9494
happen.</p>
9595
</li>
96+
<li>
97+
<p><a href="http://py3readiness.org/">Python 3 Readiness</a> is a visualization of
98+
which most popular 360 libraries (by downloads) are ready to be
99+
used with Python 3.</p>
100+
</li>
96101
</ul>
97102
<h3>What's next now that you know about Python versions?</h3>
98103
<div class="row">

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ using Django, there is also a wall specifically for
6464
plan is for supporting Python 3 and why it has taken so long to make it
6565
happen.
6666

67+
* [Python 3 Readiness](http://py3readiness.org/) is a visualization of
68+
which most popular 360 libraries (by downloads) are ready to be
69+
used with Python 3.
70+

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL