Главная
Study mode:
on
1
Intro
2
Writing a Python web framework in 2021
3
Then Vs Now
4
What about...
5
Let's go on a tour!
6
Tour: Project Template
7
Tour: ORM
8
Tour: Template engine
9
Tour: Settings
10
Tour: Routing
11
Tour: (De)Serialization
12
Tour: Request/Response
13
Tour: Command-Line
14
Tour: Middlewares WSGI middlewares
15
Tour: Special *SGI implementation to support websockets
16
Tour: Form Builder
17
Put everything in the blender
18
Missing Links
19
What is Cordy?
20
What would be the pros & cons?
21
Questions
Description:
Explore the evolution of Python web frameworks in this 44-minute EuroPython 2021 conference talk by Emmanuelle Delescolle. Delve into the changing landscape of web development, comparing traditional frameworks like Django, Flask, and Pyramid with modern requirements for APIs and websockets. Discover the array of tools and libraries available for creating a contemporary web framework, including standalone ORM's, schema serializers, and WSGI ecosystem components. Examine the potential for assembling a new framework using existing tools, and gain insights into project templates, routing, serialization, middleware, websocket support, and form building. Learn about Cordy, a modern web framework, and evaluate the pros and cons of developing a new framework in 2021.

Writing a Python Web Framework in 2021

EuroPython Conference
Add to list