More results...

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

HTML Chess Challenge

Learning Objectives In this challenge you are going to learn how to create and format a table using HTML. You will also learn how to insert special characters (using UNICODE characters) on to a webpage. First you may want to

Where are you calling from?

Have you ever received a phone call from an unrecognised number and wondered who was calling and where is the person calling you located? Did you know that, in the UK, for landline phone numbers (not mobile phones), the first

String Manipulation – Lesson Code

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of

String Manipulation & ASCII Art

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of

String Manipulation

Learning Objectives In this post we will focus on string manipulation techniques using five common techniques used in most procedural programming languages: LEFT: to extract characters at the beginning of a string, RIGHT: to extract characters at the end of

HTML Codes

When creating your webpages you may want to use sepcial characters. Using the the following codes in your HTML code: Star SymbolsSymbolHTML CodeSymbolHTML Code✢4 Tear-drop asterisk✢✣4 Balloon asterisk✣✥Club asterisk✥✤4 Balloon asterisk heavy✤✦4-pointed star black✦✧4-pointed star white✧✩Stress outlined star✩✪Circled white star✪✫Open

My Weather Forecast

Learning Objectives In this challenge we are going to use selection blocks to display a weather forecast report. Selection blocks uses if, elif and else statements to decide which block of code to run. if statements use comparison operators to

Year 2050

Have you got any idea how old you will be in 2050? By completing the following challenges we will write computer algorithms for the computer to tell us more about our age in the future! Getting Started First you will

Resistor Value Calculator

Resistor Value Calculator

When designing electronic circuits you may need to use resistors. Each resistor has a resistance value expressed in ohms (Ω). Resistors are identified by a series of concentric coloured bands. Each band colour has a value which is used to

Meet E.V.E.

Meet E.V.E., a computer algorithm with artificial intelligence. E.V.E. can communicate with human beings. Well it’s only a start and we need you to complete the code provided below for E.V.E to be able to communicate more effectively with teenagers.