- 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
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- 趣學Python算法100例
- Cassandra Design Patterns(Second Edition)
- Rust Cookbook
- PHP+MySQL網站開發項目式教程
- UML 基礎與 Rose 建模案例(第3版)
- HTML5從入門到精通(第4版)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Java程序設計與項目案例教程
- 小程序從0到1:微信全棧工程師一本通
- Java多線程并發體系實戰(微課視頻版)
- Scratch編程從入門到精通
- 高性能MVVM框架的設計與實現:San
- 少年小魚的魔法之旅:神奇的Python
- 谷歌JAX深度學習從零開始學