Skip to content

Commit 4e3cf70

Browse files
committed
adding new technical resource
1 parent cb4a2fd commit 4e3cf70

4 files changed

Lines changed: 21 additions & 1 deletion

File tree

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

best-python-resources.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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>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>

source/content/pages/02-learning-programming/02-best-python-resources.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)