Project opinions please

Michael Hudson mwh21 at cam.ac.uk
Fri Mar 17 04:12:19 EST 2000


toth.22 at osu.edu (CT) writes:

> What I need, is some advice on how to approach this project, what type
> of issues will I need to consider, where should I start(#1 question
> acutally) and what other things I will need to learn...

Well, it's probably best to start small, ie. write a module that
something very simple.  I generally work with an emacs buffer
containing the file I'm working on and an xterm containing a Python
interpreter that I use to test it.  Then write the other modules to do
what you want, and write the daemon that does all these things at the
right time, and you're done.

HTH,
Michael

-- 
very few people approach me in real life and insist on proving they are
drooling idiots.                         -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list