Python Challenges - 101 Computing https://www.101computing.net Boost Your Programming Skills! Thu, 17 Oct 2024 22:07:27 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/101-1-100x100.png Python Challenges - 101 Computing https://www.101computing.net 32 32 Endurance Shipwreck Search Expedition https://www.101computing.net/endurance-shipwreck-search-expedition/ Thu, 17 Oct 2024 20:48:22 +0000 https://www.101computing.net/?p=20779 The story of the Endurance shipwreck is one of the most remarkable survival tales in the history of exploration, highlighting the endurance and courage of Ernest Shackleton and his crew during their expedition in the early 20th century. In 1914,

The post Endurance Shipwreck Search Expedition first appeared on 101 Computing.

]]>
Storage Devices Python Challenge https://www.101computing.net/storage-devices-python-challenge/ Mon, 07 Oct 2024 20:58:11 +0000 https://www.101computing.net/?p=20744 The aim of this challenge is to create an “Odd One Out” quiz on storage devices using Python. But let’s first revisit the main technologies used by storage devices in a computer system. We can categorise all the storage devices

The post Storage Devices Python Challenge first appeared on 101 Computing.

]]>
Mountains Elevation Quiz https://www.101computing.net/mountains-elevation-quiz/ Mon, 07 Oct 2024 14:05:48 +0000 https://www.101computing.net/?p=20730 For this quiz we will use a data set of 10 of the most iconic mountains in the world. (Not that these are not necessary to top 10 highest mountains in the world). Here is our data set, displayed as

The post Mountains Elevation Quiz first appeared on 101 Computing.

]]>
World Buildings Quiz! https://www.101computing.net/world-buildings-quiz/ Thu, 03 Oct 2024 11:39:18 +0000 https://www.101computing.net/?p=20719 For this challenge you are going to create a quiz based on some of the most iconic buildings in the world. We have selected a collection of 20 buildings with their name, height in meters and location. This data is

The post World Buildings Quiz! 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.

]]>
The Coffee Shop – Price Calculator https://www.101computing.net/the-coffee-shop-price-calculator/ Wed, 25 Sep 2024 09:50:38 +0000 https://www.101computing.net/?p=20662 Your local coffee shop would like to set up a touchscreen tablet on the counter for the baristas to quickly calculate the cost of the cups of coffee ordered by the customers. Here are the options available when ordering a

The post The Coffee Shop – Price Calculator first appeared on 101 Computing.

]]>
School Room Finder https://www.101computing.net/school-room-finder/ Fri, 13 Sep 2024 10:41:30 +0000 https://www.101computing.net/?p=20629 Your school is organising an open evening event where prospective parents will be able to visit the different classrooms and departments to get to find out more about the school and meet with the teachers. Parents have been given a

The post School Room Finder first appeared on 101 Computing.

]]>
Circular Maze Challenge https://www.101computing.net/circular-maze-challenge/ Sun, 01 Sep 2024 16:04:22 +0000 https://www.101computing.net/?p=20608 The aim of this challenge is to use Python Turtle to trace a path to solve this circular maze. By doing so we will investigate how we can draw different arcs of different radiuses and different lengths to guide the

The post Circular Maze Challenge first appeared on 101 Computing.

]]>
Pronic Numbers Challenge https://www.101computing.net/pronic-numbers-challenge/ Wed, 21 Aug 2024 18:43:28 +0000 https://www.101computing.net/?p=20469 A pronic number is a number which is the product of two consecutive integers. For instance 42 is a pronic number because 42 = 6 x 7. One approach to work out if a number n is a pronic number

The post Pronic Numbers Challenge first appeared on 101 Computing.

]]>
Olympics Host Cities (CSV Challenge) https://www.101computing.net/olympics-host-cities-csv-challenge/ Tue, 20 Aug 2024 23:26:09 +0000 https://www.101computing.net/?p=20454 For this challenge we are going to work with a list of host cities of the Olympic Games since the modern Olympics began in 1896. Our list will include both Summer and Winter games. This information is stored in a

The post Olympics Host Cities (CSV Challenge) first appeared on 101 Computing.

]]>