dpap implementation in python

2007-12-11 Thread Andy Cheesman
Hi people Is there a dpap implementation for python? All I can seem to find is perl based? (dpap is used to share photos in iphoto) Andy -- http://mail.python.org/mailman/listinfo/python-list

Re: matching a street address with regular expressions

2007-10-11 Thread Andy Cheesman
Check out kodos http://kodos.sourceforge.net/ for an interactive python regexp tester Andy Goldfish wrote: > Don't forget to write test cases. If you have a series of addresses, > and confirm they are parsed correctly, you are in a good position to > refine the pattern. You will instantly know if

Python molecular viewer

2007-08-29 Thread Andy Cheesman
Dear People, I was wondering if people could recommend a simple molecular viewing package written in python. I'm working in Theoretical chemistry and I'm not after an all-singing dancing molecular rendering package(pymol does that rather well) but a program which reads XYZ files and displays simpl

Re: beginner in python

2007-08-02 Thread Andy Cheesman
It looks like you are doing some sort of molecular science thing. Have you come across openbabel and the python bindings pybel (http://openbabel.sourceforge.net/wiki/Python#Pybel). I don't know how well they work but they might save you some effort. Also, check out pymol,(http://pymol.sourceforge.n