More results...

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

Assembly Language

Assembly language is a low-level programming language. Each assembly language is specific to a particular computer architecture. Assembly language uses mnemonics to represent low-level machine instructions or opcodes. Many operations require one or more operands in order to form a

Radians to Degrees Conversions

The radian is a unit of measure for angles used mainly in trigonometry. It is used as an alternative to degrees. Whereas, in degrees a full circle is 360 degrees, in radians a full circle is 2π radians: It is

Pygame Framework

The pygame library contains several modules and classes that you will use when creating video retro arcade games. You will need to familiarise yourself with the most useful modules and classes as listed below: (Click on a module/class to access

Abstract Syntax Tree Generator

In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the high level source code. The compilation process consists of translating the high level source code (e.g. Java, Python, C++, FORTRAN, etc.) into

Arduino: RGB Gradient

In this challenge we will use the Arduino board to control a RGB LED to create a gradient light effect where the LED will fade from red to purple, to blue, to purple and back to red. You do not

Arduino Whack a Mole

For this challenge we will create a a game of Whack-A-Mole using an Arduino device/board, three LEDs, three push buttons and a piezo buzzer. You do not need to have access to an Arduino board. Instead you can use the

Arduino Traffic Lights

For this challenge we will create a traffic lights using an Arduino device/board and three LEDs. We will use C/C++ to create the code to control the Arduino board to reproduce a following traffic lights sequence: You do not need

Create your own Sound Effects in Python

The purpose of this challenge is to create your own collection of sound effects to be used a library of assets for your own retro arcade games. We will use Python code online to create the sound file using EarSketch.

Create your own music using Python!

For this challenge we will investigate how we can use Python code to create our own background music and sound effects to be used in a retro arcade game. Most music editing software (e.g. GarageBand, Cubase, FL Studio, Logic Pro

Scratch -Take the Quiz!

Answer these 10 questions to test your understanding of Block Programming when using Scratch. Take the Quiz! (open full screen) Check that you understand the different types of validation checks by completing this quiz: Extension Task Use the scratch website