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

78 Shadow courses in London delivered Live Online

3ds max on Demand One to one Training Course

By Real Animation Works

3ds max on One to one Training Course pay as you go

3ds max on Demand One to one Training Course
Delivered in London or OnlineFlexible Dates
£72

Living your EMPOWERED Life

By Selena joy lovett

https://www.patreon.com/moonhealinganddivination/membership

Living your EMPOWERED Life
Delivered OnlineFlexible Dates
£55

New Moon healing and Manifesting

By Selena joy lovett

https://www.patreon.com/moonhealinganddivination/membership

New Moon healing and Manifesting
Delivered OnlineFlexible Dates
£33

Divination Diva

By Selena joy lovett

https://www.patreon.com/Moonhealinganddivination

Divination Diva
Delivered OnlineFlexible Dates
£20

Journey with the Majors - Learn and Practice Tarot

By Selena joy lovett

https://www.patreon.com/moonhealinganddivination

Journey with the Majors - Learn and Practice Tarot
Delivered OnlineFlexible Dates
£15

Introduction to Soul Writing

5.0(10)

By Matt Rivers

A writing workshop to release stress, explore our shadows and reveal our creative force.

Introduction to Soul Writing
Delivered OnlineFlexible Dates
FREE

Telephone Etiquette

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for individuals who want to improve their phone skills. Overview Upon successful completion of this course, students will be more confident in handling the phone, resulting in new customers while retaining current clientele. In this course, students will learn about different types of calls and the etiquette associated with them. Getting Started Housekeeping Items Pre-Assignment Review Workshop Objectives The Parking Lot Action Plan Aspects of Phone Etiquette Phrasing Tone of Voice Speaking Clearly Listen to the Caller Case Study Using Proper Phone Language Please and Thank You Do Not Use Slang Avoid Using the Term ?You? Emphasize What You Can Do, Not What You Can?t Case Study Eliminate Phone Distractions Avoid Eating or Drinking Minimize Multi-Tasking Remove Office Distractions Do Not Let Others Interrupt Case Study Inbound Calls Avoid Long Greeting Messages Introduce Yourself Focus on Their Needs Be Patient Case Study Outbound Calls Be Prepared Identify Yourself and Your Company Give Them the Reason for the Call Keep Caller Information Private Case Study Handling Rude or Angry Callers Stay Calm Listen to the Needs Never Interrupt Identify What You Can Do For Them Handling Interoffice Calls Transferring Calls Placing Callers on Hold Taking Messages End the Conversation Case Study Handling Voicemail Messages Ensure the Voice Mail Has a Proper Greeting Answer Important Messages Right Away Ensure Messages are Delivered to the Right Person When Leaving A Message for Others... Case Study Methods of Training Employees Group Training One-on-One Training Peer Training Job Shadowing Case Study Correcting Poor Telephone Etiquette Screening Calls Employee Evaluations Peer Monitoring Customer Surveys Case Study Wrapping Up Words From The Wise Review Of The Parking Lot Lessons Learned Recommended Reading Completion Of Action Plans And Evaluations

