eBooks-it.org Logo
eBooks-IT.org Inner Image

Massimo DiPierro eBooks

Download free Massimo DiPierro eBooks

Web2Py Manual

Web2Py Manual Image
WEB2PY is a free, open-source web framework for agile development of secure database-driven web applications. It is written in Python and programmable in Python. WEB2PY is a full-stack framework, meaning that it contains all the components you need to build fully functional web applications. WEB2PY is designed to guide a web developer to follow good software engineering practices, such as Model View Controller (MVC) pattern. WEB2PY separates the data representation (the model) from the data presentation (the view) and also from the application logic and workflow (the controller). WEB2PY provides libraries to help the developer desing, implement, and test each of these parts separately, and makes the work together. WEB2PY is built for security. This m...

Web2py Enterprise Web Framework

Web2py Enterprise Web Framework Image
2nd Edition
WEB2PY includes a Database Abstraction Layer (DAL) that writes SQL dynamically so that developer does not have to. The DAL knows how to generate SQL transparently for SQLite, MySQL, PostgreSQL, MSSQL, Firebird and Oracle. The DAL also generate function calls for Google BigTable when running on the Google App Engine (GAE). Once one or more database tables are defined, WEB2PY also generates a fully functional web based database administration interface to access the database and the tables. WEB2PY differs from other web frameworks because it is the only framework to fully embrace the Web 2.0 paradigm where the web is the computer. In fact, WEB2PY does no...


2007 - 2017 © eBooks-IT.org