Filters
Clear allLocation
Age range
Subject
- Careers (79) Apply Careers filter
- Creative arts and media (14) Apply Creative arts and media filter
- Cross curricular (129) Apply Cross curricular filter
- Design and technology (127) Apply Design and technology filter
- Engineering (81) Apply Engineering filter
- Food Preparation and Nutrition (3) Apply Food Preparation and Nutrition filter
- Health and safety (35) Apply Health and safety filter
- Leadership (259) Apply Leadership filter
- Mathematics (155) Apply Mathematics filter
- Personal development (72) Apply Personal development filter
- Psychology (25) Apply Psychology filter
- Science (870) Apply Science filter
- Space (31) Apply Space filter
- STEM Clubs (12) Apply STEM Clubs filter
Role
- Teacher (119) Apply Teacher filter
- Head of department/Subject Lead (109) Apply Head of department/Subject Lead filter
- Trainee Teacher (57) Apply Trainee Teacher filter
- Senior Leader (38) Apply Senior Leader filter
- Teaching Assistant/HLTA (34) Apply Teaching Assistant/HLTA filter
- Returning Teacher (17) Apply Returning Teacher filter
- Head Teacher (9) Apply Head Teacher filter
- Supply Teacher (8) Apply Supply Teacher filter
- Consultant/adviser (6) Apply Consultant/adviser filter
- School Governor (4) Apply School Governor filter
- ITE Lead/Mentor (3) Apply ITE Lead/Mentor filter
- Lecturer (3) Apply Lecturer filter
- Subject leader (2) Apply Subject leader filter
- Teacher educator (2) Apply Teacher educator filter
- Technician (2) Apply Technician filter
- Other (1) Apply Other filter
Showing 458 results
Pathfinding algorithms in A Level computer scienceCP514
Pathfinding algorithms are used to find solutions to a given problem, using the shortest path between a set of points. These problems are commonplace, from satellite navigation systems to internet packet routing. During this course you’ll learn how the Dijkstra’s and A* search algorithms function.You...Help! How do I lead primary STEM?SL061
This course is perfect for teachers new to leading primary STEM.You'll receive guidance, advice and support to develop a full and varied curriculum that not only focuses on the curriculum basics, but introduces pupils to learning they may not encounter in their everyday lives. You'll also develop techniques to lead a...Object oriented programming (OOP) in A Level computer scienceCP516
Object-oriented programming (OOP) is an approach to systems development that focuses on objects and the way that they interact. The OOP method of programming (or paradigm) is different to the procedural paradigm, which many programmers start with on their learning journey.During this course you will learn about...Boolean logic in A Level computer scienceCP513
Boolean logic is a way of describing the circuits inside a computer, and the same concept can be represented by a logic circuit diagram, a truth table, or a Boolean expression. During this course you’ll learn how to interpret circuit diagrams, write Boolean expressions and explore the laws of Boolean algebra....Assembly language in A Level computer scienceCP511
Dive into the world of assembly language; this CPD will develop both your theoretical knowledge and practical skills in relation to the use of this fundamental, low-level mode of programming for A Level computer science. During this two-hour course, you’ll learn the essentials of assembly language including...Data structures in A Level computer scienceCP512
Almost all programs process data in some form, data therefore needs to be stored in ways that mean it can be easily manipulated by program code. During this CPD you’ll learn how various data structures are used to organise and store data. You’ll learn about static and dynamic data structures; stacks...