Telephone Etiquette
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to R Programming

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. What is R ? What is R? ? Positioning of R in the Data Science Space ? The Legal Aspects ? Microsoft R Open ? R Integrated Development Environments ? Running R ? Running RStudio ? Getting Help ? General Notes on R Commands and Statements ? Assignment Operators ? R Core Data Structures ? Assignment Example ? R Objects and Workspace ? Printing Objects ? Arithmetic Operators ? Logical Operators ? System Date and Time ? Operations ? User-defined Functions ? Control Statements ? Conditional Execution ? Repetitive Execution ? Repetitive execution ? Built-in Functions ? Summary Introduction to Functional Programming with R ? What is Functional Programming (FP)? ? Terminology: Higher-Order Functions ? A Short List of Languages that Support FP ? Functional Programming in R ? Vector and Matrix Arithmetic ? Vector Arithmetic Example ? More Examples of FP in R ? Summary Managing Your Environment ? Getting and Setting the Working Directory ? Getting the List of Files in a Directory ? The R Home Directory ? Executing External R commands ? Loading External Scripts in RStudio ? Listing Objects in Workspace ? Removing Objects in Workspace ? Saving Your Workspace in R ? Saving Your Workspace in RStudio ? Saving Your Workspace in R GUI ? Loading Your Workspace ? Diverting Output to a File ? Batch (Unattended) Processing ? Controlling Global Options ? Summary R Type System and Structures ? The R Data Types ? System Date and Time ? Formatting Date and Time ? Using the mode() Function ? R Data Structures ? What is the Type of My Data Structure? ? Creating Vectors ? Logical Vectors ? Character Vectors ? Factorization ? Multi-Mode Vectors ? The Length of the Vector ? Getting Vector Elements ? Lists ? A List with Element Names ? Extracting List Elements ? Adding to a List ? Matrix Data Structure ? Creating Matrices ? Creating Matrices with cbind() and rbind() ? Working with Data Frames ? Matrices vs Data Frames ? A Data Frame Sample ? Creating a Data Frame ? Accessing Data Cells ? Getting Info About a Data Frame ? Selecting Columns in Data Frames ? Selecting Rows in Data Frames ? Getting a Subset of a Data Frame ? Sorting (ordering) Data in Data Frames by Attribute(s) ? Editing Data Frames ? The str() Function ? Type Conversion (Coercion) ? The summary() Function ? Checking an Object's Type ? Summary Extending R ? The Base R Packages ? Loading Packages ? What is the Difference between Package and Library? ? Extending R ? The CRAN Web Site ? Extending R in R GUI ? Extending R in RStudio ? Installing and Removing Packages from Command-Line ? Summary Read-Write and Import-Export Operations in R ? Reading Data from a File into a Vector ? Example of Reading Data from a File into A Vector ? Writing Data to a File ? Example of Writing Data to a File ? Reading Data into A Data Frame ? Writing CSV Files ? Importing Data into R ? Exporting Data from R ? Summary Statistical Computing Features in R ? Statistical Computing Features ? Descriptive Statistics ? Basic Statistical Functions ? Examples of Using Basic Statistical Functions ? Non-uniformity of a Probability Distribution ? Writing Your Own skew and kurtosis Functions ? Generating Normally Distributed Random Numbers ? Generating Uniformly Distributed Random Numbers ? Using the summary() Function ? Math Functions Used in Data Analysis ? Examples of Using Math Functions ? Correlations ? Correlation Example ? Testing Correlation Coefficient for Significance ? The cor.test() Function ? The cor.test() Example ? Regression Analysis ? Types of Regression ? Simple Linear Regression Model ? Least-Squares Method (LSM) ? LSM Assumptions ? Fitting Linear Regression Models in R ? Example of Using lm() ? Confidence Intervals for Model Parameters ? Example of Using lm() with a Data Frame ? Regression Models in Excel ? Multiple Regression Analysis ? Summary Data Manipulation and Transformation in R ? Applying Functions to Matrices and Data Frames ? The apply() Function ? Using apply() ? Using apply() with a User-Defined Function ? apply() Variants ? Using tapply() ? Adding a Column to a Data Frame ? Dropping A Column in a Data Frame ? The attach() and detach() Functions ? Sampling ? Using sample() for Generating Labels ? Set Operations ? Example of Using Set Operations ? The dplyr Package ? Object Masking (Shadowing) Considerations ? Getting More Information on dplyr in RStudio ? The search() or searchpaths() Functions ? Handling Large Data Sets in R with the data.table Package ? The fread() and fwrite() functions from the data.table Package ? Using the Data Table Structure ? Summary Data Visualization in R ? Data Visualization ? Data Visualization in R ? The ggplot2 Data Visualization Package ? Creating Bar Plots in R ? Creating Horizontal Bar Plots ? Using barplot() with Matrices ? Using barplot() with Matrices Example ? Customizing Plots ? Histograms in R ? Building Histograms with hist() ? Example of using hist() ? Pie Charts in R ? Examples of using pie() ? Generic X-Y Plotting ? Examples of the plot() function ? Dot Plots in R ? Saving Your Work ? Supported Export Options ? Plots in RStudio ? Saving a Plot as an Image ? Summary Using R Efficiently ? Object Memory Allocation Considerations ? Garbage Collection ? Finding Out About Loaded Packages ? Using the conflicts() Function ? Getting Information About the Object Source Package with the pryr Package ? Using the where() Function from the pryr Package ? Timing Your Code ? Timing Your Code with system.time() ? Timing Your Code with System.time() ? Sleeping a Program ? Handling Large Data Sets in R with the data.table Package ? Passing System-Level Parameters to R ? Summary Lab Exercises Lab 1 - Getting Started with R Lab 2 - Learning the R Type System and Structures Lab 3 - Read and Write Operations in R Lab 4 - Data Import and Export in R Lab 5 - k-Nearest Neighbors Algorithm Lab 6 - Creating Your Own Statistical Functions Lab 7 - Simple Linear Regression Lab 8 - Monte-Carlo Simulation (Method) Lab 9 - Data Processing with R Lab 10 - Using R Graphics Package Lab 11 - Using R Efficiently

Introduction to R Programming
Delivered OnlineFlexible Dates
Price on Enquiry
1...678

Educators matching "Shadow"

Show all 11
Purnima Bodywork Therapies

purnima bodywork therapies

5.0(1)

London

