<div dir="ltr">On 1 October 2013 05:57,  <span dir="ltr"><<a href="mailto:dufriz@gmail.com" target="_blank">dufriz@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I want to set up a very simple website, and I need to know if it is necessary to use a web framework (e.g. Django) to do basic interactive operations such as receiving input from the user, looking up a database and returning some data to the user.<br>

I know that this is exactly the purpose of web frameworks, and that they work fine.<br>
However, I read somewhere that for small projects such operations can be managed without a web framework, just by using Python with mod_python or with the CGI module. Is this correct?<br>
<br>
What do you suggest, keeping in mind that I am a newbie and that my website project would be very simple and very small?<br></blockquote><div><br></div><div>There is no *need* to use a web framework. But a web framework can make things a lot easier for you.</div>
<div><br></div><div>Have a look at webapp2: <a href="http://webapp-improved.appspot.com/">http://webapp-improved.appspot.com/</a></div><div><br></div><div>Tim Delaney </div></div></div></div>