Skip to content

Commit a302bde

Browse files
committed
add PyMOTW
1 parent 4fe2a13 commit a302bde

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

img/cover_pymotw.png

78.5 KB
Loading

issues.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"author": "Swaroop C H",
8686
"authorUrl": "http://www.swaroopch.org/",
8787
"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'.",
8989
"url": "http://files.swaroopch.com/python/byteofpython_120.pdf",
9090
"cover": "img/cover_swaroop.png"
9191
},
@@ -94,7 +94,7 @@
9494
"author": "Dave Kuhlman",
9595
"authorUrl": "http://www.rexx.com/~dkuhlman",
9696
"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.",
9898
"url": "http://cutter.rexx.com/~dkuhlman/python_101/python_101.html",
9999
"cover": "img/cover_python101.png"
100100
},
@@ -152,6 +152,15 @@
152152
"url": "http://greenteapress.com/thinkstats/html/index.html",
153153
"cover": "img/cover_stats.jpg"
154154
},
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+
},
155164
{
156165
"title": "An introduction to Python",
157166
"author": "John C. Lusth",

0 commit comments

Comments
 (0)