What are Micro Frameworks?
• Minimalist approach that helps to python websites
• Examples – Bottle.py, Flask, Cherry Python, many others
• Maps URL routes to Python function calls:
–Request Routing (URL definition)
–Request Parsing & Validation
–Returning Content (files, errors, cookies, etc)
• Can be extended with plug-ins…
–HTML Templates, Validation, Databases, Sessions