Skip to content

Commit 8d39514

Browse files
author
Philippe BARBOSA
committed
fix conflict
2 parents 843c663 + 9dccbff commit 8d39514

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

img/PythonDScover.png

43.6 KB
Loading

img/runestone.png

76.3 KB
Loading

issues.json

Lines changed: 19 additions & 1 deletion
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...",
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",
@@ -27,7 +45,7 @@
2745
"cover": "img/cover_divepython3.jpg"
2846
},
2947
{
30-
"title": "How to Think Like a Computer Scientist",
48+
"title": "Think Python",
3149
"author": "Allen B. Downey",
3250
"authorUrl": "http://www.greenteapress.com/",
3351
"level": "Beginner",

0 commit comments

Comments
 (0)