Skip to content

Commit ed07bd8

Browse files
author
Julien Bouquillon
committed
Merge pull request revolunet#45 from johnidm/master
Add new book �HOW TO MAKE MISTAKES IN PYTHON
2 parents fe4c728 + bca6162 commit ed07bd8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
17.8 KB
Loading

issues.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{ "books" : [
22

3+
{
4+
"title": "How to Make Mistakes in Python",
5+
"author": "Mike Pirnat",
6+
"authorUrl": "http://mike.pirnat.com/",
7+
"level": "Intermediate",
8+
"info": "Even the best programmers make mistakes. In this O’Reilly report, Mike Pirnat dissects some of his most memorable blunders, peeling them back layer-by-layer to reveal just what went wrong.",
9+
"url": "http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf",
10+
"cover": "img/cover_how_to_make_mistakes_in_python.gif"
11+
},
12+
313
{
414
"title": "Functional Programming in Python",
515
"author": "David Mertz",

0 commit comments

Comments
 (0)