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

360 Courses in London

West London Class

By LondonBitty

Merging wellness, fitness and sensuality, London Bitty heels dance classes for beginners, provide a safe, supportive space for personal exploration, self love and confident liberation.

West London Class
Delivered In-Person in London1 hour 30 minutes, Jul 8th, 19:30
£17

Design and Sew Your Summer Wardrobe (Ages 12 - 18)

By Summer Fashion School London

You'll be covering the technical and design processes of creating your own capsule wardrobe for the summer. You'll be able to make garments such as skirts, blazers, bomber jackets, mini skirts, dresses, loungewear, swimwear, and accessories, the possibilities are endless. This programme is perfect for a teenager who is curious about learning how to sew, design and make their own clothes, use and alter patterns and would like to know information on what it takes to be a designer. There will be a constant gaze on sustainability and how you can make your process as sustainable and zero-waste as possible. This course is inclusive of male and gender-neutral designs. You will learn how to: • Assume the role of the designer and develop your own ideas into a design • Work with Ex LFW designer fabrics • Create mood boards and learn why designers use them • Pattern cut, sew and construct your own garment • Take your first steps into the fashion industry Whilst learning valuable skills such as: • Communication • Fashion design • Fabric knowledge • Embellishment • Accuracy • Machine and hand sewing You will leave with: • Design development sheets • Your own mood boards • An outfit designed and made by yourself • A certificate of completion What You Need: • Students must arrive with packed lunches, snacks and a re-usable bottle of water each day. • We provide all materials and sewing equipment. Schedule: • Monday to Friday, 10.00 am – 4.30 pm* *times subject to slight changes. Level: Beginner Friendly INSTRUCTIONS • Students must arrive with packed lunches, snacks and a re-usable bottle of water each. • All materials and sewing equipment are provided for this workshop.

Design and Sew Your Summer Wardrobe (Ages 12 - 18)
Delivered In-Person in LondonFull day, Jul 9th, 08:00 + 3 more
£217 to £835

Funky Mambo presents Salsa On2sdays - SALSA CLASSES & PARTY 2024

4.5(52)

By Funky Mambo (Salsa Classes)

Learn the popular Night Club Style Salsa aka Salsa On2/Mambo with Funky Mambo! Every Tuesday. No partner, no pre-experience required. 😊

Funky Mambo presents Salsa On2sdays - SALSA CLASSES & PARTY 2024
Delivered In-Person in London4 hours 15 minutes, Jul 9th, 18:15 + 23 more
£8 to £12

Lindy Hop Course Ruislip July

5.0(16)

By SwingdanceUK

Improver to Intermediate Lindy Hop classes in Ruislip, Middlesex

Lindy Hop Course Ruislip July
Delivered In-Person in Ruislip1 hour 40 minutes, Jul 9th, 19:00 + 2 more
£120

North West London Class

By LondonBitty

Merging wellness, fitness and sensuality, London Bitty heels dance classes for beginners, provide a safe, supportive space for personal exploration, self love and confident liberation.

North West London Class
Delivered In-Person in London1 hour 30 minutes, Jul 9th, 19:30
£17

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, Jul 10th, 09:00 + 9 more
£185 to £285

ABG: Blood Gas interpretation

4.8(47)

By EF Training & Consultancy Ltd

Basic ABG interpretation ABG interpretation training Introduction to ABG analysis Arterial blood gas interpretation Healthcare professional ABG course Acid-base balance training ABG parameters explanation Respiratory and metabolic disturbances Hands-on ABG practice Clinical applications of ABG interpretation ABG training for nurses/physicians/respiratory therapists ABG interpretation certification CPD accredited ABG course Practical ABG learning

ABG: Blood Gas interpretation
Delivered In-Person in LondonFull day, Jul 10th, 08:30
£102

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, Jul 10th, 17:00 + 12 more
£120 to £210

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, Jul 10th, 18:00 + 22 more
£10 to £180

Spanish Conversational Club!

By Spanglish Languages and Culture

Please read the full description!  Spanish Conversational Club.  Club de conversación en ESPAÑOL   How does it work? The Spanglish club is for all people wanting to improve their Spanish outside of a class room. Depending on numbers, there are going to be groups of max 6 people, the group will be Beginners (A2), Intermediate and Advance. Each group will have a Spanish native speaker who can help you with your Spanish :) We will first meet our table amig@s and socialise, then we will make a fun and interesting activity for you to have a better Spanish speaking experience. Please book only if you are 100% sure to attend as there will be other Spanglishers waiting for you.  Where? Time? Royal Festival Hall Riverside Bar (inside) Southbank Centre, Belvedere Rd, London SE1 8XX 19:30 to 21:00 Note: We will be at the second floor inside front of the Riverside Bar. Although, this might change depending on tables’ availability. Please look for Spanglish Flag/t-shirt or simply call us +447870776718, this is a public space, we don't have a private room.  Why should I come?  You should come if you want to be immersed in a Spanish conversation with native speakers for 90 mins and more! You should also come if you want to make new friends and learn about different cultures at the same time.   Can we have a drink during the session?  Of course, it is all about feeling comfortable and we all know that a drink help us with fluency, there is a coffee shop and a bar at the center. Can I suggest topics or just make an open suggestion?  Of course, just bring your suggestions to the session or send us an email. Your event planner will ensure your suggestion has the right execution. We are here to help and provide you guys with the best environment possible for you to have fun and improve your Spanish speaking.   Note: This event is not suggested for beginners A1 Zero Spanish learners. Please get in touch if you need some lessons.   Suggestions or Qs Just drop me a WhatsApp, message or email. Our events are advertised on different platforms. For this event we expect around 12 people. Whatsapp [https://wa.me/message/VHD2GRUCYYBDP1], Calls or MSNs +447870776718 Instagram and Facebook as @spanglishlc [https://www.instagram.com/spanglishlc/] We have more events and great teachers to enhance your learning, check all our events [https://www.spanglish-lc.com/events] and teachers. [https://www.spanglish-lc.com/learning]

Spanish Conversational Club!
Delivered In-Person in London1 hour 30 minutes, Jul 10th, 18:30 + 23 more
£10

Educators matching "beginner"

Show all 134