Average Rating: 4.5/5.0Number of Ratings: 12Number of Reviews: 1
My Review of web2py |
||
You have not rated or reviewed this project.Click below to rate/review. | My Rating: | |
New Review |
Having worked with jsp, php, turbogears and django, when you meet web2py, you wouldn't want to look back...
Web2Py makes web development easier and more efficient, it allows focus on the business logic and not on trivial or esoteric technical issues.
Main awesome features (at least for me):
* Very simple installation, almost no configuration required (standalone and mod_wsgi)
* Database Abstraction Layer allows powerful queries without even a single SQL line, and no complex model classes are required (goodbye ORMs...)
* Intuitive and very low learning curve, ideal to teaching in the classroom at beginner levels
* All-inclusive solid structure, including ajax, menu, forms, caching, gae, etc. It's clean and secure design prevents most common web development problems.
* Truly pythonic: dynamic, simple and explicit models, views and controllers, with a python-enabled templating language and HTML helpers.
* No command line hassle, even includes a online IDE and management tool, with web code and html editor, error ticketing system, file uploading, etc.
Having worked with jsp, php, turbogears and django, when you meet web2py, you wouldn't want to look back...
Web2Py makes web development easier and more efficient, it allows focus on the business logic and not on trivial or esoteric technical issues.
Main awesome features (at least for me):
* Very simple installation, almost no configuration required (standalone and mod_wsgi)
* Database Abstraction Layer allows powerful queries without even a single SQL line, and no complex model classes are required (goodbye ORMs...)
* Intuitive and very low learning curve, ideal to teaching in the classroom at beginner levels
* All-inclusive solid structure, including ajax, menu, forms, caching, gae, etc. It's clean and secure design prevents most common web development problems.
* Truly pythonic: dynamic, simple and explicit models, views and controllers, with a python-enabled templating language and HTML helpers.
* No command line hassle, even includes a online IDE and management tool, with web code and html editor, error ticketing system, file uploading, etc.