[Tutor] No Elegant XML Output in ElementTree?

2009-07-27 Thread Luis Galvan
Hi tutors, Okay, so I just started to learn ElementTree (and XML processing in general) and I just can't, for the life of me, find a way to output the XML file in an actual hierarchic presentation. What I mean by this is that it all outputs on a single line. For example, I create an element tree

Re: [Tutor] Reading and Manipulating XML Data

2009-07-26 Thread Luis Galvan
Hi Alan, I'm liking how clean Element tree is, thanks for the quick reply! Nice definition by the way, I think its a bit clearer now. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Need to start learning again

2009-07-25 Thread Luis Galvan
Check out thenewboston's video tutorials at Youtube: http://www.youtube.com/view_play_list?p=EA1FEF17E1E5C0DA They're fairly recent and they definitely got me started with learning the syntax. After you're through with those, he also has a series on wxPython. A couple ebooks you'd be interested

[Tutor] Reading and Manipulating XML Data

2009-07-24 Thread Luis Galvan
Being new to Python and programming, I'm having a very difficult time studying and finding helpful (beginner) documentation on XML. I'm at the point where I have learned the syntax and am just starting to get my feet wet with learning how to utilize it. (and by "utilizing it" I mean making useful

Re: [Tutor] Python Tutorials: How to create useful programs after learning the syntax?

2009-07-11 Thread Luis Galvan
Mr. Chun, thank you so much for your plug! I had no idea such a prestiged author as yourself would respond to my question, but I'm glad you did! I checked out a copy of your book from my public library (I'll need to purchase a copy eventually though) and the exercises are definitely helping a TO

Re: [Tutor] Python Tutorials: How to create useful programs after learning the syntax?

2009-07-07 Thread Luis Galvan
Thanks for the responses! :) Hopefully Gmail's quoting feature shows up just fine. 1. http://www.challenge-you.com/ >> 2. http://projecteuler.net/index.php?section=logout >> 3. http://www.spoj.pl/problems/classical/ >> 4. http://codegolf.com/ >> 5. http://www.codechef.co

Re: [Tutor] Python Tutorials: How to create useful programs after learning the syntax?

2009-07-07 Thread Luis Galvan
Thanks for the responses! :) Hopefully Gmail's quoting feature shows up just fine. 1. http://www.challenge-you.com/ >> 2. http://projecteuler.net/index.php?section=logout >> 3. http://www.spoj.pl/problems/classical/ >> 4. http://codegolf.com/ >> 5. http://www.codechef.co

[Tutor] Python Tutorials: How to create useful programs after learning the syntax?

2009-07-05 Thread Luis Galvan
Hello all, this is my first time using a mailing list, so I'm not sure if I'm doing this right! Anyway, I have a wee bit of a problem. I've recently completed watching a Youtube video series on Python 2.6 by thenewboston which helped me a TON with learning Python's syntax and how to use some of t