Category : Web Scrapping - Python - Subject : In this project I'm gonna design a program which extract data about the climate situation in a determined city, so I'm gonna work with 2 data sources with different ways to access, programming in Python
In this project I wanted to implement an aplication to extract data about the climate. these data are stored in 2 different types of files, XML and JSON. so I designed 2 programs to extract the data, one per each type.
- For XML, I used xml.etree.ElementTree library of python.
- For JSON, I used the json library of python.
You can find the source files in src directory.