Python Challenges - 101 Computing https://www.101computing.net Boost Your Programming Skills! Fri, 23 May 2025 08:44:09 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png Python Challenges - 101 Computing https://www.101computing.net 32 32 The Florist’s Colourful Bouquet Composer – Python Challenge https://www.101computing.net/the-florists-colourful-bouquet-composer-python-challenge/ Fri, 23 May 2025 08:29:11 +0000 https://www.101computing.net/?p=21714 Welcome to this Python challenge! This time, we are going to help a florist compose beautiful, colourful bouquets for their customers. Your task is to write a Python program that recommends different flowers based on the colours the customer wants

The post The Florist’s Colourful Bouquet Composer – Python Challenge first appeared on 101 Computing.

]]>
How tall is Big Ben? (Python Challenge) https://www.101computing.net/how-tall-is-big-ben-python-challenge/ Wed, 21 May 2025 14:41:56 +0000 https://www.101computing.net/?p=21706 In this blog post we will find an easy method to estimate the height of any high building or tree by measuring the length of its shadow in the ground. We will apply this method to estimate the height of

The post How tall is Big Ben? (Python Challenge) first appeared on 101 Computing.

]]>
DNA Sequence Analysis – Python Challenge https://www.101computing.net/dna-sequence-analysis-python-challenge/ Tue, 20 May 2025 13:02:15 +0000 https://www.101computing.net/?p=21701 You are a bioinformatics researcher working on analysing DNA sequences. Your task is to write a Python program that can perform various analyses on a given DNA sequence. The program should be able to count nucleotides, find complementary strands, and

The post DNA Sequence Analysis – Python Challenge first appeared on 101 Computing.

]]>
The Archaeologist’s Python Challenge https://www.101computing.net/the-archaeologists-python-challenge/ Mon, 19 May 2025 19:51:44 +0000 https://www.101computing.net/?p=21690 In this challenge, you will write a Python script to help an archaeologist estimate the age of an artefact using Carbon-14 dating. This method is commonly used in archaeology to find out how old organic materials and can be used

The post The Archaeologist’s Python Challenge first appeared on 101 Computing.

]]>
The Marine Biologist’s Python Challenge https://www.101computing.net/the-marine-biologists-python-challenge/ Thu, 01 May 2025 22:21:24 +0000 https://www.101computing.net/?p=21642 For this challenge we will write a program that would be useful for a team of marine biologists working on a conservation project along the coast. Their aim is to estimate the population of sea turtles living in a particular

The post The Marine Biologist’s Python Challenge first appeared on 101 Computing.

]]>
Stock Level Checker Program – Python Challenge https://www.101computing.net/stock-checker-program-python-challenge/ Mon, 28 Apr 2025 11:14:50 +0000 https://www.101computing.net/?p=21638 With this Python challenge, we’re going to focus on using file handling techniques to create a simple yet practical program to be used by a shop assistant to quickly check their stock levels. The goal is to write a Python

The post Stock Level Checker Program – Python Challenge first appeared on 101 Computing.

]]>
Internet History Timeline – Python Challenge https://www.101computing.net/internet-history-timeline-python-challenge/ Wed, 26 Mar 2025 15:04:29 +0000 https://www.101computing.net/?p=21589 In this challenge, you will create two Python programs that quizzes users on key milestones from the history of the internet. Our program will let the player opt between two different types of quizzes: Guess The Year Quiz: The program

The post Internet History Timeline – Python Challenge first appeared on 101 Computing.

]]>
Lossless Compression Algorithms using Python https://www.101computing.net/lossless-compression-algorithms-using-python/ Wed, 19 Mar 2025 10:44:42 +0000 https://www.101computing.net/?p=21581 In today’s data-driven world, efficient storage and transmission of information are more critical than ever. Lossless compression techniques play a pivotal role in achieving this efficiency by reducing data size without compromising its integrity. Unlike lossy compression, which sacrifices some

The post Lossless Compression Algorithms using Python first appeared on 101 Computing.

]]>
Mnemonic Phrase Validator https://www.101computing.net/mnemonic-phrase-validator/ Tue, 18 Mar 2025 10:43:34 +0000 https://www.101computing.net/?p=21579 Welcome to the Mnemonic Phrase Validator Challenge! This Python challenge is designed to help you practise your coding skills while creating a useful tool for validating mnemonic phrases. Mnemonic Phrase? Mnemonic phrases are often used to remember specific sequences or

The post Mnemonic Phrase Validator first appeared on 101 Computing.

]]>
The Vigenère Cipher – Python Challenge https://www.101computing.net/the-vigenere-cipher-python-challenge/ Wed, 12 Mar 2025 10:41:44 +0000 https://www.101computing.net/?p=21567 In the world of cryptography, the Vigenère Cipher represents a significant milestone in the evolution of encryption techniques. To fully appreciate its significance, let’s take a step back and explore its roots, starting with the Caesar Cipher. The Caesar Cipher:

The post The Vigenère Cipher – Python Challenge first appeared on 101 Computing.

]]>