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


Groups > comp.lang.python > #49367

Re: Making a pass form cgi => webpy framework

From Robert Kern <robert.kern@gmail.com>
Subject Re: Making a pass form cgi => webpy framework
Date 2013-06-28 11:30 +0100
References <kqheso$31v$1@news.grnet.gr> <mailman.3944.1372375987.3114.python-list@python.org> <kqj0gj$3ro$1@news.grnet.gr> <mailman.3953.1372412165.3114.python-list@python.org> <kqjnnv$mrl$1@news.grnet.gr>
Newsgroups comp.lang.python
Message-ID <mailman.3954.1372415425.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 2013-06-28 11:15, Νίκος wrote:
> Στις 28/6/2013 12:35 μμ, ο/η Robert Kern έγραψε:
>> On 2013-06-28 04:38, Νίκος wrote:
>>> Στις 28/6/2013 2:08 πμ, ο/η Cameron Simpson έγραψε:
>>
>>>> Pick a simple framework or templating engine and try it. I have no
>>>> recommendations to make in this area myself.
>>>
>>> Can you explain to me the difference of the former and latter?
>>
>> A templating engine takes your data and applies it to templates that you
>> have written to generate the final HTML that is sent to the web browser.
>>
>> A web framework is a library that provides tools and a way of
>> structuring your that makes it easier to write a web application. Web
>> frameworks typically include a templating engine or provide support for
>> working with external templating engines. In addition, web frameworks
>> provide many other services, like routing URLs to specific parts of your
>> code, managing pools of database connections, handling web sessions,
>> validating form data, and connecting your code to many different ways of
>> deploying web applications without having to rewrite your code.
>
> I see, your explanation started to make things clearer to me.
> What is the easiest and simplest web framework you advise me to use?
>
> Also please provide a well written and simple tutorial i can read upon.
> Thank you.

I will not advise you to do anything. I will point you to a web framework that I 
happen to like, but you will need to read its documentation to decide if it is 
right for you. I cannot provide any help in installing or using it.

   http://flask.pocoo.org/
   http://flask.pocoo.org/docs/tutorial/

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

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


Thread

Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-23 16:01 +0300
  Re: Making a pass form cgi => webpy framework rurpy@yahoo.com - 2013-06-23 07:57 -0700
    Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-23 18:15 +0300
      Re: Making a pass form cgi => webpy framework rurpy@yahoo.com - 2013-06-23 15:29 -0700
        Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-24 04:44 +0300
          Re: Making a pass form cgi => webpy framework Michael Torrie <torriem@gmail.com> - 2013-06-23 22:37 -0600
            Re: Making a pass form cgi => webpy framework rusi <rustompmody@gmail.com> - 2013-06-23 21:49 -0700
            Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-24 10:32 +0300
              Re: Making a pass form cgi => webpy framework rusi <rustompmody@gmail.com> - 2013-06-24 08:51 -0700
          Re: Making a pass form cgi => webpy framework rurpy@yahoo.com - 2013-06-25 11:00 -0700
            Re: Making a pass form cgi => webpy framework Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-25 14:53 -0400
              Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-26 08:31 +0300
            Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-27 16:32 +0300
              Re: Making a pass form cgi => webpy framework Cameron Simpson <cs@zip.com.au> - 2013-06-28 09:08 +1000
                Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-28 06:38 +0300
                Re: Making a pass form cgi => webpy framework Robert Kern <robert.kern@gmail.com> - 2013-06-28 10:35 +0100
                Re: Making a pass form cgi => webpy framework Νίκος <nikos@superhost.gr> - 2013-06-28 13:15 +0300
                Re: Making a pass form cgi => webpy framework Robert Kern <robert.kern@gmail.com> - 2013-06-28 11:30 +0100
                Re: Making a pass form cgi => webpy framework rusi <rustompmody@gmail.com> - 2013-06-28 07:28 -0700

csiph-web