Re: [Tutor] What's the catch with ZopeDB?

2010-06-15 Thread Jan Ulrich Hasecke
Am 11.06.10 21:42, schrieb Knacktus: So, has anyone experience with ZopeDB? Are there some drawbacks I should be aware of before getting a book and dive in? (It sounds too good ;-)) You can easily use the ZODB to create pure python applications. There are some tutorials around, like this one:

Re: [Tutor] Packaging for distribution

2009-08-20 Thread Jan Ulrich Hasecke
Am 20.08.2009 um 18:26 schrieb Wayne: Does anyone know of any guides/resources, or are these my best bet? Have you considered to distribute it as an egg on http://pypi.python.org/pypi I think that the canonical way. juh smime.p7s Description: S/MIME cryptographic signature

Re: [Tutor] intefaces in python

2009-06-30 Thread Jan Ulrich Hasecke
Am 28.06.2009 um 17:00 schrieb Amit Sethi: Hi , I don't suppose python has a concept of interfaces. But can somebody tell me if their is a way i can implement something like a java interface in python. The Web Framework Zope has a notion of interfaces. http://pypi.python.org/pypi/zope.int

Re: [Tutor] Word Frequency Chart

2008-12-24 Thread Jan Ulrich Hasecke
Look at http://www.nltk.org/ Merry Christmas to all! juh -- Business: http://hasecke.com --- Private: http://hasecke.eu --- Blog: http://www.sudelbuch.de --- History: www.generationenprojekt.de --- Europe: www.wikitution.org smime.p7s Description: S/MIME cryptographic signature

Re: [Tutor] Using Python to replace javascript

2008-11-06 Thread Jan Ulrich Hasecke
2008/11/6 Jim Morcombe <[EMAIL PROTECTED]> > Is there any way to write python code inside a HTML page instead of using > Javascript? > There is the KSS project http://kssproject.org/ It uses a css-like markup to write Ajax-functions. juh ___ Tutor mai

Re: [Tutor] Web programming advice

2008-09-20 Thread Jan Ulrich Hasecke
Am 20.09.2008 um 00:01 schrieb Alan Gauld: "Patrick" <[EMAIL PROTECTED]> wrote is of paramount importance. It appears to me that Django is an all- in-one monolithic application. Years ago Zope was the number 1 and now it's basically gone. Zope is still around but it has retreated into so

Re: [Tutor] web programming tutorials?

2008-04-18 Thread Jan Ulrich Hasecke
Am 18.04.2008 um 21:37 schrieb Monika Jisswel: Hi, reading theses emails i have a question : ikaaro or zope - what's best ? which one is the most used ? Zope is in production since 1996 and has a huge community, it is a very advanced framework. One of the best CMS is built on top of Z

Re: [Tutor] web programming tutorials?

2008-04-18 Thread Jan Ulrich Hasecke
Hi Che, try out Grok. Grok is a convention-over-configuration-framework for Zope and an excellent start into this framework. You'll find a really cool tutorial of Grok here: http://grok.zope.org/documentation/book/ juh ___ Tutor maillist - Tutor@pyth