- Modular Programming with Python
- Erik Westra
- 125字
- 2021-07-16 10:47:18
Chapter 2. Writing Your First Modular Program
In this chapter, we will use modular programming techniques to implement a non-trivial program. Along the way, we will:
- Learn about the divide and conquer approach to program design
- Examine the tasks our program needs to perform
- Look at the information our program will need to store
- Apply modular techniques to break our program down into individual parts
- Figure out how each part can be implemented as a separate Python module
- See how the various modules work together to implement our program's functionality
- Follow this process to implement a simple but complete inventory control system
- See how modular techniques allow you to add functionality to your program while minimizing the changes that need to be made
推薦閱讀
- Leap Motion Development Essentials
- 體驗設(shè)計原理:行為、情感和細(xì)節(jié)
- Easy Web Development with WaveMaker
- ArcGIS By Example
- HTML 5與CSS 3權(quán)威指南(第3版·上冊)
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- Scala for Machine Learning(Second Edition)
- Creating Data Stories with Tableau Public
- 單片機(jī)原理及應(yīng)用技術(shù)
- Julia High Performance(Second Edition)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Beginning PHP
- Koa與Node.js開發(fā)實戰(zhàn)
- Developing RESTful Web Services with Jersey 2.0
- C語言程序設(shè)計教程