Study in repetitive Python web programming
Overview
There comes a time in the development of any project where a survey of work done needs to be taken to ensure that time and thought are being used effectively in the lifetime of any project. The purpose of this study is meant to spot inefficiencies in our Python web programming techniques and procedures. The examined projects will span our main development project using the garter framework as well as other projects using more conventional frameworks such as django. Open source projects will be inspected as well. Comparisons will be made between the approaches in the different projects for both inspiration to new techniques and to spot common pains to which there are no easy solutions currently.
- Part 1 Modern Structure of Web Applications
- Part 2 Parameterization of Requests
- Part 3 Sites, Endpoints and Handlers
- Part 4 Data Parameters for Actions
Notes
Standard template includes for doctype information should be available.
Interface compatible layout changes could be represented as different templates.