More results...

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

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

Victor Vasarely’s Artwork revisited using Python

In this blog post we are looking at a specific painting from Victor Vasarely. The painting is from a serie of paintings called “Alphabet Plastique” and was painted in the 70’s. We are going to try to recreate this painting

Pixel Art in Python

Learning Objectives In this blog post we are going to investigate how to use lists and list of lists with Python to create some 2D pixel art graphics. List? In Python, a list is used to save collection of values.