• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

834 Teaching courses in Shotton delivered Live Online

HOW MANY TIMES A DAY DOES YOUR STUDENT COMMUNICATE USING PECS? 5 EXCHANGES, MAYBE EVEN 10 OR 15… DID YOU KNOW THAT THE RECOMMENDED NUMBER OF PECS EXCHANGES PER STUDENT IS OVER 40 EACH SCHOOL DAY? If you’re not sure how to increase your students’ opportunities to communicate or simply want some fresh ideas for PECS in your classroom, then this dynamic workshop is for you! During this workshop you will learn how to embed and increase communication opportunities across the entire school day, from planning your lesson right through to some of the practicalities of successful implementation in the lesson itself. You will learn about increasing PECS use in familiar routines and activities outside of lessons, making the most of the entire school day. Using the Pyramid Approach to Education, you will consider the application of functional activities and reinforcement to support functional communication for all phases of PECS. Opportunities to complete lesson plans for PECS in different curriculum subjects will be built into the day, and you will get to see examples of successful communication opportunities in real classrooms from around the world. Please note that prior attendance at a PECS Level 1 workshop is mandatory as this workshop does not cover the teaching of PECS phases or how to implement PECS. Really enjoyed the workshop and will be looking into expanding my level of knowledge in the near future.PIC Online attendee - UK WHAT YOU WILL LEARN Creating lessons with functional goals Planning opportunities for communication Identify strategies to motivate students to participate in activities Many ideas for how to use PECS within your lessons WHO SHOULD ATTEND? For all professionals working with primary and secondary students Delegates must have previously completed the PECS Level 1 workshop WORKSHOP DETAILS Agenda: 9:00 AM - 4:30 PM Registration Time: 8:30 AM - 9:00 AM Tuition Includes: detailed handout with space for note taking, certificate of attendance.

PECS IN YOUR CURRICULUM
Delivered OnlineFlexible Dates
£149 to £165

M.D.D HOW DO I KNOW PARTNER IS THE ONE PACKAGE (SINGLES)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Relationship coaching Talk through emotions and needs Address fears and emotions Ascertain your fears and address them Teaching better relationship strategies Personal dating coaching for 2 months 1 hour per week Dating advice for singles https://relationshipsmdd.com/product/how-do-i-know-partner-is-the-one-package/

M.D.D HOW DO I KNOW PARTNER IS THE ONE PACKAGE (SINGLES)
Delivered in London or UK Wide or OnlineFlexible Dates
£850

TRAUMA - UNDERSTANDING BETTER TO INCLUDE BETTER

By Inclusive Solutions

This is a practical ‘non-medical’ day for front line practitioners working with children and young people who have experienced serious trauma in their life. We work to strengthen understanding of children who have faced issues of trauma emerging from abuse, violence, loss and family breakdown. Online Course now available via Teachable Platform – Impact of Trauma Learn at your own pace… lots of text and video support Course Category Meeting emotional needs Behaviour and Relationships Inclusion Teaching and Learning Description This is a practical ‘non-medical’ day for front line practitioners working with children and young people with serious issues arising from trauma. Drawing from the international research and literature and our own experience over many years as educational psychologists of the challenges of children with major social and emotional needs, we will explore together what the best practice can and could look like. We explore the language and key concepts of trauma and outline very practical classroom strategies. We look at what Psychology may help us in our understanding of children who have faced trauma. We explore the themes of: Hyperarousal Intrusive thoughts Constricted lives We look at triggers, self-regulation and unpack a range of strategies.  We explore what young people with these difficulties really need from us. We also spend time looking at the emotional impact on practitioners working with children with such needs and what helps at a personal and team level. We can all do something – we do not have to wait for expert therapists to arrive!  Testimonials I had no idea… It had a huge impact Belonging and feelings are so important Excellent! Learning Objectives Increased confidence regarding developing inclusive practice for traumatised children in mainstream schools Simple understandable explanation trauma understood Access to a wider range of practical strategies to impact on social and behavioural needs Deeper understanding of core values surrounding inclusion of emotionally disabled children Opportunity to reflect on professional attitudes and behaviour towards parents and pupils with complex emotional needs New skills, scripts and processes to make inclusion successful Who Is It For? Practitioners working in schools and other settings with children and young people of all ages Key workers Teaching Assistants with support roles Heads and deputies SENCOs Advanced skills teachers Primary and secondary classroom teachers Parents Local authority support services Course Content The course explores the questions:What does it take for a child to:Feel safe and secureMourn the past traumaReconnect with ordinary relationships with children and adults?How can we start to develop an understanding of traumatised children?What is the true impact of trauma?What else can we do to go about including high profile children or young people with challenging emotional needs?What useful psychological constructs can we use to guide us?This course also explores practical strategies, concepts and language for key adults rebuilding relationships with individual pupils.This is a participative day that aims to be explorative and practical. Opportunities to develop empathy with the children of concern will be created.If you liked this course you may well like:FRESH APPROACHES TO BEHAVIOUR AND RELATIONSHIPS

TRAUMA - UNDERSTANDING BETTER TO INCLUDE BETTER
Delivered in UK Wide Travel Costs or OnlineFlexible Dates
£1,800 to £2,500

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Schedule & Assessment

5.0(31)

By Intelligent Yoga Teacher Training (IYTT)

London yoga teacher training course, led by senior teachers with decades of experience. Trauma sensitive, somatic approach. Online and in-person.

Schedule & Assessment
Delivered in London or OnlineFlexible Dates
Price on Enquiry

