Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITE IN PYTHON AND IN THE GIVEN CODE coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on

WRITE IN PYTHON AND IN THE GIVEN CODEimage

coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on the route Time left: Unlimited time https://coderbyte.com/api/challenges/json/age- counting which contains a data key and the value is a string which contains items in the format: key=STRING, age=INTEGER. Your goal is to count how many items exist that have an age equal to or greater than 50, and print this final value. Example Input {"data": "key=IAfpK, age=58, key-WNVdi, age=64, key=jp9zt, age=47"} Example Output 2 1 2 3 Vim Emacs print(len(r.json() ['data'])) & Light import requests import numpy as np import pandas as pd. 4 5 r = requests.get('https://coderbyte.com/api/challenges/json/age-counting') 6 O Reset

Step by Step Solution

3.58 Rating (155 Votes )

There are 3 Steps involved in it

Step: 1

import request url httpscoderbytecomapichallengesjsonagecounting ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions