Python and XML Training | How to Create XML with Python and ElementTree

preview_player
Показать описание

Learn more about Python Training from Firebox, visit
Рекомендации по теме
Комментарии
Автор

This small video saved me a lot of headscratching.. Clear and understandable.

gunnarnorum
Автор

I have never uploaded a comment before in my life (though I've been using the net since widespread inception) but I just felt I had to commend you for the quality of this video. It's succinct, with no-nonsense, very informative and of course narrated with a clear, pleasant and sexy voice!

JayJay-zhei
Автор

Thank you the explanation is very clear. One question though. How do you add doctype to an already existing tree?

broken_arrow
Автор

I have a problem I have a class instance in python with many attributes and want to pass this instance to xml. Given that many of these attributes are associated with other dictionaries. Do not know how to do that in a practical way

aurarueda
Автор

Hey nice video. Can you help me how to connect or attach my text file to read name, where in my input file name is like Smith J, output should be <surname>smith</surname>, <given-names>J</given-names>.
Could you plz help me how to code this...
Thanks in advance..

anaghadigitech
Автор

Hey 1987dcandres,

Would love it you would add our Python playlist to your channel. You can embed it if you like. That would help us create more videos too.
Thanks in advance....Firebox Training Team.

FireboxTrainingCourses
Автор

I can't run command tree.write(open(r'C:\person.xml', 'w'))
change it to tree.write(r'C:\person.xml', 'w') and it worked

bachhuynh
join shbcf.ru