| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,6 +104,10 @@ <h2>Experienced developers new to Python</h2> | |||
| 104 | 104 | <p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains | |
| 105 | 105 | lecture videos and exercises for learning Python.</p> | |
| 106 | 106 | </li> | |
| 107 | + <li> | ||
| 108 | + <p>Check out the <a href="http://www.realpython.com/blog/">Real Python! Blog</a> for a great | ||
| 109 | + set of relevant posts about Python web development topics.</p> | ||
| 110 | + </li> | ||
| 107 | 111 | </ul> | |
| 108 | 112 | <h2>Beyond the basics</h2> | |
| 109 | 113 | <ul> | |
| 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>2014-05-02T07:47:45Z</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>2014-05-02T07:54:54Z</updated></feed> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,6 +67,9 @@ I had when I was learning the language. | |||
| 67 | 67 | * [Google's Python Class](https://developers.google.com/edu/python/) contains | |
| 68 | 68 | lecture videos and exercises for learning Python. | |
| 69 | 69 | ||
| 70 | + * Check out the [Real Python! Blog](http://www.realpython.com/blog/) for a great | ||
| 71 | + set of relevant posts about Python web development topics. | ||
| 72 | + | ||
| 70 | 73 | ||
| 71 | 74 | ## Beyond the basics | |
| 72 | 75 | * [The Python Ecosystem: An Introduction](http://mirnazim.org/writings/python-ecosystem-introduction/) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments