LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2012 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2012-linuxquestions-org-members-choice-awards-104/)
-   -   Open Source Web Framework of the Year (https://www.linuxquestions.org/questions/2012-linuxquestions-org-members-choice-awards-104/open-source-web-framework-of-the-year-4175441874/)

jeremy 12-17-2012 07:17 PM

Open Source Web Framework of the Year
 
A newer category that has been quite close since its inception.

--jeremy

tadeas 12-18-2012 02:36 AM

CherryPy

sycamorex 12-18-2012 03:08 AM

Django but I also like CherryPy or web2py

JKopmanis 12-18-2012 09:36 AM

Twitter Bootstrap
 
Would Twitter Bootstrap be under consideration in this category? Its a great toolkit, but I'm thinking its a bit of a stretch to call it a "framework".

robregonm 12-21-2012 02:11 PM

My vote is for Yii

audriusk 12-21-2012 02:33 PM

I've been using Flask this year and I'm loving it. Small, yet powerful, has clean API and is easily extendable by a numerous list of extensions. It also is very agnostic about the choices I make and allows me to use best of breed tools, e.g. SQLAlchemy for relational databases. I really hope that Flask will get a wider recognition, it deserves this.

sunnydrake 12-29-2012 10:31 AM

Clashed with some JS Frameworks Mojo,jquery and etc for fx effects,UI this year..
It was horrible :( performance spikes, required a deep code knowledge/bughunt of used framework and it's work on different sw platforms.
Voted for none,got headaches even from old jquery.

dugan 01-02-2013 01:57 PM

Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.

sycamorex 01-02-2013 05:30 PM

Quote:

Originally Posted by dugan (Post 4861510)
Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.

Well said.

audriusk 01-03-2013 02:32 PM

Quote:

Originally Posted by dugan (Post 4861510)
Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.

Disclaimer: I haven't used Django and only talk about it form what I've read and code examples I've seen. So if I'm wrong, feel free to correct me. Thanks.

There's a reason why frameworks like Flask are advertising themselves as small. You get a well written core and ability to build upon it whatever you want or need. The whole system in this case is loosely coupled, and that's a very big advantage in my view. Yes, Django does more out of the box, but its components are tightly coupled and once you try to switch some of them to anything else (let's say, Django ORM to SQLAlchemy), suddenly you start losing functionality in many places.

dugan 01-03-2013 02:40 PM

Quote:

Originally Posted by audriusk (Post 4862327)
So if I'm wrong, feel free to correct me. Thanks.

You are not wrong and 100% of what you've written is correct.

uniquerockrz 01-13-2013 09:31 AM

I have been using QCubed for sometime now. Its based on Qcodo users who were tired with non development of Qcodo. Give it a try

etech3 01-31-2013 06:56 PM

My vote is for Ruby on rails, though I am still learning it.

nehaljwani 02-01-2013 02:49 AM

Have a look at brython: http://code.google.com/p/brython/


All times are GMT -5. The time now is 12:43 PM.