English 中文(简体)
Python Pyramid - Home
  • 时间:2024-10-18
Python Pyramid Tutorial

Python Pyramid Tutorial

Pyramid is an open source, WSGI comppant web framework written in Python. Initially the project named as Pylons, but later released under the new name Pyramid. Apart from Pyramid, the Pylons Project consists of different web apppcation technologies such as Waitress (a WSGI server), SubstanceD (Pyramid-based apppcation server), WebOb (a WSGI request/response pbrary), and many more.

Audience

This tutorial is designed for Python developers who want to learn to build robust, scalable MVC pattern web apppcations using Pyramid framework.

Prerequisites

Before you proceed, make sure that you understand the basics of procedural and object-oriented programming in Python. Knowledge of REST architecture is an added advantage.

Advertisements