Skip to content

acriekstin/RandomPeopleStatistics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

RandomPeopleStatistics

Write python code for:

  • interact with the following API https://randomuser.me/api/
  • call the API 10 times
  • Convert the received dictionnaries to objects (no need to convert all attributes, select a couple according to what is required)
  • Store all objects in a local file
  • Add option to use cached local file from previous run instead of querying the API
  • Return statistics on the sample objects:
    • Average age of people
    • Top 5 oldest and top 5 youngest people

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published