More results...

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

Data Validation Quiz

When programming a computer system, it is good practice to include a range of validation checks in the code to check if the data being inputted by the end-user follows some basic rules. The aim of validation checks is to

Vera Molnár’s Artwork revisited using Python

Vera Molnár (born 1924) is a French media artist of Hungarian origin. She is considered to be a pioneer of computer art. Trained as a traditional artist, she began working with computers in 1968, where she began to create algorithmic

Triangle Geometry Functions

In this challenge we will create a library of functions to apply the different formulas based on the geometry of triangles. For each function, you will need to design the algorithm using either Pseudo-code or a flowchart, implement the function

Heron’s Formula

The Heron’s formula is a famous formula used to calculate the area of a triangle based on the length of its three sides. It is called “Heron’s Formula” (sometimes called Hero’s formula) after Hero of Alexandria who was a Greek

Linear Search Functions

For this programming challenge we will investigate different functions which will all be based on a linear search algorithm. Let’s consider a teacher who has decided to keep track of rewards issued to their students throughout the term by adding

Leap Year Subroutine

A leap year is a calendar year that contains an additional day (29th of February) added to keep the calendar year synchronised with the astronomical year or seasonal year (which contains roughly 365¼ days or 365.242375 days to be more

SQL Investigation: The Stolen Gemstones

On July the 12th, a hundred prestigious guests were invited to the Precious Gemstones Exposition at the famous Royal Castle, England. This exposition provides a unique opportunity to admire the most precious and valuable gemstones in the world. The gemstones

BBC micro:bit – Pong (1 Player)

In this tutorial, we will create a simplified version of Pong for 1 player to play using a micro:bit. The challenge is to create the game considering that the micro:bit screen consists of a 2D grid of 25 LEDs (5

Breakout Tutorial using Pygame: Adding a Brick Wall

This tutorial is the second tutorial in a series of five Pygame tutorials: Breakout Tutorial 1: Getting Started Breakout Tutorial 2: Adding the Paddle Breakout Tutorial 3: Controlling the Paddle Breakout Tutorial 4: Adding a Bouncing Ball Breakout Tutorial 5:

Breakout Tutorial using Pygame: Adding a Bouncing Ball

This tutorial is the second tutorial in a series of five Pygame tutorials: Breakout Tutorial 1: Getting Started Breakout Tutorial 2: Adding the Paddle Breakout Tutorial 3: Controlling the Paddle Breakout Tutorial 4: Adding a Bouncing Ball Breakout Tutorial 5: