Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Python Application Development

You're reading from  Learning Python Application Development

Product type Book
Published in Sep 2016
Publisher Packt
ISBN-13 9781785889196
Pages 454 pages
Edition 1st Edition
Languages
Author (1):
Ninad Sathaye Ninad Sathaye
Profile icon Ninad Sathaye

Table of Contents (18) Chapters

Learning Python Application Development
Credits
Disclaimers
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Developing Simple Applications 2. Dealing with Exceptions 3. Modularize, Package, Deploy! 4. Documentation and Best Practices 5. Unit Testing and Refactoring 6. Design Patterns 7. Performance – Identifying Bottlenecks 8. Improving Performance – Part One 9. Improving Performance – Part Two, NumPy and Parallelization 10. Simple GUI Applications Index

This is how the chapter is organized


The chapter starts with a game scenario, where a bug slips through to production and stays hidden until a user discovers it. This scenario underlines the need for automated testing, and then leads into a discussion on unit testing framework in Python. You will be introduced to the unittest framework and the mock library in Python. The chapter will demonstrate the use of these libraries by writing a few unit tests for our project.

Moving ahead, it shows an example where it is difficult to write a unit test without refactoring the code first (see Refactoring preamble). This is where we take a detour, learn the basics of refactoring, refactor the code, and then develop the last unit test.

Important housekeeping notes

These notes will be useful in case you haven't read the earlier chapters. Otherwise, just move on to the next heading. Like every other chapter, this one has its own set of Python source files. The source code can be downloaded from the Packt Publishing...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}