In this challenge we are going to use Python to draw a music score by positioning notes on the staff. Look at the following code: Your challenge: Tweak the code given above so that the user can enter several notes…
Google Self-Driving car is controlled by computer algorithms. In our previous post we looked at how to create a self-parking robot using Lego NXT and Enchanting software. For this challenge all we will need is a pen and some paper,…
New cars are fully loaded with technology. Manufacturers are working on new systems to facilitate the driving experience. Self-parking systems will soon be available on most cars. Let’s look at what the technology can do: Your Challenge Build and program…
When working on HTML and JavaScript projects it is very likely that you will want to respond to events. For instance you may want to run some JavaScript code when a button is clicked. Examples of HTML events: When a…
Familiarise yourself with CSS to see how CSS code can help you format and combine text and graphics effectively. CSS Box Model To understand how margin, borders and padding works you need to understand the CSS Box Model. Click on…