File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed
source/content/pages/10-misc Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments