File tree Expand file tree Collapse file tree
source/content/pages/02-learning-programming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,13 @@ <h2>New to programming</h2>
219219 has numerous code examples to go along with each topic.</ p >
220220</ li >
221221< li >
222+ < p > Google put together a great compilation of materials and subjects you
223+ should read and learn from if you want to be a
224+ < a href ="https://www.google.com/about/careers/students/guide-to-technical-development.html "> professional programmer</ a > .
225+ Those resources are useful not only for Python beginners but any developer
226+ who wants to have a strong professional career in software.</ p >
227+ </ li >
228+ < li >
222229< p > The O'Reilly book
223230 < a href ="http://greenteapress.com/thinkpython/html/index.html "> Think Python: How to Think Like a Computer Scientist</ a >
224231 is available in HTML form for free on the web.</ p >
Original file line number Diff line number Diff line change @@ -108,6 +108,13 @@ <h2>New to programming</h2>
108108 has numerous code examples to go along with each topic.</ p >
109109</ li >
110110< li >
111+ < p > Google put together a great compilation of materials and subjects you
112+ should read and learn from if you want to be a
113+ < a href ="https://www.google.com/about/careers/students/guide-to-technical-development.html "> professional programmer</ a > .
114+ Those resources are useful not only for Python beginners but any developer
115+ who wants to have a strong professional career in software.</ p >
116+ </ li >
117+ < li >
111118< p > The O'Reilly book
112119 < a href ="http://greenteapress.com/thinkpython/html/index.html "> Think Python: How to Think Like a Computer Scientist</ a >
113120 is available in HTML form for free on the web.</ p >
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 >2015-05-17T13:58:58Z </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 >2015-05-18T11:23:22Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ should skip down to the next section for "experienced developers".
7171 goes over the basic syntax and control structures in Python. The free book
7272 has numerous code examples to go along with each topic.
7373
74+ * Google put together a great compilation of materials and subjects you
75+ should read and learn from if you want to be a
76+ [ professional programmer] ( https://www.google.com/about/careers/students/guide-to-technical-development.html ) .
77+ Those resources are useful not only for Python beginners but any developer
78+ who wants to have a strong professional career in software.
79+
7480* The O'Reilly book
7581 [ Think Python: How to Think Like a Computer Scientist] ( http://greenteapress.com/thinkpython/html/index.html )
7682 is available in HTML form for free on the web.
You can’t perform that action at this time.
0 commit comments