Skip to content

Commit 0fa3358

Browse files
committed
adding new cs book
1 parent 76b1dc7 commit 0fa3358

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
@@ -231,6 +231,11 @@ <h2>New to programming</h2>
231231
to you by a friend.</p>
232232
</li>
233233
<li>
234+
<p><a href="http://www.cs.hmc.edu/csforall/">CS for All</a> is an open book by professors
235+
at Harvey Mudd College which teaches the fundamentals of computer science
236+
using Python. It's an accessible read and perfect for programming beginners.</p>
237+
</li>
238+
<li>
234239
<p>If you've never programmed before check out the
235240
<a href="http://learntocodewith.me/getting-started/">Getting Started</a> page on
236241
<a href="http://learntocodewith.me/">Learn To Code with Me</a>

best-python-resources.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ <h2>New to programming</h2>
6767
to you by a friend.</p>
6868
</li>
6969
<li>
70+
<p><a href="http://www.cs.hmc.edu/csforall/">CS for All</a> is an open book by professors
71+
at Harvey Mudd College which teaches the fundamentals of computer science
72+
using Python. It's an accessible read and perfect for programming beginners.</p>
73+
</li>
74+
<li>
7075
<p>If you've never programmed before check out the
7176
<a href="http://learntocodewith.me/getting-started/">Getting Started</a> page on
7277
<a href="http://learntocodewith.me/">Learn To Code with Me</a>

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-08-08T08:38:56Z</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-08-10T14:09:21Z</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
@@ -38,6 +38,10 @@ should skip down to the next section for "experienced developers".
3838
and problems rather than jumping into a specific language that's recommended
3939
to you by a friend.
4040

41+
* [CS for All](http://www.cs.hmc.edu/csforall/) is an open book by professors
42+
at Harvey Mudd College which teaches the fundamentals of computer science
43+
using Python. It's an accessible read and perfect for programming beginners.
44+
4145
* If you've never programmed before check out the
4246
[Getting Started](http://learntocodewith.me/getting-started/) page on
4347
[Learn To Code with Me](http://learntocodewith.me/)

0 commit comments

Comments
 (0)