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

10675 Courses delivered Online

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

Managing Remote and Virtual Teams

By Nexus Human

Duration 2 Days 12 CPD hours Overview Effectively manage team dynamics in remote and virtual teams Leverage communication technologies to the benefit of your remote and virtual teams Identify the specific skills required for managing remote and virtual teams Evaluate the impact of culture and language on your team?s performance The business model of managing remote and hybrid teams is constantly evolving. Managing remote teams?a rarity just a few years ago?is now a common occurrence. Working virtually offers unique advantages and challenges. But how do you best leverage these benefits while overcoming impediments? This workshop will teach you to adjust your management style to successfully improve communication, foster connections, increase productivity, and develop remote and virtual teams. Focused on practical skills, this workshop includes activities to apply these techniques and drive results. Defining the Characteristics of the Remote and Hybrid Workforce Understanding the remote vs. hybrid workplace Managing relationships, communication, and tasks Meeting your needs and your team?s needs Management Requirements for Remote Leadership Moving from reactive to proactive Understanding team member?s unique situations Keeping everyone informed Innovating with virtual teams Managing work outputs Overseeing separated team members Defining and building relationships with stakeholders Building and Strengthening Team Dynamics Creating team identity Forming remote and virtual teams Managing the storming process Getting to norming and performing Creating and governing with ground rules Tracking team performance Setting expectations and providing feedback Making Technology Work for You Communicating with and coordinating your team Avoiding the technology trap Developing effective communication across various mediums Choosing the right technology platform The Impact of Culture and Separation Recognizing cultural characteristics and differences Building cultural knowledge Managing across time zones Respecting non-working time

Managing Remote and Virtual Teams
Delivered OnlineFlexible Dates
£1,495

Proofreading & Copyediting

4.8(9)

By Skill Up

Discover the power of proofreading AI tools like Grammarly and ProWritingAid. Master your skills in editing and proofreading for any legal or official document.

Proofreading & Copyediting
Delivered Online On Demand6 hours 11 minutes
£13.99

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Deaf Awareness & Interaction Training

5.0(1)

By Course Gate

Enhance your understanding of the deaf community with our Deaf Awareness & Interaction Training. Learn effective communication techniques, causes of deafness, and innovative auditory technologies. Ideal for educators, healthcare professionals, and anyone interested in promoting inclusivity. Enrol now!

Deaf Awareness & Interaction Training
Delivered Online On Demand2 hours 8 minutes
£11.99

Proofreading Training

By Imperial Academy

Level 5 QLS Endorsed Course | CPD & CiQ Accredited | Free PDF Certificate | Lifetime Access

Proofreading Training
Delivered Online On Demand
£12

Concierge, Waiter Training with Public Speaking Training

By Imperial Academy

Level 3, 4 & 5 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Concierge, Waiter Training with Public Speaking Training
Delivered Online On Demand
£399

Entrepreneurship in ESL Teaching

By The Teachers Training

Entrepreneurship in ESL Teaching is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Entrepreneurship in ESL Teaching and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 1 hour studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language numeracy and IT Desire for entrepreneurship over the age of 16. Assessment The assessment is straightforward, you need to complete the assignment questions that will be provided to you at the end of the course, you can complete the assignment anytime you want. After you complete and submit your assignment, our tutors will assess your assignment and give you feedback if needed.  After your assignment has been assessed and you have passed, you will be qualified and will be able to apply for a course completion certificate. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Entrepreneurship in ESL Teaching Introduction : How to Become a Successful ESL Entrepreneur Abroad 00:07:00 A Powerful Business Model 00:20:00

Entrepreneurship in ESL Teaching
Delivered Online On Demand27 minutes
£27.99

Autism, Dementia and ADHD Awareness - 3 QLS Course

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | 10 CPD Courses | Lifetime Access | 24/7 Tutor Support

Autism, Dementia and ADHD Awareness - 3 QLS Course
Delivered Online On Demand
£399

Agatha Christie - Death on the Nile - Wednesdays from 15th January

5.0(22)

By Book Club School

Read and discuss the Queen of Crime - Agatha Christie! Highlights Join this book club and gain extra motivation to read in English 7 hours of live classes to help you develop fluent speaking in English Study this classic detective story and work out the clues by understanding the text Be corrected by an expert English teacher to remove errors and mistakes Learn English online using this great story from Agatha Christie - the most widely published author of all time and in any language. This is an 7 week online Zoom course with an expert English teacher from the UK. The Book Club book In Death on the Nile Poirot finds himself in the middle of a confusing murder while on holiday in Egypt. What reason would anyone have to murder the beautiful victim? And will they kill again? With an intricate plot, this is one of Agatha Christie's finest murder mysteries. Geoff says: "Agatha Christie is known as the Queen of Crime. She is the best-selling novelist of all time, writing 66 detective novels and 14 short story collections. This one stars her much loved detective, Hercule Poirot."

Agatha Christie - Death on the Nile - Wednesdays from 15th January
Delivered OnlineJoin Waitlist
£137