- 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
推薦閱讀
- Monkey Game Development:Beginner's Guide
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- TensorFlow Lite移動端深度學習
- 零基礎學Java(第4版)
- 機械工程師Python編程:入門、實戰與進階
- Linux Device Drivers Development
- C語言程序設計
- Java網絡編程核心技術詳解(視頻微課版)
- Python機器學習之金融風險管理
- 新印象:解構UI界面設計
- Python程序設計開發寶典
- ABAQUS6.14中文版有限元分析與實例詳解
- 程序員必會的40種算法
- C++17 By Example
- H5頁面設計與制作(全彩慕課版·第2版)