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


Groups > comp.lang.python > #39617

Re: PyQT app accessible over network?

From Monte Milanuk <memilanuk@gmail.com>
Subject Re: PyQT app accessible over network?
Date 2013-02-22 13:49 -0800
References <mailman.2180.1361463791.2939.python-list@python.org> <20130222164513.9377097f0cf2add2a6d16204@gmx.net> <kg87jq$kfd$1@ger.gmane.org> <CAO+9iGdCtzkkp=p5aA96qA9wqz+QDHc8mZTKwqUqpcd1ZUfFuA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2305.1361569791.2939.python-list@python.org> (permalink)

Show all headers | View raw


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...

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


Thread

PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-21 08:22 -0800
  Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-22 16:45 +0100
    Re: PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-22 08:50 -0800
      Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-24 15:30 +0100
    Re: PyQT app accessible over network? Alec Taylor <alec.taylor6@gmail.com> - 2013-02-23 03:57 +1100
    Re: PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-22 13:49 -0800
    Re: PyQT app accessible over network? Michael Torrie <torriem@gmail.com> - 2013-02-22 16:37 -0700
      Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-24 15:31 +0100
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-25 01:58 +1100
        Re: PyQT app accessible over network? Frank Millman <frank@chagford.com> - 2013-02-25 08:14 +0200
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-25 17:35 +1100
        Re: PyQT app accessible over network? Frank Millman <frank@chagford.com> - 2013-02-25 10:02 +0200
        Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-25 18:26 -0500
        Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-25 18:32 -0500
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-26 17:26 +1100
    Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-22 19:20 -0500
    Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-23 11:32 +1100
    Re: PyQT app accessible over network? Alec Taylor <alec.taylor6@gmail.com> - 2013-02-24 20:00 +1100

csiph-web