JSON - 101 Computing https://www.101computing.net Boost Your Programming Skills! Fri, 28 Feb 2025 09:25:20 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png JSON - 101 Computing https://www.101computing.net 32 32 The Allotment Crop Planner (Python Challenge) https://www.101computing.net/the-allotment-crop-planner-python-challenge/ Tue, 04 Feb 2025 11:56:15 +0000 https://www.101computing.net/?p=21467 In this challenge, we will work with a JSON dataset containing detailed information about crops that can be grown in an allotment. The dataset includes, soil types, watering needs, and more. Your task is to write a Python program that

The post The Allotment Crop Planner (Python Challenge) first appeared on 101 Computing.

]]>
Periodic Table of Elements – JSON Challenge https://www.101computing.net/periodic-table-of-elements-json-challenge/ Fri, 29 Nov 2024 11:43:38 +0000 https://www.101computing.net/?p=21046 The periodic table is a chart that organises all known chemical elements based on their atomic number, electron configurations, and recurring chemical properties. It serves as a fundamental tool in chemistry, physics, and other sciences, helping scientists understand the relationships

The post Periodic Table of Elements – JSON Challenge first appeared on 101 Computing.

]]>
Smoothies Ingredients Data Set https://www.101computing.net/smoothies-ingredients-data-set/ Tue, 01 Oct 2024 14:01:21 +0000 https://www.101computing.net/?p=20677 For this programming challenge, we are going to practise reading and extracting data from a JSON file. We will be using a JSON file storing information about the ingredients and recipes for 20 different smoothies. JavaScript Object Notation (JSON) JavaScript

The post Smoothies Ingredients Data Set first appeared on 101 Computing.

]]>
Paris 2024 – JSON Challenge https://www.101computing.net/paris-2024-json-challenge/ Mon, 19 Aug 2024 20:45:20 +0000 https://www.101computing.net/?p=20437 The Paris 2024 Olympics provided a great opportunity for around 10,500 athletes to compete in 329 events, each event giving an opportunity for competing athletes to win one of the three medals: Gold, Silver and Bronze. All together, 206 countries

The post Paris 2024 – JSON Challenge first appeared on 101 Computing.

]]>
What 3 Words Localisation https://www.101computing.net/what-3-words-localisation/ Mon, 28 Oct 2019 23:13:22 +0000 https://www.101computing.net/?p=9575 What3words is a geocode system used to communicate a location on planet Earth using only 3 words instead of using complex longitude and latitude coordinates. What3words have assigned each 3m square in the world a unique 3-word address that will

The post What 3 Words Localisation first appeared on 101 Computing.

]]>
Real-Time Asteroid Watch https://www.101computing.net/real-time-asteroid-watch/ Fri, 09 Aug 2019 10:11:10 +0000 https://www.101computing.net/?p=9230 Every day asteroids are passing close to planet Earth. Their trajectory is closely monitored by NASA as some of these could potentially pose a threat to our planet. In this python challenge we are going to use the NeoWs API

The post Real-Time Asteroid Watch first appeared on 101 Computing.

]]>
Weather Forecast API https://www.101computing.net/weather-forecast-api/ Sat, 29 Dec 2018 12:39:04 +0000 https://www.101computing.net/?p=8324 The aim of this challenge is to write a computer program to display a 5-day weather forecast for a specific location chosen by the end-user. You program will: retrieve the city from the end user (input), Use the Open Weather

The post Weather Forecast API first appeared on 101 Computing.

]]>
Currency Converter https://www.101computing.net/currency-converter/ Sat, 29 Dec 2018 09:21:26 +0000 https://www.101computing.net/?p=8313 Our aim is to create a currency converter to help us convert a sum of money from one currency to another. Currency exchange rates are constantly changing which is why we have decided against the idea of storing all the

The post Currency Converter first appeared on 101 Computing.

]]>
Real-Time ISS Tracker https://www.101computing.net/real-time-iss-tracker/ Tue, 18 Dec 2018 18:04:36 +0000 https://www.101computing.net/?p=8298 The International Space Station (ISS) is moving at close to 28,000 km/h and orbits the Earth 16 times per day, once every 90 minutes! In this python challenge we are going to use an open source API (Open Notify) to

The post Real-Time ISS Tracker first appeared on 101 Computing.

]]>