Skip to content

Commit d3381fa

Browse files
committed
adding code academy as a resource for python
1 parent 6df1b7e commit d3381fa

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

best-python-resources.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ <h2>New to programming</h2>
7676
that non-technical folks trying to learn to program may find useful.</p>
7777
</li>
7878
<li>
79+
<p>Code Academy has a <a href="http://www.codecademy.com/tracks/python">Python track</a>
80+
for people completely new to programming.</p>
81+
</li>
82+
<li>
7983
<p>The O'Reilly book
8084
<a href="http://greenteapress.com/thinkpython/html/index.html">Think Python: How to Think Like a Computer Scientist</a>
8185
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>2014-05-12T08:11:34Z</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-05-13T09:00:18Z</updated></feed>

source/content/pages/10-misc/1001-best-python-resources.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ I had when I was learning the language.
4444
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
4545
that non-technical folks trying to learn to program may find useful.
4646

47+
* Code Academy has a [Python track](http://www.codecademy.com/tracks/python)
48+
for people completely new to programming.
49+
4750
* The O'Reilly book
4851
[Think Python: How to Think Like a Computer Scientist](http://greenteapress.com/thinkpython/html/index.html)
4952
is available in HTML form for free on the web.

0 commit comments

Comments
 (0)