Pylons: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[http://pylonshq.com/
Pylons is the framework for [[MapFish]]
Pylons] is a lightweight web framework emphasizing flexibility and rapid development.
 
"[http://pylonshq.com/ Pylons] is a lightweight web framework emphasizing flexibility and rapid development."


Pylons has evolved to become Pyramid and lives at the [http://docs.pylonsproject.org/index.html Pylons Project] site
Pylons has evolved to become Pyramid and lives at the [http://docs.pylonsproject.org/index.html Pylons Project] site


Pylons uses  
Pylons uses  
[http://www.sqlalchemy.org/ SQLAlchemy] Python SQL Toolkit and Object Relational Mapper
[[SQLAlchemy]] Python SQL Toolkit and Object Relational Mapper
and  
and  
[http://www.makotemplates.org/ Mako templates]
[http://www.makotemplates.org/ Mako templates]


SQLAlchemy book: http://oreilly.com/catalog/9780596516147/


SQLAlchemy book: http://oreilly.com/catalog/9780596516147/
[[Category:SQL]]
[[Category:Web]]

Latest revision as of 22:24, 12 September 2013

Pylons is the framework for MapFish

"Pylons is a lightweight web framework emphasizing flexibility and rapid development."

Pylons has evolved to become Pyramid and lives at the Pylons Project site

Pylons uses SQLAlchemy Python SQL Toolkit and Object Relational Mapper and Mako templates

SQLAlchemy book: http://oreilly.com/catalog/9780596516147/