How to build your own webframework from scracth¶

Contents:

  • About this course
  • The Web and Python
    • WSGI
  • Hello WSGI
    • Running a WSGI application
  • Middlewares
    • A Simple WSGI Middleware
  • Routing
    • Using PATH_INFO
    • Working with URL parameters
  • From Raw WSGI to a framework
  • Exploiting Python’s data model
    • A Dictionary like Session storage
    • Requests read only attributes
    • Ouick access to properties
    • Abitility to extened
  • Metaclasses
  • Functional Python
  • Summary

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Python web framework from scracth

Navigation

Contents:

  • About this course
  • The Web and Python
  • Hello WSGI
  • Middlewares
  • Routing
  • From Raw WSGI to a framework
  • Exploiting Python’s data model
  • Metaclasses
  • Functional Python
  • Summary

Related Topics

  • Documentation overview
    • Next: About this course

Quick search