Skip to content

Category : Web Scrapping - Subject : Web Scraping with Python (XML and JSON) files

Notifications You must be signed in to change notification settings

rshad/Climate-Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate-Monitoring

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

Project Description

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.

Project structure:

You can find the source files in src directory.

About

Category : Web Scrapping - Subject : Web Scraping with Python (XML and JSON) files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages