Showing 393 results
Introduction to Cybersecurity for TeachersCO216
Teaching cybersecurity in schools is an important way to help students stay safe while using technology. On this course, teachers will be introduced to the core ideas of cybersecurity that should be taught in the classroom.You will learn the different attacks that individuals and devices are vulnerable to and how to...Introduction to databases and SQLCO225
During this course you’ll learn what databases are and why we use them, exploring how to use SQL to search and manipulate the data. Along the way, you’ll learn about primary keys and table relationships, as well as how to create joins to search multiple tables. In the final week, you’ll finish by...Introduction to Web DevelopmentCO221
Learn the basics of web development. On this course, you will first build a website using HTML and then style it with CSS and make it interactive using JavaScript.Along the way you'll learn about the box model, which describes how websites are laid out by browsers, and about the Document Object Model, which your...Linking STEM curriculum learning to careersNE712
Enhance your role as a STEM (science, technology, engineering or mathematics) subject teacher by linking curriculum learning to careers. You will identify how to adapt your STEM curriculum, engaging your students in careers linked to their classroom learning. Learn from experienced educators who have adapted...Managing behaviour for learningNE700
This online course will help you to be proactive about encouraging good behaviour in your classroom and in responding calmly to poor behaviour. This is a practical course. We will not delve deeply into theory of behaviour, but will focus on what you need to know to manage and improve the behaviour of your...Object-oriented Programming in Python: Create Your Own Adventure GameCO210
Object-oriented programming is a programming paradigm based on objects and data rather than actions and logic. This online course will introduce you to the principles of object-oriented programming in Python, showing you how to create objects, functions, methods, and classes. You’ll use what you learn...Planning to maximise learningNE710
As a teacher who wants to promote the learning of your pupils, you'll want to make evidence-informed judgements and apply a range of approaches to respond and adapt teaching during and in between lessons. Experts in assessment for learning, Emeritus Professor Dylan Wiliam, Dr Chris Harrison and Andrea Mapplebeck...Programming 102: Think like a Computer ScientistCO208
On this course, you’ll explore Python programming at an intermediate level. You’ll discover how to break down problems into smaller parts, and then design and apply algorithms to data. You’ll also explore list structures and their various uses. Ultimately, what you learn will build upon...Programming with GUIsCO217
Discover how to build your own Graphical User Interface (GUI) with Python and guizero. On this course, you will learn how to incorporate more interactivity in your program. You will experiment with different types of widgets and build the confidence to design more complex GUI-based apps in the...