- 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
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- C語言程序設計教程
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- ASP.NET動態網頁設計教程(第三版)
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 單片機應用技術
- 琢石成器:Windows環境下32位匯編語言程序設計
- 軟件體系結構
- Docker:容器與容器云(第2版)
- Java設計模式深入研究
- Blender 3D Cookbook
- Developer,Advocate!
- Android項目實戰:博學谷
- Learning Azure DocumentDB
- 區塊鏈原理、架構與應用(第2版)