TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Denied: Python Micro-Framework (Sinatra-like)

62 pointsby thisduckabout 15 years ago

8 comments

Gonsaluabout 15 years ago
I think this is supposed to be a April's fools joke.<p>- github user created in April's 1st (<a href="http://github.com/denied" rel="nofollow">http://github.com/denied</a>)<p>- contact is an email link to Armin Ronacher (<a href="http://github.com/mitsuhiko" rel="nofollow">http://github.com/mitsuhiko</a>), who actually published the denied code in github<p>- code basically just uses jinja2 and werkzeug, which are a template language and a web framework, respectively, which Armin works on<p>So... yeah.
评论 #1237926 未加载
评论 #1238334 未加载
评论 #1237864 未加载
theli0nheartabout 15 years ago
This looks really similar to Bottle. <a href="http://github.com/defnull/bottle" rel="nofollow">http://github.com/defnull/bottle</a><p>I haven't looked at the source, and the documentation is nonexistent, but the example app and the routing look really close. See <a href="http://bottle.paws.de/" rel="nofollow">http://bottle.paws.de/</a> also.<p>Edit: Made comment a little less harsh :)
评论 #1237678 未加载
评论 #1237658 未加载
telemachosabout 15 years ago
If anyone liked the idea, but not as a joke, there is itty:<p><a href="http://github.com/toastdriven/itty/" rel="nofollow">http://github.com/toastdriven/itty/</a><p>It's a self-described "little-experiment" based on Sinatra.
brandonabout 15 years ago
To be frank, I'm not going to TOUCH a library that contains 400k of base64-encoded zip data.<p>If it wasn't actually an April fools joke, bad form.
iceyabout 15 years ago
The source is good for a laugh:<p><a href="http://github.com/denied/denied/blob/master/deny.py" rel="nofollow">http://github.com/denied/denied/blob/master/deny.py</a>
评论 #1237613 未加载
评论 #1237569 未加载
krainboltgreeneabout 15 years ago
Not as pretty as Sinatra's example page, but I like the home page for the project! Great name too.
oinopionabout 15 years ago
It would be good joke, only... Python has so many ugly web-frameworks, that this doesn't make any difference.
bartlabout 15 years ago
<p><pre><code> if __name__ == '__main__': run() </code></pre> Am I the only one who thinks that this is just plain horrible? It's incomprehensible voodoo.
评论 #1237624 未加载
评论 #1237792 未加载