You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,11 @@ <h2>New to programming</h2>
293
293
<ahref="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>
294
294
</li>
295
295
<li>
296
+
<p>There's a Udacity course by one of the creators of Reddit that shows how to
297
+
<ahref="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>
Copy file name to clipboardExpand all lines: best-python-resources.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,11 @@ <h2>New to programming</h2>
128
128
<ahref="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>
129
129
</li>
130
130
<li>
131
+
<p>There's a Udacity course by one of the creators of Reddit that shows how to
132
+
<ahref="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>
Copy file name to clipboardExpand all lines: source/content/pages/02-learning-programming/04-best-python-resources.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,10 @@ should skip down to the next section for "experienced developers".
87
87
* Looking for ideas about what projects to use to learn to code? Check out
88
88
[this list of 5 programming project for Python beginners](https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3).
89
89
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.
0 commit comments