Re: [Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
thanks for all the help guys. Cherrypy it is. i will take a look at some cgi tutorials first, as Alan suggested, to get a good understanding of how things work. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://

Re: [Tutor] web frameworks

2012-09-09 Thread Steven D'Aprano
On Sun, Sep 09, 2012 at 10:07:30PM +0100, Matthew Ngaha wrote: > sorry steven i keep replying to sender and not tutor:( That's fine, but there's no point apologising publically if you don't resend your question to the tutor list. You asked: [quote] oh? is cherrypy compaitable with Python 3? >

Re: [Tutor] web frameworks

2012-09-09 Thread Alan Gauld
On 09/09/12 20:41, Matthew Ngaha wrote: a very very very simple web framework would not be too much work for me to study once in while. I decided on Flask because i read it's the simpliest framework They nearly all claim that :-) supported on Python 3. i thought cherrypy, but was told it's

Re: [Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
sorry steven i keep replying to sender and not tutor:( ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] web frameworks

2012-09-09 Thread Steven D'Aprano
On 10/09/12 05:41, Matthew Ngaha wrote: [...] i thought cherrypy, but was told it's not nearly as simple as Flask, and since my main focus is learning GUIs, a simple web framework will be ideal only to understand how they work. Understanding *how they work* is not going to be simple. Web frame

[Tutor] web frameworks

2012-09-09 Thread Matthew Ngaha
Hi all, i had a recent post about learning about guis and web applications. i decided to try guis 1st, but i also decided that maybe a very very very simple web framework would not be too much work for me to study once in while. I decided on Flask because i read it's the simpliest framework out of