logo
分类于: 设计 人工智能

简介

Hands-On Software Engineering with Python

Hands-On Software Engineering with Python 0.0分

资源最后更新于 2020-11-15 04:29:27

作者:Brian Allbee

出版社:Packt

出版日期:2018-01

ISBN:9781788622011

文件格式: pdf

标签: Python

简介· · · · · ·

Learn

Understand what happens over the course of a system's life (SDLC)

Establish what to expect from the pre-development life cycle steps

Find out how the development-specific phases of the SDLC affect development

Uncover what a real-world development process might be like, in an Agile way

Find out how to do more than just write the code

Identify the existence of project-indep...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1 Programming versus Software Engineering
2 The Software Development Life Cycle
3 System Modeling
4 Methodologies, Paradigms, and Practices
5 The hms_sys System Project
6 Development Tools and Best Practices
7 Setting Up Projects and Processes
8 Creating Business Objects
9 Testing Business Objects
10 Thinking About Business Object Data Persistence
11 Data Persistence and BaseDataObject
12 Persisting Object Data to Files
13 Persisting Data to a Database
14 Testing Data Persistence
15 Anatomy of a Service
16 The Artisan Gateway Service
17 Handling Service Transactions
18 Testing and Deploying Services
19 Multiprocessing and HPC in Python