More results...

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

Weather Forecast Report

This challenge consists of using Python to generate a random weather forecast report. Learning Objectives: By investigating this challenge you are going to further improve your skills at: Using lists and accessing values of a list randomly, Concatenating strings together

Python Fractals

Fractal? A fractal is a curve or geometrical figure, which is based on a recurring pattern that repeats itself indefinitely at progressively smaller scales. Fractals are useful in modelling some structures (such as snowflakes), and in describing partly random or

Haiku Generator in Python

Did you know? A Haiku is a Japanese short poem consisting of three lines traditionally evoking images of the natural world. There are specific rules when writing a Haiku e.g. number of syllables in each line, however, to keep it

Road Signs in HTML / CSS

In this set of challenges we are going to use CSS to recreate various road signs. Learning Objectives By completing these challenges you will learn more about how CSS can be used to format information on the page. We will

Pixel Art Gallery

Check our Pixel Art Challenge – Art work from our students: Scroll down to see the gallery… View Python Code View Python Code View Python Code View Python Code View Python Code View Python Code View Python Code View Python

Number Plate Generator

For this Python challenge we need to investigate how UK number plates work. Check this page from aa.com to learn more about the current format of number plates in the UK. Learning Objectives: By completing this challenge using Python we

Drawing Flowcharts…

Recommended Online Software: draw.io What do you think the following flowchart would be used for?

Magic 8 Ball – Using Python Blocks!

The purpose of this post is to demonstrate how Python trinkets can be used to code with blocks. Trinket blocks use the same approach as Scratch: A collection of blocks that the programmer can select to build their code in

Remove The Blocks – Robotics Challenge

This is a classic robotics challenge where students have to build their own robot that will be used to tidy up a 2m by 1m mat full of lego bricks by either collecting or pushing these bricks outside the mat.

What’s my grade?

Learning Objectives: By completing this challenge you are going to further improve your skills at using: Selection structures (using If statements), Comparison operators (<, <=, >, >=, !=, ==) Boolean logic (AND, OR) when using comparative operators You may want