| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -253,6 +253,11 @@ <h3>Python 2 to 3 resources</h3> | |||
| 253 | 253 | plan is for supporting Python 3 and why it has taken so long to make it | |
| 254 | 254 | happen.</p> | |
| 255 | 255 | </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> | ||
| 256 | 261 | </ul> | |
| 257 | 262 | <h1>Enterprise Python</h1> | |
| 258 | 263 | <p>One of the misconceptions around Python and other dynamically-typed languages | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | 1 | <?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> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,6 +93,11 @@ <h3>Python 2 to 3 resources</h3> | |||
| 93 | 93 | plan is for supporting Python 3 and why it has taken so long to make it | |
| 94 | 94 | happen.</p> | |
| 95 | 95 | </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> | ||
| 96 | 101 | </ul> | |
| 97 | 102 | <h3>What's next now that you know about Python versions?</h3> | |
| 98 | 103 | <div class="row"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,3 +64,7 @@ using Django, there is also a wall specifically for | |||
| 64 | 64 | plan is for supporting Python 3 and why it has taken so long to make it | |
| 65 | 65 | happen. | |
| 66 | 66 | ||
| 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 | + | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments