Skip to content

Commit 29a3efb

Browse files
committed
add Test-Driven Development with Python for revolunet#4
1 parent 5769cf0 commit 29a3efb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

img/testdriven.jpg

43.8 KB
Loading

issues.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,15 @@
367367
"info":"Case studies in Python - using the libraries nodebox and pattern the author creates wonderful fractals and infographics; python code snippets included",
368368
"url":"http://bit.ly/modeling-creativity",
369369
"cover":"img/modelingcreativity.png"
370+
},
371+
{
372+
"title":"Test-Driven Development with Python",
373+
"author":"Harry Percival",
374+
"authorUrl":"http://www.oreillynet.com/pub/au/5721",
375+
"level":"Intermediate",
376+
"info":"This book uses a concrete example—the development of a website, from scratch—to teach the TDD metholology, and how it applies to web programming, from the basics of database integration and javascript, going via browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async programming.",
377+
"url":"http://chimera.labs.oreilly.com/books/1234000000754",
378+
"cover": "img/testdriven.jpg"
370379
}
371380

372381
]}

0 commit comments

Comments
 (0)