Skip to content

Commit b1af0fd

Browse files
committed
adding Dive into Python 3 to the list of best programming resources
1 parent 553004d commit b1af0fd

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

best-python-resources.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ <h2>New to programming</h2>
5656
free book by Zed Shaw.</p>
5757
</li>
5858
<li>
59+
<p><a href="http://www.diveinto.org/python3/">Dive into Python 3</a> is an open source
60+
book provided under the Creative Commons license and available in HTML or
61+
PDF form.</p>
62+
</li>
63+
<li>
5964
<p><a href="http://pymbook.readthedocs.org/en/latest/">Python for You and Me</a> (pym) is
6065
an online book for people completely unfamiliar with the Python programming
6166
language.</p>
@@ -65,11 +70,6 @@ <h2>New to programming</h2>
6570
tutorial for the Python language. </p>
6671
</li>
6772
<li>
68-
<p>I wrote a quick blog post on
69-
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
70-
that non-technical folks trying to learn to program may find useful.</p>
71-
</li>
72-
<li>
7373
<p>Code Academy has a <a href="http://www.codecademy.com/tracks/python">Python track</a>
7474
for people completely new to programming.</p>
7575
</li>
@@ -78,6 +78,11 @@ <h2>New to programming</h2>
7878
<a href="http://greenteapress.com/thinkpython/html/index.html">Think Python: How to Think Like a Computer Scientist</a>
7979
is available in HTML form for free on the web.</p>
8080
</li>
81+
<li>
82+
<p>I wrote a quick blog post on
83+
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
84+
that non-technical folks trying to learn to program may find useful.</p>
85+
</li>
8186
</ul>
8287
<h2>Experienced developers new to Python</h2>
8388
<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-07-03T23:51:53Z</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-07-04T08:25:59Z</updated></feed>

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,28 @@ I had when I was learning the language.
3333
* [Learn Python the Hard Way](http://learnpythonthehardway.org/book/) is a
3434
free book by Zed Shaw.
3535

36+
* [Dive into Python 3](http://www.diveinto.org/python3/) is an open source
37+
book provided under the Creative Commons license and available in HTML or
38+
PDF form.
39+
3640
* [Python for You and Me](http://pymbook.readthedocs.org/en/latest/) (pym) is
3741
an online book for people completely unfamiliar with the Python programming
3842
language.
3943

4044
* [A Byte of Python](http://www.swaroopch.com/notes/python/) is a beginner's
4145
tutorial for the Python language.
4246

43-
* I wrote a quick blog post on
44-
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
45-
that non-technical folks trying to learn to program may find useful.
46-
4747
* Code Academy has a [Python track](http://www.codecademy.com/tracks/python)
4848
for people completely new to programming.
4949

5050
* The O'Reilly book
5151
[Think Python: How to Think Like a Computer Scientist](http://greenteapress.com/thinkpython/html/index.html)
5252
is available in HTML form for free on the web.
5353

54+
* I wrote a quick blog post on
55+
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
56+
that non-technical folks trying to learn to program may find useful.
57+
5458

5559
## Experienced developers new to Python
5660
* [Learn Python in y minutes](http://learnxinyminutes.com/docs/python/)

0 commit comments

Comments
 (0)