Computer Science, asked by peloddynshuti, 4 months ago

give the types of python frameworks

Answers

Answered by diyalis
0

Explanation:

Types of Python Framework

Full-Stack Framework. A full-stack framework, also known as enterprise framework, is the one-stop solution for all development needs. ...

Microframework. ...

Asynchronous Framework. ...

Pyramid. ...

TurboGears. ...

Web2py. ...

CherryPy. ...

Flask.

Answered by ALPHAPANDEY
1

Answer:

Full-Stack Framework

A full-stack framework, also known as enterprise framework, is the one-stop solution for all development needs. These have built-in libraries configured to work seamlessly together. They support the development of databases, frontend interfaces, and backend services.

2. Microframework

Microframeworks are lightweight, minimalistic web application frameworks that have limited functionalities and features. Usually, microframeworks offer only those components that are required for building an application. They lack many additional functionalities and features like database abstraction layer, form validation, web template engine, authentication functionality, authorization, input validation, and input sanitation.

3. Asynchronous Framework

The asynchronous framework is the latest to join the Python framework bandwagon. It is a unique microframework that lets Developers handle and manage large sets of concurrent connections. These frameworks feed on Python’s Asyncio library.

BY A JAVA PROGRAMMER....

Similar questions