Skip to content

Commit adefb92

Browse files
committed
adding new python learning resource
1 parent c76a891 commit adefb92

32 files changed

+12
-3353
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,6 +3339,10 @@ <h2>New to programming</h2>
33393339
is available in HTML form for free on the web.</p>
33403340
</li>
33413341
<li>
3342+
<p><a href="http://anandology.com/python-practice-book/index.html">Python Practice Book</a>
3343+
is a book of Python exercises to help you learn the basic language syntax.</p>
3344+
</li>
3345+
<li>
33423346
<p>I wrote a quick blog post on
33433347
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
33443348
that non-technical folks trying to learn to program may find useful.</p>

best-python-resources.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ <h2>New to programming</h2>
8181
is available in HTML form for free on the web.</p>
8282
</li>
8383
<li>
84+
<p><a href="http://anandology.com/python-practice-book/index.html">Python Practice Book</a>
85+
is a book of Python exercises to help you learn the basic language syntax.</p>
86+
</li>
87+
<li>
8488
<p>I wrote a quick blog post on
8589
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
8690
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-08-07T15:51:24Z</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-08-08T13:36:20Z</updated></feed>

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)