Python 101 – Intro to XML Parsing with ElementTree
If you have followed this blog for a while, you may remember that we’ve covered several XML parsing libraries that are included with Python. In this article, we’ll be continuing that series by taking a quick look at the ElementTree library. You will learn how to create an XML file, edit XML and parse the […]
Python 101 – Intro to XML Parsing with ElementTree Read More »