TRANSITIONING FROM PECS TO SGDS

By Pyramid Educational Consultants Uk, Ltd.

Is your learner ready to transition to a Speech Generating Device? Do you need help selecting a device and/or preparing your learner for the transition? This training will help get your questions answered! With the current influx of communication devices and apps to the market how do we ensure that basic functional communication skills are maintained and taught right from the beginning? Speech Generating Devices (SGDs) were first introduced for people with motor difficulties like cerebral palsy and now these devices are being introduced to our learners with autism and other related communication difficulties. for these populations, language and cognition are often compromised and basic social and communication skills have not always been mastered prior to the introduction of a device. Because of this, the way we teach the use of SGDs needs to be specifically tailored to fit the needs of each individual paying attention to devices capabilities vs. user capabilities. This full-day workshop will describe procedures for analysing a learner's current PECS skills to determine candidacy for transitioning to a Speech Generating Device (SGD), choosing a device, and teaching functional use of the device, and why we must teach the basic principles of communication to our learner first to ensure positive outcomes are achieved. *Participants should bring a Speech Generating Device (SGD) to the training for use during a variety of activities. WATCH VIDEO TOPICS COVERED INCLUDE Review of the PECS Protocol The unique challenges of learners with complex communication needs Procedures for analysing current PECS skills Determining candidacy for transitioning from PECS to a Speech Generating Device The 5 criteria for appropriate device selection Preparing the learner for the transition Using elements of the PECS protocol to teach functional SGD use Problem solving SGD use Tuition Includes: Detailed Handout with space for note taking, Delegate Practise Bag and Certificate of Attendance. CEUs: 5.5 BACB CEUs; Satisfactory completion of this course requires participants to be present for the duration of the course and to participate in all student responding activities (e.g. questions, role play, quizzes, and surveys). Pyramid Educational Consultants is an approved BACB ACE Provider for Learning (Type 2) Continuing Education Credits. The BACB does not warrant, endorse, sponsor, approve, or partner with the event, organisation, or instructor.

TRANSITIONING FROM PECS TO SGDS
Delivered OnlineFlexible Dates
£149 to £165

How to Teach Your Dog A Reliable Recall - My personalised recall training course gives you all the tools you need to start enjoying your outdoor time and give your dog the taste of freedom.

Total Recall
Delivered OnlineFlexible Dates
£160

Acute Medical Emergencies

By M&K Update Ltd

A comprehensive two days, delivered using a variety of teaching styles, by professionals who manage medical emergencies on a day-to-day basis. A number of the more common presenting conditions are covered providing a structured approach to the pathophysiology, initial assessment and management of the acutely ill medical patient.

Acute Medical Emergencies
Delivered in person or OnlineFlexible Dates
Price on Enquiry

Coping With ADHD

5.0(50)

By Pochat Training

CPD Accredited, Interactive Short Course 2 - 4 hr sessions What is Attention Deficit Disorder? How can you best understand, and thus cope and help those affected? Course Contents: What is ADHD ADHD as part of the Autistic Spectrum How to help you cope if you have ADHD How to cope with children who have ADHD Great for teachers and TAs in schools, others who work with people who have ADHD, and of course, those with ADHD themselves Benefits of this Short Course: Boys are around 4 x as likely to have ADHD Worldwide, 5% of people have it - that is 1 out of every 20! The figure for this is estimated to be higher in the UK This means that every single classroom in the UK will have at least one child or young people with Attention Deficit Hyperactive Disorder Learn more about the condition and how you can help them cope and take part in 'normal' life.

Coping With ADHD
Delivered in Chesterfield or Online + more
£25

Building healthy foundations in the early years

By British Nutrition Foundation

Date: Monday 14 July 2025 Time: 4.00pm – 4.45pm Presenter and organisation: Catherine Lippe, Registered Nutritionist, and Claire Theobald, British Nutrition Foundation Brief description: Following the recent launch of guidance published by the Department for Education on nutrition in the Early Years foundation stage, join Catherine Lippe, an experienced Early Years Nutritionist and Feeding Therapist, and Claire Theobald as they explore how to create supportive food environments that foster positive eating habits and long-term health for children in their early years. Claire will also outline how Early Years practitioners can embed nutrition messages from an education perspective, so putting things into practice through practical food-based sessions and other activities. It’s ideal for Early Years practitioners across the UK, aligning with key national guidance including Early Years Foundation Stage Nutrition (England), Setting the Table Guidance (Scotland); Nutrition Matters for the early years (Northern Ireland) and Food and nutrition guidance for childcare providers (Wales). What will be covered? Building healthy food foundations during the early years Encouraging positive attitudes towards food Practical strategies to support food acceptance at mealtimes Embedding nutrition messages from an education perspective Links to Food – a fact of life resources. Suggestions for further reading and sources of information. Why attend? Hear tips and practical examples for effective approaches to healthy eating in Early Years. Understand the importance of the early years educator’s role at mealtimes. Opportunity to ask questions of Catherine and Claire about early years nutrition and putting it into practice. Update knowledge to enhance teaching and learning and everyday practice. Signposts to free editable resources for use in the classroom will be highlighted. Sources of further support and information will be made available. A certificate of attendance will be provided – useful as evidence for your professional development and performance management. The webinar supports the Food teaching in primary schools: a framework of knowledge and skills, backed by government, and the Characteristics of teaching food and nutrition education in primary schools. Audience: UK trainee and practising Early Years practitioners.

Building healthy foundations in the early years
Delivered Online
FREE