Skip to content

Commit 1c2b569

Browse files
committed
Add Interactive Edition of thinkcspy and Data Structures book
1 parent 35d7358 commit 1c2b569

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

img/PythonDScover.png

43.6 KB
Loading

img/runestone.png

76.3 KB
Loading

issues.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{ "books" : [
2+
{
3+
"title": "How to Think Like a Computer Scientist: Interactive Edition",
4+
"author": "Brad Miller, David Ranum, Jeffrey Elkner, et. al.",
5+
"authorUrl": "http://reputablejournal.com",
6+
"level": "Beginner",
7+
"info": "This interactive book teaches you Python the interactive way, right in the browser.",
8+
"url": "http://interactivepython.org/courselib/static/thinkcspy/index.html",
9+
"cover": "img/runestone.png"
10+
},
11+
{
12+
"title": "Problem Solving with Algorithms and Data Structures Using Python",
13+
"author": "Bradley Miller and David Ranum",
14+
"authorUrl": "http://reputablejournal.com/",
15+
"level": "Intermediate",
16+
"info": "This book is a CS2 data structures textbook, with a review of Python concepts in chapter 1",
17+
"url": "http://interactivepython.org/courselib/static/pythonds/index.html",
18+
"cover": "img/PythonDScover.png"
19+
},
220
{
321
"title": "Learn Python The Hard Way",
422
"author": "Zed A. Shaw",

0 commit comments

Comments
 (0)