Skip to content

Commit cb1bcfd

Browse files
committed
new beginner python resource
1 parent 674991a commit cb1bcfd

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ <h2>New to programming</h2>
293293
<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>
294294
</li>
295295
<li>
296+
<p>There's a Udacity course by one of the creators of Reddit that shows how to
297+
<a href="https://www.udacity.com/course/web-development--cs253">use Python to build a blog</a>.
298+
It's a great introduction to web development concepts through coding.</p>
299+
</li>
300+
<li>
296301
<p>I wrote a quick blog post on
297302
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
298303
that non-technical folks trying to learn to program may find useful.</p>

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ <h2>New to programming</h2>
128128
<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>
129129
</li>
130130
<li>
131+
<p>There's a Udacity course by one of the creators of Reddit that shows how to
132+
<a href="https://www.udacity.com/course/web-development--cs253">use Python to build a blog</a>.
133+
It's a great introduction to web development concepts through coding.</p>
134+
</li>
135+
<li>
131136
<p>I wrote a quick blog post on
132137
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
133138
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>2015-06-29T14:20:45Z</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-06-30T09:23:06Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ should skip down to the next section for "experienced developers".
8787
* Looking for ideas about what projects to use to learn to code? Check out
8888
[this list of 5 programming project for Python beginners](https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3).
8989

90+
* There's a Udacity course by one of the creators of Reddit that shows how to
91+
[use Python to build a blog](https://www.udacity.com/course/web-development--cs253).
92+
It's a great introduction to web development concepts through coding.
93+
9094
* I wrote a quick blog post on
9195
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
9296
that non-technical folks trying to learn to program may find useful.

0 commit comments

Comments
 (0)