More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post
page
Python IDE Dashboard
Author: Administrator

Boolean Algebra Simplification Quiz

Put your Boolean Algebra skills to the test!

The Boolean Game

Play the Boolean Game to put your Boolean logic to the test!

Interactive Sorting Algorithms

Use the following two interactive sorting algorithm activities to test your understanding of the Bubble sort and the Insertion sort algorithms.

Online HTML, CSS & JavaScript Editor

Try our new online editor to code using HTML, CSS and JavaScript. Not sure what to code? Try one of our HTML/CSS or JavaScript challenges. Check our CSS Tools Hub to help you in any of your HTML / CSS

Estimating π with François Viète’s Infinite Product

Long before computers existed, mathematicians were already trying to pin down the value of π using clever geometric constructions and infinite processes. One of the earliest breakthroughs came from a French mathematician named François Viète (1540–1603), who discovered one of

Recycling Bin Helper Program

Recycling correctly helps reduce waste and protects the environment. Different types of waste need to be placed in different bins, but remembering which item goes in which bin can sometimes be confusing. In this Python challenge, you will create a

Python Challenge: Nicomachus’ Theorem

Nicomachus of Gerasa was an ancient Greek mathematician who lived around 60–120 AD. He is best known for his work Introduction to Arithmetic, one of the earliest surviving books on number theory. One of the most famous results attributed to

Graffiti Wall using CSS

The aim of this challenge is to create an eye-catching digital graffiti wall using HTML and CSS. By doing so we will improve our CSS skills focusing on CSS positioning, images and text formatting. Learning Outcomes In this tutorial, you

UK Car Plate Number Decoder

Did you know you can find out where a UK car was first registered or how old it is just by looking at its number plate? In this Python challenge, we will create a program that decodes a UK plate

Build Your Own Pizza – Price Calculator

Welcome to this beginner-friendly Python challenge! In this task, you will create a simple pizza ordering system that calculates the total cost based on a customer’s choices. This is a great way to practise input handling, selection (if statements), and