Skip to content

Commit d52e728

Browse files
committed
adding another resource
1 parent 38ff869 commit d52e728

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ <h2>New to programming</h2>
9191
free book by Zed Shaw.</p>
9292
</li>
9393
<li>
94+
<p><a href="http://pymbook.readthedocs.org/en/latest/">Python for You and Me</a> (pym) is
95+
an online book for people completely unfamiliar with the Python programming
96+
language.</p>
97+
</li>
98+
<li>
9499
<p>I wrote a quick blog post on
95100
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
96101
that non-technical folks trying to learn to program may find useful.</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>2014-03-17T09:05:23Z</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-03-19T07:16:32Z</updated></feed>

source/content/pages/23-best-python-resources/2301-best-python-resources.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ I had when I was learning the language.
2121
* [Learn Python the Hard Way](http://learnpythonthehardway.org/book/) is a
2222
free book by Zed Shaw.
2323

24+
* [Python for You and Me](http://pymbook.readthedocs.org/en/latest/) (pym) is
25+
an online book for people completely unfamiliar with the Python programming
26+
language.
27+
2428
* I wrote a quick blog post on
2529
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
2630
that non-technical folks trying to learn to program may find useful.

0 commit comments

Comments
 (0)