Skip to content

Commit d335bd7

Browse files
committed
new beginner resource
1 parent 72936ab commit d335bd7

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,10 @@ <h2>New to programming</h2>
36923692
is a book of Python exercises to help you learn the basic language syntax.</p>
36933693
</li>
36943694
<li>
3695+
<p>Looking for ideas about what projects to use to learn to code? Check out
3696+
<a href="https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3">this list of 5 programming project for Python beginners</a>.</p>
3697+
</li>
3698+
<li>
36953699
<p>I wrote a quick blog post on
36963700
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
36973701
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
@@ -93,6 +93,10 @@ <h2>New to programming</h2>
9393
is a book of Python exercises to help you learn the basic language syntax.</p>
9494
</li>
9595
<li>
96+
<p>Looking for ideas about what projects to use to learn to code? Check out
97+
<a href="https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3">this list of 5 programming project for Python beginners</a>.</p>
98+
</li>
99+
<li>
96100
<p>I wrote a quick blog post on
97101
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
98102
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-10-14T06:23:43Z</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-10-14T06:36:35Z</updated></feed>

source/content/pages/11-misc/1101-best-python-resources.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ should skip down to the next section for "experienced developers".
6464
* [Python Practice Book](http://anandology.com/python-practice-book/index.html)
6565
is a book of Python exercises to help you learn the basic language syntax.
6666

67+
* Looking for ideas about what projects to use to learn to code? Check out
68+
[this list of 5 programming project for Python beginners](https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3).
69+
6770
* I wrote a quick blog post on
6871
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
6972
that non-technical folks trying to learn to program may find useful.

0 commit comments

Comments
 (0)