|
85 | 85 | "author": "Swaroop C H", |
86 | 86 | "authorUrl": "http://www.swaroopch.org/", |
87 | 87 | "level": "Beginner", |
88 | | - "info": "This book serves as as a tutorial or guide to the Python language for a beginner audience.", |
| 88 | + "info": "This book aims to help you learn the wonderful Python language and show how to get things done quickly and painlessly - in effect 'The Perfect Anti-venom to your programming problems'.", |
89 | 89 | "url": "http://files.swaroopch.com/python/byteofpython_120.pdf", |
90 | 90 | "cover": "img/cover_swaroop.png" |
91 | 91 | }, |
|
94 | 94 | "author": "Dave Kuhlman", |
95 | 95 | "authorUrl": "http://www.rexx.com/~dkuhlman", |
96 | 96 | "level": "Beginner", |
97 | | - "info": "A quick introduction to Python, covering the basics for beginners.", |
| 97 | + "info": "This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in the important and commonly used features of the language, and practical excercises in the use of those features.", |
98 | 98 | "url": "http://cutter.rexx.com/~dkuhlman/python_101/python_101.html", |
99 | 99 | "cover": "img/cover_python101.png" |
100 | 100 | }, |
|
152 | 152 | "url": "http://greenteapress.com/thinkstats/html/index.html", |
153 | 153 | "cover": "img/cover_stats.jpg" |
154 | 154 | }, |
| 155 | + { |
| 156 | + "title": "Python Module of the week", |
| 157 | + "author": "Doug Hellman", |
| 158 | + "authorUrl": "http://www.doughellmann.com/", |
| 159 | + "level": "Intermediate", |
| 160 | + "info": "The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short and concrete examples. It covers more than 50 modules.", |
| 161 | + "url": "http://www.doughellmann.com/PyMOTW/contents.html", |
| 162 | + "cover": "img/cover_pymotw.png" |
| 163 | + }, |
155 | 164 | { |
156 | 165 | "title": "An introduction to Python", |
157 | 166 | "author": "John C. Lusth", |
|
0 commit comments