473,396 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Python / web

Hi,
I know general Python pretty well and interested in using Python for a
web project. It will have the standard display, user input, fields,
look-ups, reports, database routines, etc..... Been looking though the
Python web docs. and seeing stuff like mod_python, CGI, PSP, CherryPy,
etc..., Also a fair amount of googling. I'll say there's a large
amount of technology to pick from. Rather than spend time going down
the wrong road, can I get some feedback as directions from you folks
that's "been there, done that."

thanks a bunch.
Robert
Sep 1 '05 #1
6 1282
Check out Django:
http://www.djangoproject.com/

Sep 1 '05 #2
IMHO it all depends on the complexity required by the final product that
you are attempting to create. For complex projects, it is hard to beat
Zope/Plone. They have lots of built in things that you don't have to
write and are nearly infinitely extensible. We recently chose Zope for
a project and have been very happy with the outcome. With Zope it was
easy to design an AJAX API (connect via XMLRPC) and provide a WebDAV
interface to our applications which would have been extremely hard with
a lighter weight application engine. The learning curve has been steep,
but no more steep than it would be to do in WebLogic or WebSphere. With
flexibility comes complexity. For less complex needs there are other
more lightweight things like CherryPy.

Hope info helps.
Larry Bates

Robert wrote:
Hi,
I know general Python pretty well and interested in using Python for a
web project. It will have the standard display, user input, fields,
look-ups, reports, database routines, etc..... Been looking though the
Python web docs. and seeing stuff like mod_python, CGI, PSP, CherryPy,
etc..., Also a fair amount of googling. I'll say there's a large amount
of technology to pick from. Rather than spend time going down the
wrong road, can I get some feedback as directions from you folks that's
"been there, done that."

thanks a bunch.
Robert

Sep 1 '05 #3
Robert <rj*@nowhere.net> writes:
Hi,
I know general Python pretty well and interested in using Python for a
web project. It will have the standard display, user input, fields,
look-ups, reports, database routines, etc..... Been looking though the
Python web docs. and seeing stuff like mod_python, CGI, PSP, CherryPy,
etc..., Also a fair amount of googling. I'll say there's a large
amount of technology to pick from. Rather than spend time going down
the wrong road, can I get some feedback as directions from you folks
that's "been there, done that."


Well, as usual when answering such questions, the answer is "It
depends." If you're interested in getting a web site up with a
Python-like tool, then you want a framework. Others have already
suggested Zope/Plone, which seems to be the most popular such
system. I only have limit experience with Zope, but I found that it
tended to own the resulting code, such that reusing it in another
framework would be a PITA.

If you're more interested in working in Python, with a cleaner
representation of the HTML than as Python strings with %()'s scattered
through them, then you want a templating systems. I recently evaluated
a number of templating systems for a client, and we settled on
Cheetah. The reasons for this were:

1) Cheetah is not just a web templating language; it can be
used for anything. My first Cheetah template generated XML
to feed to an XMLHttpRequest.

2) Cheetah templates compile to Python classes, so anything I
can use to hook Python up to my web server I can use with Cheetah
templates.

3) Cheetah constructs don't try and look like HTML. This
means less typing to use them, and they won't cause problems
with whatever HTML/XML-aware editor you may want to use.

In refernce to the "owning" affect above, all the real work on our
pages is done in pure Python classes that the Cheetah templates
inherit from. So we can remove the dependency on Cheetah by changing
one fixed line in each file to a different line - which change can be
made mechanically.

<mike
--
Mike Meyer <mw*@mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Sep 2 '05 #4
Robert <rj*@nowhere.net> wrote:
Hi,
I know general Python pretty well and interested in using Python for a
web project. It will have the standard display, user input, fields,
look-ups, reports, database routines, etc..... Been looking though the
Python web docs. and seeing stuff like mod_python, CGI, PSP, CherryPy,
etc..., Also a fair amount of googling. I'll say there's a large
amount of technology to pick from. Rather than spend time going down
the wrong road, can I get some feedback as directions from you folks
that's "been there, done that."


I am now writing a moderately complex application using karrigell.
It has a very shallow learning curve, if you know python and html, you
can start writing an application right away, but yet it is rather
versatile, and the author is responding.

--
-----------------------------------------------------------
| Radovan GarabĂ*k http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
Sep 2 '05 #5
Karrigell is a very good option. Easy to learn and easy to use.
In words of his author:

"Karrigell is a simple web programming solution, written in Python. It
has been designed to be really simple to use : integrated web server
and data base ( gadfly), easy access to environement data and form
fields, yet full-featured and powerful : Python script execution in the
same process as the server (no CGI), server pages including html and
Python code (similar to PHP, JSP, ASP), easy handling of
authentication, session management, localization features, etc

Karrigell can also work with external web servers : Apache and Xitami
are currently supported. All current databases (sqlite, MySql,
PostGresQL, etc) can be used with the corresponding Python API's. A
convenient way of using databases with a dictionary-like syntax is
provided for gadfly and sqlite "

Sep 2 '05 #6
Mike Meyer wrote:
Robert <rj*@nowhere.net> writes:
I know general Python pretty well and interested in using Python
for a web project.
Others have already suggested Zope/Plone, which seems to be the most
popular such system. I only have limit experience with Zope, but I
found that it tended to own the resulting code, such that reusing it
in another framework would be a PITA.


This is much less the case for Zope 3, the separation between domain and
presentation code is much easier to maintain.
--
Benji York

Sep 2 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.