Well, but there is no difference in the learning curve.
The code presented in this joke-framework is the exact code that you'd use with werkzeug. It is werkzeug after all.
It's also almost identical to what you'd use with web.py, bottle or one of the other "micro" (or rather: modular) frameworks.
The only difference would be that those provide you with the tools (all strictly optional) to plug in authentication, cookies, template rendering etc. when you need them. But as said, they are there when/if you need them. If you don't use them you can just as well pretend they don't exist.
The code presented in this joke-framework is the exact code that you'd use with werkzeug. It is werkzeug after all.
It's also almost identical to what you'd use with web.py, bottle or one of the other "micro" (or rather: modular) frameworks.
The only difference would be that those provide you with the tools (all strictly optional) to plug in authentication, cookies, template rendering etc. when you need them. But as said, they are there when/if you need them. If you don't use them you can just as well pretend they don't exist.