List wrote:

> Is there a way of naming or organizing snippets that might help? (For 
> example, file i/o snippets, text processing snippets, etc.)
> 

If you really want to have fun, you can use LEO, 
http://webpages.charter.net/edreamleo/front.html to store your code snippets 
and generate files from them.  The fun part is that you can clone each node 
which may contain some code and move the clone to a different point in the 
hierarchy.  When you change your code in any of the clones, it gets changed in 
all of the clones.  At the most basic level, you can use LEO as on outliner, 
like Treepad.  If you decide to get more complicated, you can use LEO as a 
templating tool to generate your resulting .py files from your snippets.

--
Poor Yorick
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to