More results...

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

Flowchart to Python Code – Discount Price Calculator

Shopping during the sales can sometimes be very confusing. With discounted prices at 10%, 20%, 50% or even 70%! For this challenge you are going to write a Python script that prompts the user to enter a price in pounds

Flowchart to Python Code – Temperature Converter

Degree Fahrenheit (°F) and Degree Celsius (°C) are the main two units to measure temperature. The Fahrenheit scale is used mainly in the USA whereas other countries tend to use the Celsius scale. It is possible to convert a temperature

Minecraft – Crafting Table

For this blog post we have recreated the crafting table in Minecraft using HTML, CSS and JavaScript. This crafting table enables you to pick up items from your inventory to recreate some of the key recipes to craft new items

Data Visualisation Algorithms

Data visualisation algorithms are used in most software (or video games) which are based on a Graphical User Interface. They are used to provide a more intuitive, user-friendly visual representation of data. There is a wide range of techniques and

From Flowcharts to Python Code

An algorithm is like a recipe in a cook book. It is a step by step set of instructions that the computer will have to follow to solve a problem or complete a task. Algorithms consist of step by step

Time Conversion Algorithm

Did You Know? The 12-hour clock is a time convention in which the 24 hours of the day are divided into two periods: a.m. (from the Latin ante meridiem, meaning “before midday”) and p.m. (post meridiem, “after midday”). Each period

A Level Computer Science – Connect Wall

A Level Connect Wall Group the cards below in groups of 4 by clicking on each card. Next Level

GCSE Computer Science – Connect Wall

GCSE Connect Wall Group the cards below in groups of 4 by clicking on each card. Next Level

Python Turtle Spirograph

In this blog post we will create a spirograph using Python Turtle to draw different types of curves. Did you know? A Spirograph is a geometric drawing toy that produces mathematical roulette curves of the variety technically known as hypotrochoids

Complementary Colours Tool

Two colors are considered complimentary (or opposite) if they produce a neutral color — black, white, or grey — when mixed evenly. When placed next to each other, a colour and its complimentary colour create the strongest contrast that can