Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news1.tnib.de!feed.news.tnib.de!news.tnib.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'javascript,': 0.07; 'already.': 0.09; 'gurus,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sqlite': 0.09; 'though...': 0.09; 'looked': 0.10; 'volunteer': 0.11; "hasn't": 0.15; 'crud': 0.16; 'fluent': 0.16; 'postgres,': 0.16; 'reasonably': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'examples': 0.18; 'fairly': 0.21; 'stick': 0.22; 'runs': 0.22; 'mention': 0.23; 'nearly': 0.23; "i've": 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'looks': 0.26; 'am,': 0.27; 'css': 0.27; 'header:X -Complaints-To:1': 0.28; 'noticed': 0.28; 'run': 0.28; 'usable': 0.29; 'to:addr:python-list': 0.33; 'another': 0.33; 'built-in': 0.35; 'too.': 0.35; 'subject:?': 0.35; 'something': 0.35; 'received:org': 0.36; 'but': 0.36; 'too': 0.36; 'enough': 0.36; 'does': 0.37; 'being': 0.37; 'far': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'easy': 0.60; 'close': 0.63; 'mentioned': 0.63; 'necessarily': 0.63; 'different': 0.63; 'perfect': 0.63; 'more': 0.63; 'talking': 0.66; 'phone': 0.68; 'attractive': 0.78; 'directors': 0.81; 'about,': 0.84; 'alec': 0.84; 'dal': 0.84; 'demos': 0.84; 'subject:over': 0.84; 'top.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Monte Milanuk Subject: Re: PyQT app accessible over network? Date: Fri, 22 Feb 2013 13:49:32 -0800 References: <20130222164513.9377097f0cf2add2a6d16204@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 66.172.107.27 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 In-Reply-To: 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: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361569791 news.xs4all.nl 6869 [2001:888:2000:d::a6]:52485 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39617 On 02/22/2013 08:57 AM, Alec Taylor wrote: > Monte: I noticed you mentioned web2py; that would be my recommendation. > > You also mention different features being available to different > users; perfect use-case for web2py's built-in RBAC. > > Scalability: Go with Postgres, MySQL; or considering how much data > you're talking about, even SQLite would be a close enough fit! > > Another advantage of sticking to the web that hasn't been mentioned so > far is agnostic interoperability. > > E.g.: you can CRUD on your TV (e.g.: if it runs Android); or on your > phone (e.g.: if you use twitter-bootstrap; which web2py comes with out > of the box; but is usable in any framework) > Web2py does seem pretty attractive in that it seems to come with a lot of functionality rolled in already. It seems to be pretty easy to deploy... since this would be more of a case where the volunteer match directors are not necessarily computer gurus, and something that can literally run from a USB stick on nearly any computer has its benefits. I've seen some examples (I think) of twitter-bootstrap in some other demos of flask, and it looked reasonably attractive without being too over the top. web2py's DAL seems fairly straight-forward too. Looks like I may have to get more fluent in CSS & javascript, though...