Re: recommendations for personal journaling application

2006-10-08 Thread [EMAIL PROTECTED]
before you use re there is a quote I have seen on different boards to remember. So you have a problem and you want to use re now you have two problems. It was someone from thescripts.com that helped me realise how to fix my program without re. (sorry if I have thier website name somewhat wro

Re: recommendations for personal journaling application

2006-10-08 Thread Terry Reedy
"Donnie Rhodes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] keyword/keyphrase. > > So what I'm interested in is how this would work. Is this 'event > driven' in nature? I would call it line-input driven -- a special case that is easier to program. > Would I define the bulk of t

Re: recommendations for personal journaling application

2006-10-08 Thread Ant
Donnie Rhodes wrote: ... > > Thank you all and I hope I'm not biting off too much at once... Not if you break it up into pieces. Look at the things you want to do, and in the first instance, create a function for each. Then you can start to fill in the blanks, and if neccessary ask back here for

Re: recommendations for personal journaling application

2006-10-08 Thread Karsten W.
Hi! Donnie Rhodes wrote: > So what I'm interested in is how this would work. Is this 'event > driven' in nature? Would I define the bulk of these slash commands in a > function and then call it at the end of the script? What would be a > good module to look at for the text processing and searching

recommendations for personal journaling application

2006-10-08 Thread Donnie Rhodes
Hi. I've been sort of standing back on the sidelines reading this list for awhile, and this is my first posting. So a little about myself and my skill level. My name is Bryan. I'm new to Python and have very little experience. I've gone through a few of the tutorials. I understand the different dat