Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Which way is faster for a simple web reporting system: django, web.pyor cgi

Reply
Thread Tools

Which way is faster for a simple web reporting system: django, web.pyor cgi

 
 
idev
Guest
Posts: n/a
 
      05-09-2008
Hi all,

May be this is a dump question, but it makes me crazy in my research.
I am not a developer but I have experience with web development (PHP)
in a past. Most my activities are around database administration and
design. For most database administration tasks I am using Python. Very
often I need to come up very quickly with web interface or web
application to a database, more then less complicated. The standard
set is:

* speed of the development (I think a framework is the way, but which
one?)
* user authorization (my preferences are sessions)
* form validation for input data
* file uploading
* export data to different format like csv, pdf, xml

For example I need to create a simple reporting system. Using
different filters like HTML drop down lists, radio buttons, check
boxes and etc., I need to generate different output to my team and
managers.

I realize that today is very popular and useful, using a framework.
Which Python framework or solution will be more faster to start (i.e.
for start, usually I have maximum two weeks, if a project looks like a
stable I can get three, four weeks), flexible (i.e. using SQL queries
together with views) and easier in integration: django, web.py, CGI or
something else?

Thanks in advance.
 
Reply With Quote
 
 
 
 
Bruno Desthuilliers
Guest
Posts: n/a
 
      05-09-2008
idev a écrit :
> Hi all,
>
> May be this is a dump question, but it makes me crazy in my research.
> I am not a developer but I have experience with web development (PHP)
> in a past. Most my activities are around database administration and
> design. For most database administration tasks I am using Python. Very
> often I need to come up very quickly with web interface or web
> application to a database, more then less complicated. The standard
> set is:
>
> * speed of the development (I think a framework is the way, but which
> one?)
> * user authorization (my preferences are sessions)
> * form validation for input data
> * file uploading
> * export data to different format like csv, pdf, xml
>
> For example I need to create a simple reporting system. Using
> different filters like HTML drop down lists, radio buttons, check
> boxes and etc., I need to generate different output to my team and
> managers.
>
> I realize that today is very popular and useful, using a framework.
> Which Python framework or solution will be more faster to start (i.e.
> for start, usually I have maximum two weeks, if a project looks like a
> stable I can get three, four weeks), flexible (i.e. using SQL queries
> together with views) and easier in integration: django, web.py, CGI or
> something else?


Given your background and requirements, I'd strongly recommand Django.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Faster way to get PHP script than LWP::Simple Jason Carlton Perl Misc 2 11-29-2009 07:06 PM
Recommendation for a small web framework like Perl's CGI::Applicationto run as CGI? excord80 Python 17 01-29-2009 06:02 PM
Scheduling of web app or web service reporting =?Utf-8?B?TmVhbA==?= ASP .Net 2 09-01-2005 10:00 AM
Web Server reporting Error when attempting to open Web project??? GTDriver ASP .Net Security 0 02-04-2005 05:47 AM
Javascript+Perl CGI: Reporting upload status J Krugman Javascript 0 07-11-2003 11:46 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57