Pyramid is a minimalistic, platform-independent web framework. It is persistence agnostic and is integrated both with SQL databases via SQLAlchemy and with the Zope Object Database, as well as other NoSQLdatabases, such as CouchDB.[3]
Pyramid allows developers to define routes using regular expressions that map to objects. Like its fellow framework Zope, Pyramid also allows hierarchical object traversal, where each part of a URL is an object containing other objects, in a way that is similar to folders in a filesystem.[8]
Pylons Web Framework[edit]
Developer(s) | Ben Bangert, James Gardner |
---|---|
Initial release | September 2005[9] |
Stable release |
1.0.2[10] / July 21, 2015
|
Written in | Python |
Operating system | Cross-platform |
Type | Web application framework |
License | BSD license |
Website | pylonsproject |
Pylons Framework is an open-source Web application framework written in Python. It makes extensive use of the Web Server Gateway Interface standard to promote reusability and to separate functionality into distinct modules.[11] It is strongly influenced by Ruby on Rails: two of its main components, Routes and WebHelpers, are Python reimplementations of Rails features.
No comments:
Post a Comment