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

1107 Courses in London

Visible Mending Class - Sashiko & Kantha stitching for Clothes repair

By isifiso

In this fun and creative course, you'll learn how to use sashiko mending techniques to patch your jeans with elegance. You will learn the fundamentals of visible mending jeans, which uses simple stitches to create stunning patterns and designs on the cloth. A step-by-step demonstration and guidance on how to execute sashiko stitching on jeans will be provided. You must bring your own ripped jeans or work on the sampler provided by us. Join us for this enjoyable and relaxing course to experience the delight of visible mending jeans!

Visible Mending Class - Sashiko & Kantha stitching for Clothes repair
Delivered In-PersonFlexible Dates
£54

Platelet Rich Plasma Skin & Hair | JOIN IN-CLINIC CLASS

4.9(74)

By Harley Elite Academy | Cosmetic Medicine Courses

CLINICAL PRP Sports medicine Traumatology Ophthalmic Burn trauma Wound healing –diabetic foot Skin grafting Dentistry-sinus lift Tooth implants.   PRP theory & equipment: Training Online Theory will enable you to understand: Anatomy Vascular Supply, Contraindications Patient consultation Complications Management Post treatment advice Dealing with equipment | Suppliers A certification of training will be provided upon completion of the course. Aesthetic PRP Skin rejuvenation Hair restoration Fat grafting in combination PRP Post laser Acne & Rosacea Acne scar Tissue Volumisation alternative of HA fillers Aesthetic gynaecology /urology.   Plathelet Rich Plasma We will cover pertinent information including mechanism of action, safety and efficacy issues, management and treatment of complications, dilution guidelines, and more. Hands on practical session – skin rejuvenation and hair loss Extraction, Preparation and Dosage Management Injection techniques – face, neck and head (hair loss); also the use of cannula Upon successful completion of the course, you will receive a certificate and title of PRP Certified Practitioner. MASTER CLASS PRP & PRF During the course we are providing . Taking blood and how to use a Centrifuge . PRP injecting techniques in face neck and décolletage hands. PRP Microneedling using a DERMAPEN. Combination treatment PRP with Mesotherapy. MECHANISM OF ACTION Platelets + Leucocytes form 3D mesh release of GF Chemo attraction and migration of macrophages and stem cells Stem cells proliferates by mitosis Stem cells undergo differentiation process BENEFIT FROM PRP TREATMENT & THERAPYExperience the advantages of PRP treatment and therapy, utilizing autologous blood with natural growth factors for disease-free and hypoallergenic benefits. Boost wound healing by regulating mitosis, proliferation, and differentiation, enhancing tissue with collagen, elastin, and hyaluronic acid. Benefit from improved tissue oxygenation, nutrition flow, and support for procedures like hair transplants, fat transfers, and skin grafts.PRP works effectively in skin rejuvenation, facial resurfacing, microneedling, and combines well with HA, PDO threads, skin boosters, peeling, or CO2 lasers. It also proves beneficial for hair restoration, showing positive results in various protocols for Androgenic alopecia and age-related hair loss.PRP where works .Skin rejuvenation-facial resurfacing.application-injection alone. Microneedling Combination with HA,Combination with PDO threads,Skin boosters , peeling or CO2 lasers Hair restoration, Multiple protocols with positive results Evidence for improvement of: Androgenic alopecia-male and females, “spot hair lost” Improvement of age related hair loss. You need to be medically qualified as a doctor, dentist, nurse, pharmacist or paramedic with full governing body registration and have completed a Foundation Filler Course and to have administered a number of cases. MASTERCLASS 8 CPD POINTS 1 DAY INTENSIVE COURSE  HANDS-ON REAL MODELS

Platelet Rich Plasma Skin & Hair | JOIN IN-CLINIC CLASS
Delivered In-PersonFlexible Dates
£970

Kids Painting Class in Belgravia, London

4.9(34)

By MasterPeace London

https://www.instagram.com/masterpeacelondon/

Kids Painting Class in Belgravia, London
Delivered In-PersonFlexible Dates
£38

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

BAG & ACCESSORY DESIGN MASTERCLASS - 2 Week Course

5.0(52)

By The London Leather Workshop

