Logo

Test-Driven Development with Python

Small book cover: Test-Driven Development with Python

Test-Driven Development with Python
by

Publisher: O'Reilly Media

Description:
Test-Driven Development with Python focuses on web development, with some coverage of JavaScript (inescapable for any web programmer). This book uses a concrete example -- the development of a website, from scratch -- to teach the TDD methodology, 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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Building Skills in PythonBuilding Skills in Python
by - Linuxtopia.org
This book is a complete presentation of the Python for professional programmers who need to learn the language. The author leads you from a tiny, easy to understand subset of statements to the entire Python language and all built-in data structures.
(24951 views)
Book cover: Start Here: Python Programming for BeginnersStart Here: Python Programming for Beginners
by - toonzcat.com
This book is meant to help you begin learning the basics of Python programming version 3 or later. It is a brief introduction to Python. The author attempts to be as brief as possible to get the new programmer into programming as fast as possible.
(21121 views)
Book cover: Python ProgrammingPython Programming
by - Wikibooks
This book describes Python, an open-source general-purpose interpreted programming language, available for all Platforms. Python is a high-level, structured programming language that can be used for a wide variety of programming tasks.
(14589 views)
Book cover: Learn to Program Using PythonLearn to Program Using Python
by - Addison-Wesley Professional
Book for hobbyists, self-starters, and all who want to learn the art of computer programming in Python. Data types and variables, debugging, and namespaces are covered. Also includes sample applications that illustrate ideas and techniques in action.
(25524 views)