Which of the following framework is used for building REST APIs in Python?
a) Plumber
b) Webapify
c) Flask
D) Apify
Answers
Answered by
1
Answer:
flask
Explanation:
Answered by
0
‘Flask’ is the framework used for building REST APIs in Python.
Option: C
Explanation:
- Flask is defined as a micro - framework for Python programmers. It can be setup easily and simple to use.
- It is a light weight abstraction with various libraries.
- In the Flask_Restful, the primary building block is a resource. This resource can have several resources like GET, POST, PUT, DELETE, and so on.
- The Flask – Restful extension delivers additional support for building REST APIs. It also encourages best practices with minimum setup.
To know more about Python frameworks,
1)Django framework additional from python
https://brainly.in/question/14789731
2)What is the name of microweb python framework?
https://brainly.in/question/665015
Similar questions