Skip to main content
  • 14k Accesses

Abstract

If you are anything like me, you impatiently started reading this book at Chapter 3, became really confused about halfway through, and decided to start at the beginning and read it all properly this time. This chapter explains the bit that most manuals leave out: how to actually turn your problem into a working program. The first stage of the software development cycle is the creation of a program design. In this chapter, I’ll demonstrate how to break down your ideas into manageable chunks, understand each problem that you are trying to solve, build up a sequence of actions, keep track of what you’ve done, and above all, how to go about the constant refinement and simplification of your ideas that will lead to an effective solution that is easy to understand. I’ll be introducing you to pseudocode, the software design language, and showing you how to turn it into Python documentation strings to create a framework around which you can grow an effective and maintainable piece of software.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 59.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 79.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Tim Hall and J-P Stacey

About this chapter

Cite this chapter

(2009). Designing Software. In: Python 3 for Absolute Beginners. Apress. https://doi.org/10.1007/978-1-4302-1633-9_2

Download citation

Publish with us

Policies and ethics