DESIGN AND MOCK UP BAGS AND ACCESSORIES – LEARN HOW TO PLAN, DESIGN AND COMMUNICATE YOUR PROJECT – Group Class: one teacher, six students – You will learn: What you need to study, research, and understand about the industry.How to correctly design a collection of fashion accessories.What information you should be able to provide about your designs.How to prepare a project for prototyping and manufacturing. How to create three-dimensional mock-ups of your designs. WHERE:At our South East London studioCOURSE LENGTH:Two consecutive weeks / Mon-Fri 10 am-3.30 pm   LEVEL:Complete beginners, beginners with some experience of drawing and/or designing and intermediate designers COURSE DESCRIPTION: BAG AND ACCESSORY DESIGN MASTERCLASSThis course is tailored for beginners and intermediate-level participants, offering a distinctive group class format designed to assist aspiring designers or those seeking guidance in bringing to life a practical and viable collection of bags and/or accessories.Through this course, you will gain a comprehensive grasp of fundamental skills in accessory design and what it requires to become a bag designer. It empowers you to transform your creative concepts into tangible realities by providing instruction on the essential steps required for prototyping and manufacturing your collection.In addition to acquiring the skills to design bags and accessories accurately and understanding what information to convey to a prototype maker, this course will guide you through the process of constructing three-dimensional mock-ups for your designs.   WHY THIS COURSE DIFFERS FROM THE TYPICAL ‘ACCESSORY DESIGN’ PROGRAMMEThis course has been meticulously designed by a team comprising designers, prototype makers, and handbag manufacturers. It offers a blend of theoretical and practical elements, providing you with the knowledge required by the industry to comprehend and accurately translate your ideas into finished products.Unlike courses that solely focus on creating aesthetically pleasing drawings, this programme emphasizes providing a comprehensive understanding of the intricate and extensive processes involved in designing a collection of handbags. It aims to equip you with the insights necessary to navigate the complexities, ensuring you are well-prepared before and during the design phase. By doing so, the course aims to save you time, expense, and potential frustration when it comes to prototyping and manufacturing your collection.   WHY WE DEVELOPED A FASHION DESIGN COURSEAfter years of designing and developing collections for our clients, we noticed a significant lack of clear information on what it truly takes to become a designer of handbags and fashion accessories.This course is crafted to assist both emerging and struggling designers in developing and articulating their ideas effectively for the prototyping phase. It addresses the needs and challenges faced by our customers, aiming to support and streamline the creative process for project realization.   WHO IS THIS COURSE FOR?This course is tailored for aspiring designers seeking professional advice from industry experts, individuals at the beginning of their design careers who require guidance to enhance their design process, or those simply looking to refine their drawing techniques for personal enjoyment.No previous experience is necessary.   WHAT WILL BE TAUGHT?Below is a list of topics covered during the classes:Understanding the role of a bag designerBefore designing: understanding and analsing crucial external aspects that will influence your business successAbout your business idea and profile: understanding the target audience, market placement, pricing strategy and more.Understanding what a moodboard is and how to use itUnderstanding the differences and purposes of illustrations vs technical drawingsUnderstanding the importance of construction and its impact on your designOverview of the anatomy of a handbag, lining and reinforcementsUnderstanding the structure of a collection: the use of a collection planLearning how to plan a balanced collection of fashion accessoriesUnderstanding finishing options for your designsUnderstanding hardware and its impact on the cost price of your collectionOverview of leather and vegan leatherIdentifying the right materials for your collectionLearning how to draw three-dimensional bagsSketching technical drawingsGoing through the product development of three designsDeveloping patterns and realising 1 to 3 three-dimensional mock-ups of your collectionProviding technical information about your collection to the prototype makerUnderstanding the prototyping processManufacturing your collection: how it works and what the options are HOW WILL THE CLASS BE TAUGHT?The class will take place in person at our London studio, and the lessons will alternate between theoretical instruction and practical exercises.Some homework will be assigned to students between lessons.   HOW LONG IS THIS TUITION?: This course spans two weeks and will be conducted from Monday to Friday, running from 10 am to 3.30 pm, with a 30-minute lunch break.   INCLUDED IN THE COURSE:You will also receive access to a collection of handouts providing relevant information, useful resources and support in continuing your designing process independently.The handouts will contain:– A glossary containing essential key words related to the topic of the lesson– An illustrated glossary containing information about type of bags and bags’ features– An illustrated guide on common hardware used in bags and accessories– Documents about leather types, finishings, tanning processes– Information about perspective and guides to be used as reference to develop your drawings– A list of recommended suppliers for both leather and fittings (physically in London and online)– A glossary containing information about leather types and characteristics   WHAT ARE THE ENTRY REQUIREMENTS?You should be able to use measurements and understand verbal and written English instructions.   ARE THERE ANY OTHER COSTS? IS THERE ANYTHING I NEED TO BRING?Materials to exercise with are included.Feel free to bring a notepad, if you would like to take some notes, we will provide the rest.

