Skip to content

Commit 9ff4ea9

Browse files
committed
adding real python blog as resource
1 parent 9c56222 commit 9ff4ea9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

best-python-resources.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ <h2>Experienced developers new to Python</h2>
104104
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains
105105
lecture videos and exercises for learning Python.</p>
106106
</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>
107111
</ul>
108112
<h2>Beyond the basics</h2>
109113
<ul>

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>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>

source/content/pages/10-misc/1001-best-python-resources.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ I had when I was learning the language.
6767
* [Google's Python Class](https://developers.google.com/edu/python/) contains
6868
lecture videos and exercises for learning Python.
6969

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+
7073

7174
## Beyond the basics
7275
* [The Python Ecosystem: An Introduction](http://mirnazim.org/writings/python-ecosystem-introduction/)

0 commit comments

Comments
 (0)