-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
Python’s third-party package ecosystem provides several popular and robust options for creating several types of web-based APIs and even full-blown applications. Outside of those options, there are standard cloud-resident mechanisms for providing the same API or service functionality. There are even options that mix the two basic approaches, for example, using a third-party package to implement an API or application, but deploying the result in a container living in the cloud. Choosing between these options can be a daunting task — they all have their advantages and drawbacks. The intent of this chapter is to provide enough information on each of the major players in that space to make informed decisions about the best path forward for a set of requirements.
To that end, this chapter will discuss the following: