Skip to content

Commit 2a38c08

Browse files
committed
adding new learn to code resource
1 parent c798a7f commit 2a38c08

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3497,6 +3497,14 @@ <h2>New to programming</h2>
34973497
should skip down to the next section for "experienced developers".</p>
34983498
<ul>
34993499
<li>
3500+
<p>If you've never programmed before check out the
3501+
<a href="http://learntocodewith.me/getting-started/">Getting Started</a> page on
3502+
<a href="http://learntocodewith.me/">Learn To Code with Me</a>
3503+
by <a href="https://twitter.com/SEAdevelopment">Laurence Bradford</a>. She's done an
3504+
incredible job of breaking down the steps beginners should take when
3505+
they're uncertain about where to begin.</p>
3506+
</li>
3507+
<li>
35003508
<p>To get an introduction to both Python and Django at the same time, purchase
35013509
<a href="http://www.realpython.com/">Real Python</a> by Fletcher, Michael, and Jeremy.</p>
35023510
</li>

best-python-resources.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ <h2>New to programming</h2>
5050
should skip down to the next section for "experienced developers".</p>
5151
<ul>
5252
<li>
53+
<p>If you've never programmed before check out the
54+
<a href="http://learntocodewith.me/getting-started/">Getting Started</a> page on
55+
<a href="http://learntocodewith.me/">Learn To Code with Me</a>
56+
by <a href="https://twitter.com/SEAdevelopment">Laurence Bradford</a>. She's done an
57+
incredible job of breaking down the steps beginners should take when
58+
they're uncertain about where to begin.</p>
59+
</li>
60+
<li>
5361
<p>To get an introduction to both Python and Django at the same time, purchase
5462
<a href="http://www.realpython.com/">Real Python</a> by Fletcher, Michael, and Jeremy.</p>
5563
</li>

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-08-20T10:50:46Z</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-08-21T12:34:18Z</updated></feed>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ If you're learning your first programming language these books were written
3030
with you in mind. Developers learning Python as a second or later language
3131
should skip down to the next section for "experienced developers".
3232

33+
* If you've never programmed before check out the
34+
[Getting Started](http://learntocodewith.me/getting-started/) page on
35+
[Learn To Code with Me](http://learntocodewith.me/)
36+
by [Laurence Bradford](https://twitter.com/SEAdevelopment). She's done an
37+
incredible job of breaking down the steps beginners should take when
38+
they're uncertain about where to begin.
39+
3340
* To get an introduction to both Python and Django at the same time, purchase
3441
[Real Python](http://www.realpython.com/) by Fletcher, Michael, and Jeremy.
3542

0 commit comments

Comments
 (0)