8. Software Development
Overview
By the end of this chapter, you will be able to, troubleshoot issues in Python applications; explain why testing in software development is important; write test scenarios in Python to validate code; create a Python package that can be published to PyPI; write and publish documentation on the web and create a Git repository and manage your source code versions.
Introduction
Software development goes beyond writing code. In previous Chapter 7, Becoming Pythonic you were introduced to the idea of being Pythonic. When you write software as professionals, we expect the code to be up to a certain standard and to be able to manage and distribute that code in a way that can be easily consumed by other developers. ...
Get The Python Workshop now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.