Difference between revisions of "XML"

From PKC
Jump to navigation Jump to search
Line 8: Line 8:


==Video Tutorials==
==Video Tutorials==
*[https://www.youtube.com/watch?v=j0xr0-IAqyk XML & ElementTree || Python Tutorial || Learn Python Programming]
*[https://www.youtube.com/watch?v=AeRN4zI7Dhk Processing Large XML Wikipedia Dumps that won't fit in RAM in Python without Spark by Heaton]
*[https://www.youtube.com/watch?v=AeRN4zI7Dhk Processing Large XML Wikipedia Dumps that won't fit in RAM in Python without Spark by Heaton]
*[https://www.youtube.com/watch?v=-UAH39D3JKU Python Parsing large xml files]
*[https://www.youtube.com/watch?v=-UAH39D3JKU Python Parsing large xml files]
[[Category:Tree]]
[[Category:Tree]]

Revision as of 03:27, 25 January 2022

XML is a text-based serial representation of data. It is being replaced by YAML and JSON for better data representational efficiency.

Tutorials

There are a few good XML processing tutorials online.

For Python

Video Tutorials