web2py

web2py Enterprise Web Framework
Original authorMassimo Di Pierro
Initial releaseSeptember 27, 2007 (2007-09-27)
Stable release
3.1.1  / 19 December 2025 (19 December 2025)
Written inPython
PlatformCross-platform
TypeWeb application framework
LicenseGNU Lesser General Public License version 3 (LGPLv3)
Websitewww.web2py.com
RepositoryWeb2py Repository

Web2py is an open-source web application framework written in the Python programming language. Web2py allows web developers to program dynamic web content using Python. Web2py is designed to help reduce tedious web development tasks, such as developing web forms from scratch, although a web developer may build a form from scratch if required.

Web2py was originally designed as a teaching tool with emphasis on ease of use and deployment. Therefore, it does not have any project-level configuration files. The design of web2py was inspired by the Ruby on Rails and Django frameworks. Like these frameworks, web2py focuses on rapid development, favors convention over configuration approach and follows a model–view–controller (MVC) architectural pattern.