Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Test-Driven Development with Python [Repost]

Posted By: Free butterfly
Test-Driven Development with Python [Repost]

Test-Driven Development with Python by Harry J.W. Percival
English | 29 Jun. 2014 | ISBN: 1449364829 | 467 Pages | PDF | 6 MB

By taking you through the development of a real web application from beginning to end, this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works.