News

3 - Go through a set of files extracting information and generate a JSON file which would then be uploaded to another endpoint of a website, containing the informations and the images previously ...
When dealing with XML, Python's ElementTree module is a great tool. It provides methods for parsing and creating XML data. To parse an XML file, first import the module and parse the file using ...
This is a skill showcase from a prompt exercise during the "Google IT Automation with Python" certificate. In one the final projects, a file containing information and data was provided. The goal of ...