Help ??

Jonathan Gardner jgardn at alumni.washington.edu
Thu Jan 17 06:28:22 EST 2002


On Wednesday 16 January 2002 08:49 am, akandel wrote:
> I have been programming in C++ and VB for about 3 years and I just
> started learning python. I want to learn python and write small
> application for my senior seminar at school. I am leaning towards XML
> parsing with Python but I am not sure what exactly I can do with it.
> If anyone can give me an advice I would really appreciate it. My
> project is due by April 15th so any suggestion would help.

By all means, go with it. YOu will pick up most of Python's features by the 
end of the week. (And today is Thursday!)

You can do anything and everything in Python, with fewer bugs and a lot more 
readability.

Check out the xml.dom.minidom module for a quick and simple interface with 
XML.

Jonathan




More information about the Python-list mailing list