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

3042 Courses in London

The Therapeutic Power of Language

By Human Givens College

– a psychotherapy skills masterclass The language we use has a huge impact on others – on this practical, inspiring course you will learn how to combine solution-focused techniques and effective language skills to help relieve distress and improve outcomes, as quickly as possible… -------------------------------------------------------------------------------- * Accredited CPD Certificate : 12 hours * * Length 2 days (9:30am - 4:00pm) -------------------------------------------------------------------------------- > Excellent course! I’ve learnt so much and been inspired so much. Gareth has a > wonderful style of delivery... > > MARY FLYNN This course is suitable for anyone working with adults, teens or children – the knowledge and skills you will gain have a wide range of applications in addition to therapy and counselling, including coaching, healthcare, teaching, motivation, overcoming resistance, emotional turmoil and much more. You will leave with a powerful toolkit of precisely-targeted and creative therapeutic language skills, as well as a range of effective brief therapy strategies. These can be easily tailored to any individual and used to successfully help people resolve a wide range of conditions and problems as quickly as possible. If you want to be more effective in what you do, these are core skills to have…   Denise Winn previously taught this course, it is now delivered by Gareth Hughes WHY TAKE THIS COURSE Language is key to everything we do – being aware of the power of language to help or do harm is essential when we’re trying to help people. Knowing how to use it well can make all the difference to a successful therapeutic outcome. Paying attention to the language we use is central to the human givens approach to therapy and counselling: our choice of words is crucial in building rapport with people, learning more about someone – their unique qualities and abilities – in listening and responding, in providing motivation and in collaborating to agree goals and strategies for the effective resolution of their problems. The careful use of language is essential for other areas of life too: at work, home, with family and friends – and this  2-day course is accessible to all. It can be taken as part of the Human Givens Diploma or as a stand-alone course. You will gain a solid foundation in the most effective brief solution-focused strategies and language skills that are essential if you want to be able to help people as quickly as possible. By distilling the essence of proven brief therapy approaches and working in tune with the givens of human nature, outcomes can be dramatically improved and suffering successfully reduced. You will also learn how any team of professional healthcare workers can safely incorporate brief therapy techniques into their work with patients suffering from depression, anxiety, panic attacks, PTSD, anger, OCD, eating disorders, addiction and relationship/marital/family problems, thereby improving outcomes and reducing suffering on an even wider scale. -------------------------------------------------------------------------------- GOOD TO KNOW This course gives you essential skills that are used in the successful treatment of a wide range of conditions, such as anxiety disorders, depression [https://www.humangivens.com/college/lift-depression/], addictions, self-harm, OCD and the rewind technique [https://www.humangivens.com/college/rewind-technique-training/] for treating trauma and phobias. They are also fundamental skills to have when using guided imagery and visualisation [https://www.humangivens.com/college/guided-imagery-and-visualisation/]. This course is an essential component of Part 1 of the HG Diploma. > I feel very excited and energised. I can't wait to start using these > techniques... > > OCCUPATIONAL THERAPIST WHAT WILL YOU LEARN * The essential skills needed for successful brief therapy * New information about the APET™ model – why it is so important to construct therapy that is in tune with our how brains work (our emotional reactions come first) – this speeds up therapy and explains why purely cognitive and behavioural approaches can take so long * An ability to get to the root of the matter quickly by establishing which innate needs are not being met and why (the essence of effective brief therapy) * Quick rapport building skills * How to use the RIGAAR™ structure to improve therapy outcomes * Reflective listening and reflective reframing * How to use therapeutic language skills directly and indirectly to initiate change * Ways to use solution-focused questioning to create a framework for change * How to identify and use your client’s own life resources * An understanding of why the human givens approach dramatically increases the likelihood of therapy being brief, regardless of the presenting problem * A range of psychological interventions to use with common psychiatric problems: anxiety, panic attacks, depression, intrusive thoughts, relationship difficulties and so on * Promoting cooperation by developing realistic and achievable goals * How to identify exceptions (when the problem doesn’t occur) and get the patient to take credit for them * How to generate motivation for change in your patients * Separating the patient’s core identity from their problem * How to minimise or overcome resistance * How not to be drawn in to a client’s negative self-view * Great use of case histories to illustrate the skills covered * How to use the psychological laws of positive expectancy and concentrated attention * An understanding of why taking this collaborative human givens stance, reduces stress and pressure on you * Plenty of opportunity to consolidate what you are learning by practising the skills yourself -------------------------------------------------------------------------------- HOW IS THE COURSE STRUCTURED? Held over two consecutive days, this skills-based practical workshop combines a blend of talks, demonstrations and exercises.  Each day starts at 9.30pm and finishes at 4.00pm, with 2 breaks for networking and refreshment and 45 minutes for lunch. Course notes, refreshments and lunch are included on both days. -------------------------------------------------------------------------------- WHO IS THIS COURSE SUITABLE FOR? You and your patients will benefit enormously from you attending these two days. If you are a counsellor, psychotherapist, clinical psychologist, mental health nurse, GP, doctor, nurse, OT, physiotherapist, youth worker, social worker, health visitor, support worker or any other caring professional, and wish to be more effective in what you do, this course gives you the perfect opportunity to discover new, subtle but highly effective skills with plenty of time to practise to help you assimilate them into your own work. Many other professions – such as educational and business professionals – also find the skills and information covered highly applicable to and beneficial for their own work. It is also suitable for anyone who is thinking of a career in this field as these are core skills needed for successful brief, solution-focused psychotherapy. -------------------------------------------------------------------------------- This course has been independently accredited by the internationally recognised CPD Standards Office for 12 hours of CPD training. On completion of this training you’ll receive CPD certificates from the College and the CPD Standards Office.

The Therapeutic Power of Language
Delivered In-Person in London + 1 more locations6 hours 30 minutes, May 1st, 08:30 + 4 more
£396

Python Programming Beginners Course, 1 Day, Online Instructor-Led

By Pcw Courses Ltd

PYTHON BASICS: COURSE DESCRIPTION Excellent for beginners, practical, in small groups of max 4 people, 1 Day Online Instructor-led. You could contact us for your prefereed date. Session 1: Python Data Types and Variables: * Primitive types; Characters & Strings; Boolean; Working with variables and its scope; Conversion and casting types in Python. * Operators and Expressions: * Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators.. * Exercise: Calculate Movie Tickets for a Party, Are there enough seats in the cinema? Decision Making & Loops * If statement; If - else statement; If- elif - else statement; Nested if - else; * Exercise: Calculate the travel fee to deliver goods * The while, For loop * Jump statements: break, continue; * Nesting loops. * Exercise: Enter a password, if incorrect 3 times, you are blocked. Session 2: Data Structures * Lists. * Tuples. * Exercise: Hangman Game * Exercise: Get a word for the game from a Json File, store the high score in a Dictionary file Session 3: Files and exceptions * Exception Handling, Exception types; Using try and Except. * Files, streams: Open, Traverse, Read and Create Files: Csv, txt and Json Files. * API: Connecting to API’s. Session 4: OOP * Creating and using custom Functions. * Using parameters and return values. * Creating a Class; Creating an Object; Using an Object; Adding Instance variables; * Class Constructors; Parameterized Constructors. * Inheritance. Override. Session 5: Pandas Dataframe Basics * Getting data into a dataframe: Dict to Dataframe, Dataframe to Dict. Excel To Dict, Dict to Excel , working with Excel data, multiple Excel sheets. * Getting information about the dataframe, * Filter, sort and query a Dataframes, Slicing Dataframes, * Duplicate values,Working with null-values, Sampling. * Exercise: Query the top 1000 grossing movies of the last century Session 6: Built in Functions: String, Math, Random * Python built-in functions: * Strings functions. Maths functions. Random Functions. * Exercise: Find information in prose, to get the sentiment of the prose. * Exercise: Get a word for the game from a txt File * Exercise: Win the lottery INCLUDED: * PCWorkshops's Python Programming Basics Certification * Course notes, exercises and code examples * Revision session after the course -------------------------------------------------------------------------------- REFUND POLICY No Refunds

Python Programming Beginners Course, 1 Day, Online Instructor-Led
Delivered Online & In-Person in London5 hours, May 1st, 09:00 + 19 more
£185 to £285

Interior Design Course

By Studio AVC

Learn how to style your space like a pro at our Interior Design Course starting on April 15, 2024,

Interior Design Course
Delivered In-Person in London2 hours, May 1st, 09:00
£300

Phlebotomy Training

By Lead Academy

Are you a fresher and looking to start your career as a phlebotomist or are you currently employed in the healthcare profession and looking to expand your phlebotomy skills in order to build a rewarding career in this field? Or simply want to understand the blood collection procedure and gather skills to handle and transport specimens securely. This comprehensive phlebotomy course online is ideal for you! -------------------------------------------------------------------------------- Course Highlights * You will be given ample opportunity to practise on the manikins * Face to Face Practical Training * National Occupational Standard for Obtaining Venous Blood Sample * Demonstrate appropriate infection control principles when performing training * 3 Hours of Remote Theoretical Learning * 7 Hours of Face-to-Face Training Sessions at Swindon Centre * 7 Hours of Face-to-Face Training Sessions at Bristol Centre * 1 Day of Face-to-Face Training Sessions at Birmingham Centre * 8 Hours of Face-to-Face Training Sessions at London Centre * Once confident at taking blood from the manikin you will have the opportunity to take blood from a fellow participant with consent. * Accredited by the CPD Certification * Designed by expert healthcare professionals. -------------------------------------------------------------------------------- This extensive course covers the following credentials: * Venepuncture process * Vial labelling * Blood-taking techniques * Safety protocols, * Needle safety techniques * Processing of blood samples * Prioritising patients * System of needle measurement * Maintaining the accuracy of specimen labels * Controlling and preventing infection * Techniques for preserving clinical proficiency * Legal repercussions of bad behaviour * Causes of infection and needed records * Identify the veins used for Venepuncture (Phlebotomy) * Solving issues might arise during the actual operation -------------------------------------------------------------------------------- CLASSROOM-BASED PHLEBOTOMY TRAINING COURSE To ensure effective training, our classroom-based learning is divided into two parts: Remote theoretical learning (online) For the first part of our phlebotomy course online, we provide in-depth theoretical learning which you can complete from the comfort of your home. You can go on to the practical learning portion once the coursework and assessments have been successfully completed. Face-to-face practical learning (designated London-based office, with a similar structure at Swindon, Bristol and Birmingham offices) As part of the practical training, you will receive practical demonstrations and hands-on experience to justify your role. The practical learning part is divided into two learning slots with each weighing 4 hours of time: * First 4 hours session: Through practical demonstration using a mannikins, you will be taught how to smoothly draw blood, reduce risks, and control the patient’s reaction. * Last 4 hours of sessions: You will then have the chance to draw blood from fellow participants with consent while being closely supervised. Phlebotomy | Online Course | Lead Academy - Trailer [https://www.youtube.com/watch?v=w-sckQ7K0D4] -------------------------------------------------------------------------------- WHO IS THIS PHLEBOTOMY TRAINING COURSE FOR? This phlebotomy course is primarily aimed at: * Phlebotomists * Health Visitors * Physiotherapists * Occupational Therapists * Healthcare professionals * Nurses, midwives, phramcists and doctors * Freshers looking to begin their career as a phlebotomist * Anyone looking to enhance their blood-sampling skills Whether you are a fresher looking to kickstart your career in the field of phlebotomy or a practicing healthcare looking to enhance your phlebotomy skills, this course will help you achieve your professional aspirations by all means. Entry Requirements There are no academic entry requirements for this online phlebotomy course, and it is open to students of all academic backgrounds. ENTRY REQUIREMENTS * There are no academic entry requirements for this blood taking course, and it is open to students of all academic backgrounds. * However, you are required to have a laptop/desktop/tablet or smartphone and a good internet connection. ASSESSMENT METHOD In this phlebotomy course learners will be assessed through observation. That means during the practical training you will be observed by the supervisor/trainer. Upon successful demonstration of blood sampling and blood draw, you will be awarded a CPD-accredited certificate that is accepted by thousands of professional bodies and government regulators here in the UK and around the world. We also offer face-to-face practical training for Cannulation Training [https://lead-academy.org/course/cannulation-training], Catheterisation Training, [https://lead-academy.org/course/catheterisation-training] and Advanced / Competency Phlebotomy Training [https://lead-academy.org/course/advanced-phlebotomy-training] -------------------------------------------------------------------------------- COURSE CURRICULUM Module 1: Introduction Module 2: Steps Before Withdrawing Blood (Venepuncture) Module 3: Basic Anatomy Lessons Module 4: Dos and Donts for Vein Selection Module 5: Preparation for Venepuncture Module 6: Managing Patient’s Expectations Module 7: Complications Issues during Venipuncture Module 8: Processing of Blood Samples Module 9: Conclusion -------------------------------------------------------------------------------- RECOGNISED ACCREDITATION This phlebotomy course is accredited by Continuing Professional Development (CPD). CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing the phlebotomy course, you would be a potential candidate in your respective field.

Phlebotomy Training
Delivered in London + 3 more locations or OnlineFull day, May 1st, 09:00 + 63 more
£169

VTCT Sports Massage Level 3

5.0(11)

By MD Massage Therapies and Training

Vtct sports level 3

VTCT Sports Massage Level 3
Delivered In-Person in London5 hours, May 1st, 09:30 + 6 more
£1095

12 Weeks Ultra Barber

By TotalBarber Academy Limited

12 week Barber Course. NVQ level 2. PABD Diploma. Plus the TB Ultra Diploma. Giving you much more time to practice will increase your confidence and your skills. Practice makes perfect. We’ve listened to feedback and now students can stay with us longer! We’ve added more Afro hair as a special component of this course plus you get more 1 to 1 training during the final 2 weeks of the course to really push yourself. You’ll be able to get more out of our tutors vast knowledge, perfect new techniques and ideas.

12 Weeks Ultra Barber
Delivered In-Person in London5 hours 30 minutes, May 1st, 10:00 + 92 more
£500 to £4100

Screen Acting Weekly with Showreel

By Actors Studio

With Actress, Acting and Audition Coach Sarah Hannah -------------------------------------------------------------------------------- INTRODUCTION Join our internationally recognised Screen Acting Weekly Course and develop your technical performance skills and character understanding over 5 Weekly Evening Sessions before applying your new skills on a professional set at Pinewood Studios as you participate in filming two showreel scenes. Over weekly sessions, the Director will use practical techniques to build your confidence in performance and help you master the technical requirements to be a successful screen actor. You will focus on the importance of character preparations, how to portray emotion, comedy and drama on camera in addition to career advice before shooting a professional acting showreel. Upon completion of the Screen Acting Weekly course, you will emerge with a heightened sense of assurance and confidence in your screen acting abilities and the tools to progress with your acting career, whether you’re new to the industry or a Drama School Graduate looking for more acting opportunities in TV & Film. MEET YOUR TUTOR Sarah Hannah Acting Coach https://www.imdb.com/name/nm0161404/ Sarah Hannah is a highly experienced Professional Actress, Acting and Audition Coach. Bringing her extensive experience of working on stage and on screen, Sarah will focus on enhancing your presence on camera and cover the technical skills required of a professional screen actor. -------------------------------------------------------------------------------- Course Outline The course led by Acting Coach Sarah Hannah is held at The Audition House, Central London, and the first 5 weekly sessions run for 3 hours (6-9pm). There are 3 additional showreel filming sessions at Pinewood Studios. You will be required for 2 out of the 3 filming sessions.  We film during the day and you will be given a specific filming time and will not be required all day.   As this course is inclusive of all levels of ability, it offers a comprehensive overview of screen acting skills, starting from the basics and progressing to more advanced concepts. It will include resources, material and instructional stratergies that cater to beginners while also offering challenges for those with more advanced skills. -------------------------------------------------------------------------------- BOOKING OPTIONS Select a course date and add to cart to proceed with payment. This course has limited availability and spaces are first come first served. Please read our Terms and Conditions before proceeding with your booking. £750.00 Weds 24th April-Thurs 30th May 2024 Lesson 1: Wednesday 24th April 2024 – 6-9pm Central London Lesson 2: Wednesday 1st May 2024 – 6-9pm Central London Lesson 3: Wednesday 8th May 2024– 6-9pm Central London Lesson 4: Wednesday 15th May 2024 – 6-9pm Central London Lesson 5: Wednesday 22nd May 2024 – 6-9pm Central London Filming Sessions: Tuesday 28th, Wednesday 29th and Thursday 30th May 2024 at Pinewood Studios. You are required for 2 of the 3 filming sessions. Weds 18th Sept-Thurs 24th Oct 2024 Lesson 1: Wednesday 18th September 2024 – 6-9pm Central London Lesson 2: Wednesday 25th September 2024 – 6-9pm Central London Lesson 3: Wednesday 2nd October 2024– 6-9pm Central London Lesson 4: Wednesday 9th October 2024 – 6-9pm Central London Lesson 5: Wednesday 16th October 2024 – 6-9pm Central London Filming Sessions: Tuesday 22nd, Wednesday 23rd and Thursday 24th October 2024 at Pinewood Studios. You are required for 2 of the 3 filming sessions. -------------------------------------------------------------------------------- ADDITIONAL INFORMATION FEATURES Practical acting training for screenShoot two scenes for your professional acting showreel with our Award Winning CrewSuitable if you are (17 yrs+) and committed to improving your screen acting skillsAttracts a varied age range from 17 yrs+. International Students WelcomeThe course is taught in English, so it is important that you have proficient English language skillsSmall Class Size LEARNING OUTCOMES Learn techniques to effectively analyse a Film/TV ScriptCreate truthful and inspirational charactersBuild confidence performing in-front of cameraUnderstanding the workflow of a busy film setAudition preparationCareer advice and direction – how to market yourself COURSE LOCATION Training Sessions (1-5)   6pm – 9pm The Audition House, 129A Whitfield Street, Fitzrovia, London, W1T 5EQThe Audition House is a two minute walk from Warren Street tube and 5 minutes from Euston Station Filming Sessions (6-8) Between 8am and 4pm Actors Studio, Pinewood Studios, Pinewood Road, Iver Heath, Buckinghamshire, SL0 0NH Free Parking available at Pinewood StudiosFree frequent shuttle bus service from London Uxbridge Tube Station, Slough and Gerrards Cross. Transfer from station to Pinewood Studios – 10 minutesCanteen and Coffee shops on siteExcellent transport links from London

Screen Acting Weekly with Showreel
Delivered in London or Online3 hours, May 1st, 17:00 + 14 more
£750

Python Programming Beginners Evenings Course, Webinar, Virtual Classroom.

By Pcw Courses Ltd

Python coding, interactive, instructor-led, hands-on, practical. From basics to working with professionals. Python Part Time. Python Coding. -------------------------------------------------------------------------------- Python Beginners Evenings Course COURSE SUMMARY This Python Programming course has become essential to all professional who would like to do code using Python. Learn evenings, work while studying. Work and study Python Part Time. It is a Python beginners course and teaches Python coding from scratch to intermediate. Hands-on, practical. We code some real life examples in this course. Duration: 3 Evenings, once per week for 3 weeks 6pm-8pm, of which the first date only shows on the booking. Virtual Classroom: You could attend in our classroom, or attend online via virtual classroom, by select the appropriate ticket. Who Should Attend? This course is intended for beginner programmers who need to code in Python. Fast-paced, Quite intensive. Course Outline: Session 1: Basics * Python Data Types, Variables, * Operators and Expressions: Arithmetic operators; Relational operators; Assignment operator; Logical operators. * Decision Making: If statement; If - else statement; If- elif - else statement; Nested if - else; * Using Loops: The while, while-else; do-while and the for loop; Enhanced for loop; Jump statements: break, continue; Nesting loops. Session 2: Lists. Dictionaries, Json * Python Data Structures: Lists. Data Structures: 2-d Lists, Tuples. Dictionary, Nested Disctionary. Session 3: Built-in functions: * Python Date Functions. Random. Math Functions. String Functions. Python Regex. Session 4: Database: * Connect to a database, create Database, create a table, insert, delete, update records, query a database and display results. Drop database, drop table. Session 5: Files * Exception Handling in Python: Fundamentals of exception handling; Exception types; Using try and except. * Files, streams: Create, Open, Traverse and Read Files: Csv, txt and Json Files. * API: Connecting to API’s Session 6: M ethods, Classes and Objects * Creating and using Function, Working with parameters, Calling functions. * Object-Oriented Programming (OOP) principles. Modules and Classes, Creating an Object; Using an Object; Adding Instance variables; Controlling accessibility; Naming conventions for class member.s FAQ Do I need Python on my Laptop? Ideally spoken yes, but if not possible, you could use our online platform. Can I pay by BACS? Yes, simply email us, a Python course consultant will contact you. training@pcworkshopslondon.co.uk or pcworkshopslondon@gmail.com Can I pay with PayPal? Yes, simply email us, a course consultant will contact you. training@pcworkshopslondon.co.uk or pcworkshopslondon@gmail.com Do I get an invoice? Yes, on request. Can I pay with a PO (Purchase Order Number)? Yes, simply email us, a Python course consultant will contact you. training@pcworkshopslondon.co.uk or pcworkshopslondon@gmail.com Do I get a certificate? Yes, a PCWorkshops Certificate Can I attend in classroom? Yes, on request, and it would incur an additional charge, depending on your location. We have offices in London, Manchester, Birmingham, Portmouth, Southend-on-Sea, Milton Keynes. Can beginners follow this course? Yes, this is a Python beginner friendly course. We offer Python courses with max 4 people, so we make sure each delegates fully understand the material covered Can I customise the course? Yes, all our Python courses are customisable. We can customise the dates, times, location. course outline. -------------------------------------------------------------------------------- REFUND POLICY No Refunds

Python Programming Beginners Evenings Course, Webinar, Virtual Classroom.
Delivered Online & In-Person in London1 hour 30 minutes, May 1st, 17:00 + 22 more
£120 to £210

ZUMBA LESSON IN HAMMERSMITH & CHISWICK EVERY WEDNESDAY @ 7PM

5.0(62)

By Club Azucar - Latin Dance

Zumba fitness in Hammersmith & Barnes with club Azucar – Latin dance taught by native instructor Patricia Nunez from Brazil every Monday @ 6 pm @ Rivercourt Methodist church, king st, w6 9jt nearest tube station Ravenscourt park (1-minute walk)

ZUMBA LESSON IN HAMMERSMITH & CHISWICK EVERY WEDNESDAY @ 7PM
Delivered In-Person in London1 hour, May 1st, 18:00 + 27 more
£10 to £180

SALSA LESSON (BEGINNERS) FOR COUPLES & SINGLES IN HAMMERSMITH - CHISWICK EVERY WEDNESDAY @ 7 PM

5.0(62)

By Club Azucar - Latin Dance

Salsa lesson for couples & singles in Hammersmith, Chiswick & Barnes with Club Azucar – Latin Dance taught by native instructor Ginu Nunez from Colombia every Monday @ 7 (Beginners) & 8:00 PM (Intermediate & Adv) @ Rivercourt Methodist church, king st, W6 9JT nearest tube station Ravenscourt Park (1-minute walk)

SALSA LESSON (BEGINNERS) FOR COUPLES & SINGLES IN HAMMERSMITH - CHISWICK EVERY WEDNESDAY @ 7 PM
Delivered In-Person in London1 hour, May 1st, 18:00 + 32 more
£10 to £180
K2 Academy of Contemporary Jewellery

k2 academy of contemporary jewellery

5.0(7)

London

  EXPERIMENTATION. CREATIVE FREEDOM. MAKING A DIFFERENCE. K2 Academy of Contemporary Jewellery is the ideal place for those who want to develop their jewellery design and making skills, whilst stepping outside of mainstream boundaries and thinking critically about the creative process. Our students learn new skills and traditional jewellery techniques whilst experimenting with a variety of different materials, including base and precious metals, gemstones as well as unconventional recycling materials and found objects. In addition, we introduce them to the professional jewellery industry by teaching business skills. Classes are taught in small groups of no more than 10 students, enabling you to spend quality time with your tutors. K2 offers a comprehensive programme of all-level jewellery courses, creative short courses, masterclasses and SQA accredited diploma courses   DEDICATED TUTORS DELIVERING QUALITY TRAINING. K2 Academy was established and is directed by jewellery artists and tutors Kelvin J Birk and Katrin Spranger, both of whom have 20+ years of experience in goldsmithing, metal work and tutoring. They are dedicated to sharing their extensive knowledge.   The students benefit from K2’s central London location, close to Hatton Garden’s jewellery quarter and the Goldsmiths’ Assay Office. K2 is based within Cockpit Arts, a thriving community of professional design and craft businesses, which includes renowned contemporary practitioners. This unique setting offers K2 students the opportunity to network and gain valuable insight into a professional jewellery environment.   K2 ESTABLISHES ITSELF AS A PLACE OF INTELLECTUAL EXCHANGE, SPURRING ON NEW IDEAS AND PROVIDING AN ENVIRONMENT FOR INSPIRATION TO FLOURISH.   www.k2jewelleryacademy.london [http://www.k2jewelleryacademy.london] info@k2jewelleryacademy.london  

Find Bliss Within

find bliss within

5.0(36)

London

Energy Healing Reconnect To Your Full Potential, Awaken The Greatness Within You. We live demanding, busy lives, and this can sometimes create imbalance and suffering. It leaves us depleted, exhausted, depressed, unhappy, and vulnerable. Find Bliss Within offers London energy healing sessions to support you on your healing journey. In our energy healing therapy, we use over 3000 years old ancient wisdom past down from a teacher to a student. Those healing sessions will support you in restoring you to your true self. Ancient Mystery School path of progression is to Know Thyself. Reconnect to your full potential and awaken the greatness within you. Book Now Life Activation - activate your physical and spiritual DNA, awaken your blueprint, and begin the journey to remember your greatness, so you can live a joyful and fulfilling life. The two-day Program Empower Thyself is the next step and offers an opportunity to learn ancient tools of empowerment. It helps us to be true leaders in our life, having power and light to transform what is no longer, seeing solutions and opportunities vs getting stuck in pain and suffering.    The leader of the future! There is a place that exists within all of us that is peaceful, strong, free and solidly rooted - all at the same time. This is exactly what the leadership of the future is about. In order to lead others, you must first learn to lead yourself. To be a leading star, you must live like one! Empower Thyself: 2-day program is all about empowering yourself. You are given the tools to find your passion and drive. You will learn how to change the feelings and thoughts that are stopping you from creating what you want! It will help you to both see and live the life you want. This program is for you who want to take leadership in your and possibly others' lives, - and understands that to be a leading star, you must first become the star in your own life. If you are a leader, entrepreneur, or just someone who simply wants to change their life, reach out!" Together we will create a better tomorrow.