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.

Pecan a lean Python web framework

49 pointsby poissonpieover 11 years ago

6 comments

codegeekover 11 years ago
I have been learning Flask for a while and any other python based light frameworks are of interest. This looks promising with its own set of conventions but one thing that immediately caught my eye is this:<p><pre><code> pecan create test_project </code></pre> Essentially, it creates a barebone project with a list of pre-defined folders&#x2F;files. For me, this is not very useful as I actually prefer to create my own. In fact, as you get to a decent sized project, you always end up customizing the structure of the app and hence a barebone structure even though sounds good actually becomes unusable. For a lightweight framework, I really don&#x27;t want any app structure conventions done for me. Let me do that.
评论 #7030828 未加载
评论 #7031393 未加载
nubelaover 11 years ago
What&#x27;s wrong with Flask, or the better question is. What does Pecan do better than Flask?
评论 #7031473 未加载
mattlutzeover 11 years ago
I&#x27;m having trouble understanding from the paragraph intro on the site, why I would need this in the growing market of python-in-my-browser tools. I&#x27;ve used the language mostly as scripts to process piles of data -- if I were to get into generating web content, why this over one of the &quot;inspirations&quot; or other packages?
dorfsmayover 11 years ago
Is it leaner than bottle or flask?<p>It diesn&#x27;t seem as clean on a first glance?
评论 #7030371 未加载
dudusover 11 years ago
can someone name that vim color-scheme?
评论 #7032237 未加载
pc86over 11 years ago
What use is a web framework that &quot;includes no out of the box support for things like sessions or databases?&quot;
评论 #7030370 未加载
评论 #7030301 未加载