BAG & ACCESSORY DESIGN MASTERCLASS - 2 Week Course
Delivered In-Person in London + more
£1,639

Complete C# programming

5.0(3)

By Systems & Network Training

Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.

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

Platelet Rich Plasma Skin & Hair | JOIN ONLINE CLASS

4.9(74)

By Harley Elite Academy | Cosmetic Medicine Courses

CLINICAL PRP  • Sports medicine • Traumatology • Ophthalmic • Burn trauma • Wound healing – diabetic foot • Skin grafting • Dentistry-sinus lift • Tooth implants. Group Discount | We do not charge VAT! PRP theory & equipment: Training Online Theory will enable you to understand: Anatomy Vascular Supply, Contraindications Patient consultation Complications Management Post treatment advice Dealing with equipment | Suppliers A certification of training will be provided upon completion of the course. Aesthetic PRP • Skin rejuvenation • Hair restoration • Fat grafting in combination PRP • Post laser •Acne & Rosacea •Acne scar •Tissue Volumisation alternative of HA fillers •Aesthetic gynaecology /urology.   Platelet Rich Plasma We will cover pertinent information including mechanism of action, safety and efficacy issues, management and treatment of complications, dilution guidelines, and more. Hands on practical session – skin rejuvenation and hair loss Extraction, Preparation and Dosage Management Injection techniques – face, neck and head (hair loss); also the use of cannula Upon successful completion of the course, you will receive a certificate and title of PRP Certified Practitioner. MASTER CLASS PRP & PRF During the course we are providing . Taking blood and how to use a Centrifuge . PRP injecting techniques in face neck and décolletage hands. PRP Microneedling using a DERMAPEN. Combination treatment PRP with Mesotherapy. MECHANISM OF ACTION Platelets + Leucocytes form 3D mesh release of GF Chemo attraction and migration of macrophages and stem cells Stem cells proliferates by mitosis Stem cells undergo differentiation process BENEFIT FROM PRP TREATMENT & THERAPYExperience the advantages of PRP treatment and therapy, utilizing autologous blood with natural growth factors for disease-free and hypoallergenic benefits. Boost wound healing by regulating mitosis, proliferation, and differentiation, enhancing tissue with collagen, elastin, and hyaluronic acid. Benefit from improved tissue oxygenation, nutrition flow, and support for procedures like hair transplants, fat transfers, and skin grafts.PRP works effectively in skin rejuvenation, facial resurfacing, microneedling, and combines well with HA, PDO threads, skin boosters, peeling, or CO2 lasers. It also proves beneficial for hair restoration, showing positive results in various protocols for Androgenic alopecia and age-related hair loss.PRP where works .Skin rejuvenation-facial resurfacing application-injection alone. Microneedling Combination with HA, Combination with PDO threads, Skin boosters , peeling or CO2 lasers Hair restoration, Multiple protocols with positive results Evidence for improvement of: Androgenic alopecia-male and females, “spot hair lost” Improvement of age related hair loss. You need to be medically qualified as a doctor, dentist, nurse, pharmacist or paramedic with full governing body registration and have completed a Foundation Filler Course and to have administered a number of cases. MASTERCLASS 8 CPD POINTS 1 DAY INTENSIVE COURSE  ONLINE VIDEO TRAINING

Platelet Rich Plasma Skin & Hair | JOIN ONLINE CLASS
Delivered OnlineFlexible Dates
£480

Sensual Dance Class for Ladies

5.0(22)

By Shégitu - Sensual Dance For Ladies

Shégitu [SHAE-GEE-TO] is a sensual dance form for Women of all sizes and it's perfect for all levels. Are you bored of the same old gym class? Do you want to connect with fellow Queens and be part of a sisterhood and feel empowered together? Do you want to gain more confidence and feel proud of your body image? Or do you want to spice up your sex life? ...well then Shégitu is the right place for you!! Shégitu [SHAE-GEE-TO] is a sensual dance form for Women of all sizes and it's perfect for all levels. The idea behind shégitu is to help Women embrace their femininity, increase their sex appeal and make them feel empowered. More info: www.shegitu-dance.com

Sensual Dance Class for Ladies
Delivered In-PersonFlexible Dates
£20

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

TASTER ACTING CLASS - Introduction to Accessing your Emotions

4.8(23)

By Beck Academy of Dramatic Art

Thinking of training with us long term? Drop in to taster acting class to get acquainted with our method and techniques.

TASTER ACTING CLASS - Introduction to Accessing your Emotions
Delivered In-PersonJoin Waitlist
£18