Skip to content

Commit d0b449a

Browse files
author
Julien Bouquillon
committed
Update issues.json
fix authors
1 parent 91880bb commit d0b449a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

issues.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{ "books" : [
22
{
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"
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"
1919
},
2020
{
2121
"title": "Learn Python The Hard Way",

0 commit comments

Comments
 (0)