Website Challenges
Website Challenges Level 1
Website Challenges Read More »
Python 3 Console Skills – 4 Files To learn about data manipulation, writing more powerful programs, and solving more interesting problems, we will also need to use data from other sources, such as files. This module will introduce how to open, read and write files.
Python 3 Console Skills – 4 Files Read More »
Python 3 Console Skills – 3 Functions A function is an independent, named chunk of code that performs a specific operation. It can be run or called by referring to it by name, along with any information called arguments it needs to do its job. They sometimes have different names. They may also be called
Python 3 Console Skills – 3 Functions Read More »
Python 3 Console Skills – 2 Dictionaries Dictionaries are a type of data structure in Python that store key: value pairs. When you look up word in an English dictionary, you would see that word’s definition. In a Python dictionary, looking up the key returns the associated value.For example: Animal Sound dog a barker cat
Python 3 Console Skills – 2 Dictionaries Read More »
Python 3 Console Skills – 1 Revision This course builds on the Python for Beginners course. This first module is a refresher of the concepts covered in that course.For more information on coding basics:
Python 3 Console Skills – 1 Revision Read More »
Movement and Looks Show examples from your Scratch projects for each of the following. Turn and Move Change X/Y Glide Changing Costumes Changing Backdrops Events Show examples from your Scratch projects for each of the following. Start / Key / Clicked Broadcast Receive Touching Sprite / Touching Colour Control Structures Show examples from your Scratch
Scratch Skills – Level 2 Read More »
CSS 1 CSS -> Cascading Style Sheets CSS is the language we use to style an HTML document.CSS describes how HTML elements should be displayed.This tutorial will teach you CSS from basic to advanced. If you want to explore more tags then go here.Reference site: w3schools.com/html
HTML 1 HTML -> Hyper Text Markup Language HTML is the standard markup language for Web pages.With HTML you can create your own Website.HTML is easy to learn – You will enjoy it! If you want to explore more tags then go here.Reference site: w3schools.com/html