Hero image

Edulito

Average Rating4.19
(based on 40 reviews)

I started out as a science teacher and made the transition to teaching ICT and Computer Science, which I have now been doing for over 20 years. I have also worked with primary school teachers to support their delivery of the national curriculum in computing. Edulito is a UK based educational publishing company that provides learning resources for school-aged children. All of the available resources have been tested in UK schools.

117Uploads

75k+Views

19k+Downloads

I started out as a science teacher and made the transition to teaching ICT and Computer Science, which I have now been doing for over 20 years. I have also worked with primary school teachers to support their delivery of the national curriculum in computing. Edulito is a UK based educational publishing company that provides learning resources for school-aged children. All of the available resources have been tested in UK schools.
Python Video Tutorials #6 - The Use of Sequence and Selection
edulitolearnedulitolearn

Python Video Tutorials #6 - The Use of Sequence and Selection

(0)
In this lesson you are introduced to two programming concepts - Sequence and Selection. You will learn how to use IF statements, IF then ELSE statements, IF and ELSE-IF statements and Nested IF. Python and the Python Logo are trademarks or registered trade marks of the Python Software Foundation.
Python Video Tutorials #4 - The Use of String Manipulation
edulitolearnedulitolearn

Python Video Tutorials #4 - The Use of String Manipulation

(0)
This lesson introduces string manipulation and explains how it is used in Python. It includes changing the case of a text string to upper case or lower case; finding the length of a string and how to use formatting to output a table of data. Python and the Python Logo are trademarks or registered trade marks of the Python Software Foundation.
Python Video Tutorials #10 - File Handling Operations
edulitolearnedulitolearn

Python Video Tutorials #10 - File Handling Operations

(0)
When using Python you often need to save data to an external, such as a notepad file or a spreadsheet. You also need to be able to transfer data from an external to a Python program. This lesson teaches you how to handle files, including how to handle data stored in lists. Python and the Python Logo are trademarks or registered trade marks of the Python Software Foundation.
Python Video Tutorials #3 - The Use of Data Types
edulitolearnedulitolearn

Python Video Tutorials #3 - The Use of Data Types

(0)
This lesson introduces four data types, str, int, float and bool and explains how they are used in Python. The video goes on to explaining casting (changing a variable from one data type to another). Python and the Python Logo are trademarks or registered trade marks of the Python Software Foundation.
Prof Cody Teaches Kids to Code Lesson 1-6 Templates
edulitolearnedulitolearn

Prof Cody Teaches Kids to Code Lesson 1-6 Templates

(0)
This pack includes all the templates required for the Professor Cody Teaches Kids to Code Lessons 1-6. There is a PDF/DOC version with links to the online templates and a collection of .sb3 templates that can be downloaded on to your computer network or standalone PC.
Learn to Code using Picoh the Robot
edulitolearnedulitolearn

Learn to Code using Picoh the Robot

(0)
This resource has been produced to teach children from 8 to 13 years of age about programming concepts using Picoh the robot and a block-based programming language. The activities and challenges have been designed to provide a stimulating, engaging and effective way of improving students’ knowledge of core programming concepts. Topics covered include: Algorithms Sequences Iteration (Repetition) Selection Variables The activities can be carried out using the virtual Picoh robot that is built into the software, but it’s much more engaging for students to use a “real” Picoh. Downloading the Picoh App The Picoh app is currently available for Windows 10. Simply visit the Windows Store and search “Picoh”. Once you find the app click on get and the app will download Find out more by visiting the Ohbot Website.
Picoh the Robot - How to code a "Guess the Number" game
edulitolearnedulitolearn

Picoh the Robot - How to code a "Guess the Number" game

(0)
This worksheet and video can be used by absolute beginners to coding (KS2 and KS3). They use Picoh the Robot to code a guess the number game. The programming language is a block -based language based on Scratch. Once you have coded the game it’s time to play it! The activities can be carried out using the virtual Picoh robot that is built into the software, but it’s much more fun to use a “real” Picoh. You could also dress up your robot so that he/she becomes the host of the game! Downloading the Picoh App - The Picoh app is currently available for Windows 10. Simply visit the Windows Store and search “Picoh”. Once you find the app click on get and the app will download. Find out more by visiting the Picoh website.
Picoh the Robot - Coding a "Look into the Future" game
edulitolearnedulitolearn

Picoh the Robot - Coding a "Look into the Future" game

(0)
This worksheet and video can be used by absolute beginners to coding (KS2 and KS3). They use Picoh the Robot AKA Magic Meg to code a game that looks into your future. The programming language is a block -based language based on Scratch. Once you have coded the game it’s time to play it! The activities can be carried out using the virtual Picoh robot that is built into the software, but it’s much more fun to use a “real” Picoh. You could also dress up your robot so that she becomes Magic Meg! Downloading the Picoh App - The Picoh app is currently available for Windows 10. Simply visit the Windows Store and search “Picoh”. Once you find the app click on get and the app will download. Find out more by visiting the Picoh website.
Picoh the Robot - How to code a "Memory" game
edulitolearnedulitolearn

Picoh the Robot - How to code a "Memory" game

(0)
This worksheet and video can be used by beginners to coding (KS3 and KS4). They use Picoh the Robot to make a memory game. The programming language is a block -based language based on Scratch. Once you have coded the game it’s time to play it! The activities can be carried out using the virtual Picoh robot that is built into the software, but it’s much more fun to use a “real” Picoh. You could also dress up your robot so that he/she becomes the host of the game! Downloading the Picoh App - The Picoh app is currently available for Windows 10. Simply visit the Windows Store and search “Picoh”. Once you find the app click on get and the app will download. Find out more by visiting the Picoh website.
Video - Coding Basics - The Use of Data Types in Programming
edulitolearnedulitolearn

Video - Coding Basics - The Use of Data Types in Programming

(0)
This video provides an introduction to the use of data types in programming. It’s a good idea to watch the video on variables before you watch this video. Find out about String, Integer, Real, Character and Boolean data types. Find out about how casting can be used to change a variable from one data type to another.