Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'cache': 0.05; 'frameworks': 0.05; 'api': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'programmer': 0.11; 'subject:python': 0.11; 'do,': 0.15; 'sat,': 0.15; 'oct': 0.16; 'subject:Feedback': 0.16; "up'": 0.16; 'wrote:': 0.17; 'basically': 0.17; 'instance': 0.17; 'all,': 0.21; 'do.': 0.21; 'modifying': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'for?': 0.23; 'task': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'allows': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'setting': 0.26; 'guess': 0.27; 'separate': 0.27; 'chris': 0.28; 'decide': 0.28; 'trouble': 0.28; 'fighting': 0.29; 'forces': 0.29; 'usually': 0.30; 'framework': 0.30; 'sense': 0.31; '(and': 0.32; 'system,': 0.32; 'certain': 0.33; 'much.': 0.33; 'handle': 0.33; 'front': 0.33; 'likely': 0.33; "can't": 0.34; 'changed': 0.34; 'received:google.com': 0.34; 'awesome': 0.35; 'process,': 0.35; 'said,': 0.35; 'doing': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'really': 0.36; 'created': 0.36; 'but': 0.36; "didn't": 0.36; 'should': 0.36; 'too': 0.36; 'skip:p 20': 0.36; 'author': 0.37; 'october': 0.37; '(for': 0.37; 'throughout': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'received:209.85.214': 0.39; 'easily': 0.39; 'end': 0.40; 'think': 0.40; 'your': 0.60; 'easy': 0.60; 'from:no real name:2**0': 0.60; 'most': 0.61; 'you.': 0.61; 'is.': 0.62; 'times': 0.63; 'show': 0.63; 'designers': 0.75; 'goals': 0.78; 'discovered': 0.83; 'actually,': 0.84; 'flip': 0.84; 'immune': 0.84; 'received:209.85.214.184': 0.84; 'received:mail- ob0-f184.google.com': 0.84; 'controller': 0.91 Newsgroups: comp.lang.python Date: Sat, 13 Oct 2012 08:57:47 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.88.33.244; posting-account=s5n-HgoAAAADkPp3Xa9skJeRDkBou06u References: <634c9dca-e64d-40c6-b9d5-cf04a86a220a@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 173.88.33.244 MIME-Version: 1.0 Subject: Re: Feedback on my python framework I'm building. From: nbvfour@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350143875 news.xs4all.nl 6880 [2001:888:2000:d::a6]:43134 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31202 On Saturday, October 13, 2012 10:13:22 AM UTC-4, Chris Angelico wrote: > On Sat, Oct 13, 2012 at 3:49 PM, wrote: >=20 > > Basically its a framework that forces the developer(s) to strictly sepa= rate the model from the view and controller. You can 'hook up' multiple con= trollers to a project. The model layer can be completely mocked out so fron= t end designers don't have to bother setting up Postgres/rabbitmq/whatever. >=20 >=20 >=20 > I don't like frameworks that force too much. Actually, I guess that >=20 > means I don't like frameworks at all, I like toolsets. Let the >=20 > programmer decide what he wants to do. >=20 >=20 >=20 > That said, though, there are times when a good framework can do 90% of >=20 > your work for you. The trouble comes when you want to do something the >=20 > author didn't think of - you might well end up either fighting against >=20 > the system, or modifying the framework to suit your task (and that >=20 > works only if you created it yourself). Thin frameworks are usually >=20 > immune to this, but on the flip side, they're less likely to be doing >=20 > most of your work for you. >=20 >=20 >=20 > It's really easy to demo something and show how awesome it is. How >=20 > easily can it be turned to a task it was never built for? >=20 >=20 >=20 > ChrisA Do you have an example of a task that giotto can't handle that other framew= orks can? One of my goals is to have this framework "turing complete" in th= e sense that everything that other frameworks can do, giotto should be able= to do. I think my controller -> input_middleware -> model -> cache -> view= -> output_middleware pattern pretty much allows for anything. Throughout t= he development process, I've radically changed the API many times when it w= as discovered that a certain task would be very hard (for instance authenti= cation)