• Complain

Siddharta Govindaraj - Test- Driven Python Development

Here you can read online Siddharta Govindaraj - Test- Driven Python Development full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Siddharta Govindaraj Test- Driven Python Development
  • Book:
    Test- Driven Python Development
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2015
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Test- Driven Python Development: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Test- Driven Python Development" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Develop high-quality and maintainable Python applications using the principles of test-driven development

About This Book
  • Write robust and easily maintainable code using the principles of test driven development
  • Get solutions to real-world problems faced by Python developers
  • Go from a unit testing beginner to a master through a series of step-by-step tutorials that are easy to follow
Who This Book Is For

This book is intended for Python developers who want to use the principles of test-driven development (TDD) to create efficient and robust applications. In order to get the best out of this book, you should have development experience with Python.

What You Will Learn
  • Implement the test-driven development process in Python applications
  • Fully leverage Pythons powerful built-in unittest and doctest modules
  • Effectively add features to existing code bases that do not have any tests
  • Safely resolve problems with the code and design, without breaking any functionality
  • Utilize Pythons powerful mock and patch functionality to test complex interactions
  • Integrate unit testing into the overall software delivery process
  • Use doctest to test code with examples
  • Enhance TDD with the nose2 test runner
In Detail

This book starts with a look at the test-driven development process, and how it is different from the traditional way of writing code. All the concepts are presented in the context of a real application that is developed in a step-by-step manner over the course of the book. While exploring the common types of smelly code, we will go back into our example project and clean up the smells that we find.

Additionally, we will use mocking to implement the parts of our example project that depend on other systems. Towards the end of the book, well take a look at the most common patterns and anti-patterns associated with test-driven development, including integration of test results into the development process.

Siddharta Govindaraj: author's other books


Who wrote Test- Driven Python Development? Find out the surname, the name of the author of the book and a list of all author's works by series.

Test- Driven Python Development — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Test- Driven Python Development" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Test-Driven Python Development

Test-Driven Python Development

Copyright 2015 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: April 2015

Production reference: 1210415

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78398-792-4

www.packtpub.com

Cover image by Jayanand Govindaraj (<>)

Credits

Author

Siddharta Govindaraj

Reviewers

Sharad Bagri

Kevin Davenport

Vivek Vidyasagaran

Devesh Chanchlani

Dorai Thodla

Kiran Gangadharan

Cees de Groot

David Simick

Fernando Ramos

Christopher Humphries

Commissioning Editor

Julian Ursell

Acquisition Editor

Nikhil Karkal

Content Development Editor

Sumeet Sawant

Technical Editor

Ruchi Desai

Copy Editors

Vikrant Phadke

Sameen Siddiqui

Alpha Singh

Project Coordinator

Danuta Jones

Proofreaders

Simran Bhogal

Stephen Copestake

Safis Editing

Paul Hindle

Indexer

Mariammal Chettiyar

Graphics

Jason Monteiro

Production Coordinator

Arvindkumar Gupta

Cover Work

Arvindkumar Gupta

About the Author

Siddharta Govindaraj first encountered Python in 2002, and it has remained his favorite programming language ever since. He was an early participant in BangPypers, India's first Python community, and a speaker at InPycon. He is the founder of Silver Stripe Software, an Indian product start-up that develops products based on Python. A vocal proponent of the language, Siddharta extols the virtues of Python to anyone who will listenand also to those who won't. His blog is at http://www.siddharta.me.

Acknowledgments

Abhaya Shenoy, my colleague at Innvo Systems, introduced me to Python back in 2002. I spent a month working with Python, and then I was hooked to it for life. I was also introduced to test-driven development in 2002. Thanks to Moses Hohman, who worked for ThoughtWorks at that time.

I would like to thank all the reviewers for their participation: Sharad Bagri, Kevin Davenport, Vivek Vidyasagaran, Devesh Chanchlani, Dorai Thodla, Kiran Gangadharan, Cees de Groot, David Simick, Fernando Ramos, and Christopher Humphries.

Devesh Chanchlani and Dorai Thodla spent a number of hours reviewing the book with me and offering valuable suggestions. Sharad Bagri, Kevin Davenport, and Vivek Vidyasagaran also provided a ton of feedback that helped the book become what it is.

Mohammad Fahad and Ruchi Desai from Packt Publishing did a great job coordinating with a number of people and getting this book in shape.

A special shout-out to the Python community! One of the reasons I love Python is not only the language but also the awesome community around it.

Finally, I would like to thank my family. This book could not have been completed without their constant encouragement, motivation, and support.

About the Reviewers

Sharad Bagri is a passionate software developer, adventurer, and an inquisitive learner. His first date with Python happened during the New Year break of 2013, and he fell in love with it. Ever since then, he can be seen cajoling his fellow programmers to try Python. He is a seasoned programmer and has worked with various languages and technologies.

Sharad secured his MS degree in computer engineering from Virginia Tech, USA. His research focused on verification of electronic circuits, which resulted in several papers published in peer-reviewed international conferences. Before going to Virginia Tech, he worked at Qualcomm and ABB in the embedded software and hardware development departments. He completed his bachelor's degree in electronics and communication engineering (ECE) from National Institute of Technology (NIT), Nagpur, India, where he was involved in diverse projects related to robotics, programming, and embedded systems development. His interests also include reading, running, cycling, and filmmaking.

Kevin Davenport is a senior technical program manager at Amazon.com, working on scalable solutions for offer recommendations and comparisons. He has 10 years of experience in statistical and machine learning implementations, systems engineering, and product management. Other than work, Kevin enjoys sharing his ideas on his blog (http://kldavenport.com/) and volunteering for Washington's Evergreen Mountain Bike Alliance.

I would like to thank the author of this book for articulating a compelling case for test-driven development and the use of Python. Many thanks to Packt Publishing for the opportunity to contribute to this publication and for their contributions to the open source world.

Vivek Vidyasagaran is pursuing his master's degree at Carnegie Mellon University's Entertainment Technology Centre, where he works on developing the next generation of digital entertainment. He completed his bachelor's degree in computer science and engineering from VIT University, Vellore, India. Currently, he works on game design and development. Python has been an important tool in his development toolbox and he has been using it to create games and apps since 2010. Vivek is also very interested in the core technologies behind modern entertainment, such as computer graphics, GPU computing, and game engines.

www.PacktPub.com
Support files, eBooks, discount offers, and more

For support files and downloads related to your book, please visit www.PacktPub.com.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Test- Driven Python Development»

Look at similar books to Test- Driven Python Development. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Test- Driven Python Development»

Discussion, reviews of the book Test- Driven Python Development and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.