|
1 | 1 | { "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 | + }, |
2 | 20 | { |
3 | 21 | "title": "Learn Python The Hard Way", |
4 | 22 | "author": "Zed A. Shaw", |
|
27 | 45 | "cover": "img/cover_divepython3.jpg" |
28 | 46 | }, |
29 | 47 | { |
30 | | - "title": "How to Think Like a Computer Scientist", |
| 48 | + "title": "Think Python", |
31 | 49 | "author": "Allen B. Downey", |
32 | 50 | "authorUrl": "http://www.greenteapress.com/", |
33 | 51 | "level": "Beginner", |
|
0 commit comments