[nycbug-talk] Zeeking Zope aZZiZtanZe
Bob Ippolito
bob at redivi.com
Sat Mar 11 18:29:18 EST 2006
On Mar 11, 2006, at 8:39 AM, Francisco Reyes wrote:
> Jim Brown writes:
>
>> I'm getting started on a small project and would like
>> to do it in Zope+Python.
>
>
> What is the project?
> Have you seen Django?
> http://www.djangoproject.com/
>
> Since you did not mention what the project is, hard to tell if this
> will be
> usefull.
There are a lot of ways to do a web app. It's probably not a good
idea to do a simple web app in Zope+Python if you don't already know
what you're doing, because you probably won't be able to figure it
out without help. Something more like Django or TurboGears would
absolutely be easier to pick up, but also aren't appropriate for all
apps.
Something lower level like WSGI or Twisted or mod_python are
technically appropriate for most apps, but they don't really do much
for you beyond taking care of TCP and HTTP.
-bob
More information about the talk
mailing list