More results...

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

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.

Optical Illusions

Which of the above two purple circles is bigger? Learning Objectives In this challenge you will use Python Turtle to draw geometric shapes and optical illusions. To help you we have created three functions as follows: drawLine() to draw a

All Stars Football Team

In this challenge we are looking at how a list can be used to store all the players’ names of a football team. Using a set of functions we then manipulate this list to: Find a value in a list

Download Python

Before installing Python check our recommendations at the bottom of this page! Ready to complete some of these Python challenges at home? Then you will need to download Python 3 which is completely free to download: https://www.python.org/downloads/. We also recommend

Lottery Numbers

In this challenge we are going to write a Python program that automatically generates six random numbers (from 1 to 50) and display them on the screen, sorted in ascending order. The program will need to make sure that each

Fruit Machine

Learning Objectives In this challenge you will complete a full Python Program to simulate a fruit machine. You will use the random library to randomly select a fruit to display on screen. You will use if statements to check if