|
1 | 1 | { "books" : [ |
2 | 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" |
| 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 | 19 | }, |
20 | 20 | { |
21 | 21 | "title": "Learn Python The Hard Way", |
|
0 commit comments