Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31188

Re: Feedback on my python framework I'm building.

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <animelovin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'seemed': 0.07; 'python': 0.09; 'useless': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; ':-)': 0.13; 'hackers': 0.16; 'oct': 0.16; 'subject:Feedback': 0.16; "up'": 0.16; 'wrote:': 0.17; 'basically': 0.17; 'received:209.85.216.46': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'idea': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'developers': 0.26; 'setting': 0.26; 'separate': 0.27; 'rest': 0.28; 'fine': 0.28; 'forces': 0.29; 'us!': 0.29; 'framework': 0.30; 'fri,': 0.30; 'feedback': 0.30; 'club': 0.33; 'docs': 0.33; 'anyone': 0.33; 'front': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'anything': 0.36; 'charset:us-ascii': 0.36; 'skip:p 20': 0.36; 'does': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'green': 0.38; 'some': 0.38; 'talk': 0.38; 'url:en': 0.38; 'header:Received:5': 0.40; 'end': 0.40; 'think': 0.40; 'header:Message-Id:1': 0.62; 'received:96': 0.62; 'email addr:gmail.com': 0.63; 'gave': 0.65; 'useful.': 0.65; 'ago.': 0.66; 'special': 0.73; 'designers': 0.75; 'etienne': 0.84; '(pdt)': 0.91; 'url:tutorial': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=eiDIeCpLys5KjxVDSw9yrD9oz6fTeIWaqZfoqH/Vv64=; b=x9l9X7qL3Yvn0FHwlHMPDmad3BYd5k1Ij5oOug4WbNd1/Z3IcNl3YzRW5V3Sji02Ly rhSIejqG7zIP5iepctxMglVCpKNaz4Lalww47ES0Bq4q5hyzxX101vLa7EuJ1iuoECoy bmvyTs9dJzioD5T6OwZzrwufVgDd7s/WN4Dzp64lYjYge4SRFtOPozJadblz8RXLYUR7 HFaQGQKNKc8BSVrBvIn38P5MQFt5fcFAXxue0t12ueo/5korPWNvwXl+69+7ulDeddcZ 4yhya2uuxLCdXrp9Hz2y7JjpVu7GL6SbzDHoLJ0AEd0D61J5tGhRzMA77Mo/rJKggqj6 Oxqw==
Date Sat, 13 Oct 2012 04:18:39 -0400
From Etienne Robillard <animelovin@gmail.com>
To nbvfour@gmail.com
Subject Re: Feedback on my python framework I'm building.
In-Reply-To <634c9dca-e64d-40c6-b9d5-cf04a86a220a@googlegroups.com>
References <634c9dca-e64d-40c6-b9d5-cf04a86a220a@googlegroups.com>
X-Mailer Sylpheed 3.2.0 (GTK+ 2.24.10; i686-pc-linux-gnu)
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2108.1350116303.27098.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350116303 news.xs4all.nl 6919 [2001:888:2000:d::a6]:56018
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31188

Show key headers only | View raw


On Fri, 12 Oct 2012 21:49:55 -0700 (PDT)
nbvfour@gmail.com wrote:

> http://giotto.readthedocs.org/en/latest/tutorial.html
> 
> Can someone give me some feedback on what they think of this framework? I came up with the idea of this framework a few months ago. I gave a talk at a local python user group regarding these ideas, but no one seemed to think I was onto anything special or useful.
> 
> Basically its a framework that forces the developer(s) to strictly separate the model from the view and controller. You can 'hook up' multiple controllers to a project. The model layer can be completely mocked out so front end designers don't have to bother setting up Postgres/rabbitmq/whatever.
> 
> Does anyone have any throughts or feedback?


Docs are useless for developers with an quarter of imagination. :-)

-- 
Etienne Robillard
Green Tea Hackers Club
Fine Software Carpentry For The Rest Of Us!
http://gthc.org/
erob@gthcfoundation.org

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-12 21:49 -0700
  Re: Feedback on my python framework I'm building. Etienne Robillard <animelovin@gmail.com> - 2012-10-13 04:18 -0400
  Re: Feedback on my python framework I'm building. Chris Angelico <rosuav@gmail.com> - 2012-10-14 01:12 +1100
    Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 08:57 -0700
      Re: Feedback on my python framework I'm building. Etienne Robillard <animelovin@gmail.com> - 2012-10-13 12:10 -0400
      Re: Feedback on my python framework I'm building. Chris Angelico <rosuav@gmail.com> - 2012-10-14 03:48 +1100
        Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 11:18 -0700
          Re: Feedback on my python framework I'm building. Chris Angelico <rosuav@gmail.com> - 2012-10-14 05:33 +1100
            Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 15:24 -0700
              Re: Feedback on my python framework I'm building. Chris Angelico <rosuav@gmail.com> - 2012-10-14 10:06 +1100
              Re: Feedback on my python framework I'm building. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-14 02:25 +0000
                Re: one obvious parser (was "Feedback on my python framework I'm building.") Tim Chase <python.list@tim.thechases.com> - 2012-10-13 21:53 -0500
                Re: Feedback on my python framework I'm building. MRAB <python@mrabarnett.plus.com> - 2012-10-14 03:58 +0100
            Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 15:24 -0700
            Re: Feedback on my python framework I'm building. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-14 03:37 +0000
              Re: Feedback on my python framework I'm building. Chris Angelico <rosuav@gmail.com> - 2012-10-14 15:20 +1100
              Re: Feedback on my python framework I'm building. Roy Smith <roy@panix.com> - 2012-10-14 08:48 -0400
                Re: Feedback on my python framework I'm building. Dave Angel <d@davea.name> - 2012-10-14 18:38 -0400
                Re: Feedback on my python framework I'm building. MRAB <python@mrabarnett.plus.com> - 2012-10-15 00:40 +0100
                Re: Feedback on my python framework I'm building. Roel Schroeven <roel@roelschroeven.net> - 2012-10-15 19:29 +0200
        Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 11:18 -0700
      Re: Feedback on my python framework I'm building. Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-14 01:43 +0100
    Re: Feedback on my python framework I'm building. nbvfour@gmail.com - 2012-10-13 08:57 -0700
  Re: Feedback on my python framework I'm building. Etienne Robillard <animelovin@gmail.com> - 2012-10-13 10:44 -0400

csiph-web