Skip to content

Commit a3af33c

Browse files
author
Julien Bouquillon
committed
Merge pull request revolunet#41 from johnidm/master
Added two books
2 parents f49cba2 + e72bb4a commit a3af33c

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
21.6 KB
Loading
26.5 KB
Loading

issues.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
{ "books" : [
2+
3+
{
4+
"title": "Functional Programming in Python",
5+
"author": "David Mertz",
6+
"authorUrl": "http://www.oreilly.com/programming/free/functional-programming-python.csp",
7+
"level": "Intermediate",
8+
"info": "In this paper, David Mertz, a director of Python Software Foundation, examines the functional aspects of the language and points out which options work well and which ones you should generally decline.",
9+
"url": "http://www.oreilly.com/programming/free/files/functional-programming-python.pdf",
10+
"cover": "img/cover_functional_programming_in_python.gif"
11+
},
12+
13+
{
14+
"title": "Picking a Python Version: A Manifesto",
15+
"author": "David Mertz",
16+
"authorUrl": "http://www.oreilly.com/programming/free/from-future-import-python.csp",
17+
"level": "Beginner",
18+
"info": "This report guides you through the implicit decision tree of choosing what Python version, implementation, and distribution is best suited for you.",
19+
"url": "http://www.oreilly.com/programming/free/files/from-future-import-python.pdf",
20+
"cover": "img/cover_picking_python_version_manifesto.gif"
21+
},
222
{
323
"title": "Python para Desenvolvedores (2nd Edition)",
424
"author": "Luiz Eduardo Borges",

0 commit comments

Comments
 (0)