Python web micro-framework battle
slideshare.net
Python web micro-framework battle
1–10 of 59 posts
Re: Python web micro-framework battle
#2Interesting if somewhat very biased.
Re: Python web micro-framework battle
#3Re: Python web micro-framework battle
#4That said, really the only valid point here against Flask is Python 3 support. Other than that Bottle and Flask are pretty much on par with each other.
Re: Python web micro-framework battle
#5tl;dr: Bottle wins.
Re: Python web micro-framework battle
#6Re: Python web micro-framework battle
#7Re: Python web micro-framework battle
#8Line count is a silly way to score when all are around the same anyway (fewer than 100 lines). And the framework line count is another metric that shouldn't matter. That said, really the only valid point here against Flask is Python 3 support. Other than that Bottle and Flask are pretty much on par with each other.
Re: Python web micro-framework battle
#9Line count is a silly way to score when all are around the same anyway (fewer than 100 lines). And the framework line count is another metric that shouldn't matter. That said, really the only valid point here against Flask is Python 3 support. Other than that Bottle and Flask are pretty much on par with each other.
Flask has the advantages of fast templates, strong WSGI features, serious unit testability at the app and library level, complete documentation...