Quantcast
Channel: python Feed
Viewing all articles
Browse latest Browse all 6

What are Micro Frameworks for Python Web Development?

$
0
0

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


Viewing all articles
Browse latest Browse all 6

Trending Articles