More results...

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

My Weekly Timetable

A school timetable is displayed as a 2D table consisting of 5 rows (for each day of the week) and 5 columns (number of lessons in a day). Such a table can be stored in a computer program using a

Colour Difference Formula

RGB Colour CodesDid you know that every colour on the screen can be represented using an RGB code (Red, Green, Blue) code. This code consists of three numbers between 0 and 255, indicating how much red, green and blue are

Cell Phone Trilateration Algorithm

Mobile phone tracking is a process for identifying the location of a mobile phone, whether stationary or moving. Localisation may occur either via multilateration of radio signals between several cell towers and the phone, or simply via GPS. Mobile positioning is used by telecommunications companies to approximate

Weight on the Moon Calculator

Your weight is a measure of the amount of gravity exerted on your body by the planet Earth. On planet Earth, gravity has a value of 9.81 N/Kg (Newtons per kilogram). Because the Moon has about one-sixth of the gravity

Lissajous Curve Tracing Algorithm

Lissajous curves are a family of curves described by the following parametric equations: Lissajous curves have applications in physics, astronomy, and other sciences. Below are a few examples of Lissajous curves that you will be able to reproduce in the

The Honeycomb Challenge

Honeycomb is a structure of hexagonal cavities (cells of wax), made by bees to store honey and eggs. In this challenge we will use a set of iterative algorithms to draw a honeycomb pattern. First, we will create a function

Sudoku Generator Algorithm

Your task is to design an algorithm used to create a Sudoku Grid. The generated Sudoku grid should have enough clues (numbers in cells) to be solvable resulting in a unique solution. Sudoku? A Sudoku game is number-placement puzzle. The

Chemical Elements Quiz

The aim of this challenge is to create a quiz based on the list of chemical elements of the periodic table based on the following requirements: The quiz will include 10 questions. Each question will display the name of an

Airport Code Lookup Check

In this challenge we will implement a small Python program to: Ask the user to enter a 3-letter airport code (e.g. LHR) for one of the top 20 busiest airports in the world. Output the full name of the airport

My Class Register

For this challenge we will create a program to be used by a teacher at a start of a lesson to take the register. The program will go through a class list and for each pupil in the list, will