Purnima is committed with Kusum Modak legacy. The India master created her Modak Institute(MI) to unify, preserve her teaching to future generations. Purnima is looking after the MI Institutional Directory & Treasury department. Trainings are happening in Brazil, UK, and India.  It's a professional training to everyone who wants a new carrier, with freedom to create your own agenda, delivering a meaning service to enhance people life. This official training offers 80 hours classroom, plus 4 hours complementary activities, 11 hours for case studies practice.                                               >>> KMM Training by Purnima Instagram [https://www.instagram.com/kmmtrainingbypurnima?igsh=MWFicmRhcDU4bDMyYQ%3D%3D&utm_source=qr] <<< Purnima is the founder of Rebirthing Club of London. The Conscious Breathing Therapy happens during Purnima's UK season in Camberwell.                                                      >>> Rebirthing Club 2024 [https://rebirthingclub2024.eventbrite.co.uk/] <<< Purnima also shares her knowledge through shamanic retreats, honouring the native Brazilian linage. This year she is working in collaboration with Suraia Taha at " Healing with the Ancestors" in Dorset, UK.                                                  >>> Healing with the Ancestors [https://www.eventbrite.co.uk/e/healing-with-the-ancestors-tickets-883374325387?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurl] <<<

Starlight Temple

starlight temple

London

Spirituality for me began as a search for happiness. In my late teens, I realized that I didn't know how to be happy. I started to read self-help books which eventually lead to spiritual workshops. Meeting people who could channel spirit guides inspired me to learn how to channel and life was never the same again! Channeling is the Divine Conversation that we have with life and that is where I found my happiness. I have worked with people and lands all over the world, flowing the flow of my own Divine conversation to be of Service to Humanity at this time of immense change and transformation. All of Starlight's Offerings are about bringing magic to life. The root word of magic is the same as the root word of power is means to be able or to be capable. The Tools, Guidance Ceremonies, and Processes that Starlight Temple offers are all ways that have helped me become more capable and live more magically. Living magically to me is all about living in connection. We were all born to be in connection -with ourselves, with the Earth, with the Cosmos, and with each other. Through channeling practices, shadow healing, ceremony, tantra and land work we can all come back into connection and in doing so live more of our potential, fulfill our paths, and experience the happiness of belonging. For me, spirituality is all about learning to Live it, learning how to become the change we want to see in the world. There are many tools and it is all about finding the ones that resonate with you. Kahreela x The four pillars of Starlight Temple are Channeling and Connection, Ceremony and the Temples Ways, Shadow work and Temple Alchemy, Ceremony and Earth work, Journeys and Portals. All of my offerings and energetic work happen through The Starlight Temple, be it online, in person or on the land. The Starlight Temple is the name of my path, which I have always sensed is an energetic Dragon – an alchemical Dragon, made of ancient wisdom and the magic of many guides, goddesses, spirits and star ones. The Starlight Dragon carries magic into the Temple and into the world, creating change, direction, flow and Alchemical change wherever it is called to fly. This Dragon is ancient memory that is invites you to walk and live the old ways. This Dragon is a fierce guardian of Gaia and those who serve her by healing themselves and their shadows. This Dragon is magnetic and will call you to ride through the dimensions until you understand yourself more deeply. The Starlight Temple is all about connection; connection to self, life, the universe and spirit. Our path is about learning to connect, channel and live the divine conversation. Starlight’s workshops, courses, one to ones, ceremonies and journeys are all dedicated to helping people find empowerment in their lives and as they walk their spiritual paths. We believe that spirituality is something you experience, that every person's truth is unique and that everyone's truth makes up the whole truth of the Universe. The events that we do are about holding space for people to have an experience of their truth, ultimately our work is about love - ways and tools of learning to Love the Earth, Life, Each other and our own self more. Starlight Temple is a space overflowing with ways of doing spirituality that can be incorporated into your everyday life, so that your path, your truth and love can be lived more fully!

Wolf Training

wolf training

Bexley

Dr. Steve Wolf, Ph.D. is a Licensed Clinical Psychologist (PSY 10230), in private practice in West Los Angeles. After teaching Anger Management for five years, he was recognized as having diplomate status with the National Anger Management Association (NAMA) in 2005; which he currently holds. He has been an innovator throughout his professional career. He co-directed New York City’s first Prison Therapeutic Community Program in Rikers Island Prison’s Psychiatric Ward in 1973 and directed Rikers’ first Therapeutic Community Drug Program for the general prison population in 1974. He directed a Day Treatment Center in Litchfield Connecticut, volunteered with the L.A. Sheriff’s Department to co-create Project Turnaround, an Acupuncture Detox program on L.A.’s skid row. He co-created an alternative middle school in Topanga, CA, co-authored “Romancing the Shadow: A Guide to Soul Work for a Vital Authentic Life” (Ballantine, 1997, translated into six languages), and developed “The Village Circle Project”: leaderless groups for self-exploration. He consulted as a Co-Occurring Disorders therapist in Los Angeles working with men coming directly from prison, jail or the street for five years. In 2006, he authored the “Taming Your Anger” series of English and Spanish workbooks, DVD’s, C.D.’s and workshops. He recently taught the Taming Your Anger/Emotional Intelligence Method to at-risk teens and has produced a documentary film of that program. In 2010. he founded the Wolf Training Institute, which serves as the umbrella for all the programs in development. This is where the practitioners are certified to teach and coach the Taming Your Anger, Taming Your Anxiety and CouplezWork Programs. The Taming Your Anger Program is recognized by the National Anger Management Association. In 2012, he produced the documentary, Remedy 4 Rage; the story of one alternative high school group and their journey into exploring their own emotions. In 2014, he began to host the weekly “Shrink Different Radio Show” on the TFOK Network. He has interviewed celebrities and regular people who have interesting lives. The show is about people and their passions. He maintains a therapy practice, working with adults and couples in West Los Angeles. The next book is on the evolving couple and is scheduled to be released in early 2020.