Technical requirements
The following are the technical requirements for this chapter:
- You need to have Python 3.7 or later installed on your computer.
- Python Flask library 2.x with its extensions installed on top of Python 3.7 or later.
Sample code for this chapter can be found at https://github.com/PacktPublishing/Python-for-Geeks/tree/master/Chapter10.
We will start our discussion with key requirements of developing web applications and a REST API.