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

3082 Courses in London

Learn to Crochet - 4 x2 hour sessions - Friday daytimes - Walton-on-Thames

By Merrian Holland

Learn to crochet in Surrey - this is an immersive 4 x 2 hour course running on Tuesday evenings in Walton-on-Thames.

Learn to Crochet - 4 x2 hour sessions - Friday daytimes - Walton-on-Thames
Delivered In-Person in Walton-On-Thames
£95

PROFESSIONAL TRAINING: MODULE 2 – LEATHER MANIPULATION, CONSTRUCTION TECHNIQUES AND FINISHING METHODS

5.0(52)

By The London Leather Workshop

UNDERSTAND TO TO WORK WITH AND MANIPULATE LEATHER TO CONSTRUCT REFINED LEATHER GOODS This is the second module of a series designed to provide thorough, professional training in leatherworking and accessory making. Each module has been carefully designed to equip individuals with key skills for starting a career in this sector, broadening their industry knowledge, or embarking on their own journey with solid foundational skills. During this lesson, you will learn how to manipulate leather to create specific shapes, constructions, and finishing types. You will work with different kinds of leather, tools, and reinforcements to achieve specific volumes, shapes, and structures. You will gain an understanding of the technical aspects of finishing edges, such as folding, burnishing, inking, creasing, and more. This module covers some of the most challenging aspects of working with leather and provides you with a strong foundation for making informed choices in developing your projects. You will also receive valuable handouts, curated lists of leather and tool suppliers for ongoing reference, and create personalised samples for your own reference. Summary of topics covered in the class: – Leather manipulation techniques based on various leather types and tanning – Bags and accessory finishing choices based on construction types – Leather structure creation using a variety of tools, reinforcements, stabilisers, and stiffeners – Leather edging: inking, burnishing, folding, tucking, creasing By the end of the tuition, you will have: – Gained the ability to identify the best construction, manipulation, and edging techniques for a specific project – Learned to recognise which tools and techniques to use based on the specific leather type – Understood the pros and cons of each edging technique and been able to choose the most suitable one for your project – Created a catalogue of samples to take home – Developed confidence in utilising a wide range of specific tools for leatherworking – Acquired an understanding of working with diverse leather types and thicknesses, with the ability to source and select appropriate tools for the specific material you intend to use Included in the course: You will receive useful paper handouts containing: – A list of tools and materials used during the lesson(s), with descriptions and usage instructions – A list of recommended suppliers for leather and fittings, both in London and online – A glossary of leather types and characteristics Find all modules here: https://the-london-leather-workshop.cademy.co.uk/

PROFESSIONAL TRAINING: MODULE 2 – LEATHER MANIPULATION, CONSTRUCTION TECHNIQUES AND FINISHING METHODS
Delivered In-Person in London
£225 to £264

Object Oriented Analysis & Design

5.0(3)

By Systems & Network Training

OOAD training course description A workshop course providing thorough practical knowledge of object oriented analysis and design methods. What will you learn Perform Systems Analysis with Object Oriented methods. Identify key classes and objects. Expand and refine OO problem domain models. Design Class hierarchies using inheritance and polymorphism. Design programs with Object Oriented methods. OOAD training course details Who will benefit: System analysts, designers, programmers and project managers. Prerequisites: It is desirable that delegates have experience of programming in C++/Java or some other OOP language. Duration 5 days OOAD training course contents What is OO? Classes, objects, messages, encapsulation, associations, inheritance, polymorphism, reusability. What is Systems Analysis and design? Data flow diagrams, structure diagrams. The OO approach. OOA The problem domain and object modelling. Identifying classes and objects. Generalisation and inheritance. Defining attributes and methods. OOD Refining the OOA results. Designing the User Interface. Designing the algorithms and data structures using objects. Designing the methods. OOP Prototyping. Implementing OOD with OOPs and OOPLs.

Object Oriented Analysis & Design
Delivered in Internationally or OnlineFlexible Dates
£4,637

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

Fast Track To Aesthetics - Dermal filler training

By Cosmetic College

Are you looking to start a career in aesthetics but need the prerequisites for a traditional course? Look no further! Cosmetic College offers a fast-track pathway to becoming an accredited and insurable cosmetic injector. Our five day course is designed specifically for non-medics who want to pursue a career in aesthetics but need to meet the standard course prerequisites. Expert practitioners and educators deliver our course with years of industry experience. We prioritise safety and ensure that all learners will leave the system with the competency and knowledge necessary to perform injectables and aesthetic procedures with confidence. Before starting the course, you'll complete online pre-study and virtual lectures to give you a solid foundation in anatomy and physiology, health and safety, contraindications, complications, first aid, and infection control. Then, you'll spend 6-8 days of practical training, depending on your chosen course path, to hone your skills and get hands-on experience. Our fast-track pathway to injectables covers various topics, including microneedling, B12 dermaplaning, foundation lip dermal fillers, and more. To enrol in our fast-track course, you must be at least 21 years of age and have a good command of English. You should also be able to learn independently and have a strong desire to build a career in aesthetics. Invest in your future with Cosmetic College's fast-track pathway to injectables. With our comprehensive curriculum, expert instructors, and hands-on training, you'll be ready to start your aesthetic career. Take advantage of this opportunity to fast-track your aesthetic career. Enrol in our fast-track pathway to injectables today! Course Entry Requirements: Minimum age of 21 years Good command of English Be able to learn independently A strong desire to build a career in Aesthetics Course Pre-Study/Practical & Length: Online study and virtual lectures A series of online assessments Five days of practical training Course Agenda: Microneedling B12 Dermaplaning Foundation Lip Dermal Fillers Anatomy and Physiology Anaphylaxis Awareness Infection control Sharps and hazardous waste Complication management First aid Course Benefits Student Benefits Comprehensive Education: Our training program provides a comprehensive education on dermal fillers, equipping you with the knowledge and skills necessary to excel in the field of aesthetics. You will gain a deep understanding of facial anatomy, product selection, injection techniques, safety protocols, and patient assessment. Practical Hands-on Experience: We emphasise practical training, giving you ample opportunities to practice your skills under the guidance of experienced trainers. Working with live models will enhance your confidence and proficiency in performing dermal filler treatments. Industry-Standard Techniques: You will learn industry-standard techniques for administering dermal fillers, ensuring that you provide safe and effective treatments to your clients. This knowledge will enable you to achieve natural-looking results and meet the expectations of your clients. Personalised Guidance and Mentorship: Our trainers are highly experienced professionals who will provide personalised guidance and mentorship throughout the training. They will address your questions, offer constructive feedback, and help you refine your techniques, ensuring your continuous growth and improvement. Business and Marketing Support: In addition to the technical skills, we provide guidance on the business aspects of aesthetics. You will learn strategies for building and marketing your aesthetics practice, attracting clients, and maximizing your earning potential. This knowledge will empower you to establish a successful career in aesthetics. Client Benefits Expertise and Safety: Clients will have confidence knowing that you have received comprehensive training in dermal fillers. Your expertise will enable you to provide safe and high-quality treatments, minimising the risks and complications associated with the procedures. Natural and Desired Results: Through your training, you will be able to deliver natural and desired results to your clients. Your understanding of facial anatomy, product selection, and injection techniques will allow you to enhance their features, rejuvenate their appearance, and boost their self-confidence. Professionalism and Trust: By enrolling in our training program, you demonstrate your commitment to professionalism and continuous learning. Clients will trust in your skills and knowledge, knowing that you have received proper training from a reputable institution. Earning Potential Earning potential in the aesthetics industry can be significant. As a trained professional in dermal fillers, you can offer sought-after services to clients. The increasing demand for aesthetic treatments, combined with your expertise and ability to deliver exceptional results, can lead to a thriving client base and increased earning potential. The Fast Track To Aesthetics - Dermal Filler Training provides you with the foundation and skills necessary to capitalise on these opportunities and maximise your earning potential in the aesthetics field. Frequently Asked Questions Is this training suitable for beginners with no prior experience in aesthetics? Absolutely! Our Fast Track To Aesthetics program is designed to cater to beginners who are new to the field of aesthetics. We provide comprehensive training that covers the fundamentals of dermal fillers, ensuring that you gain the necessary knowledge and skills to start your journey in aesthetics. What topics are covered in the training program? Our training program covers a wide range of topics including facial anatomy, patient assessment, product selection, injection techniques, safety protocols, and client management. You will also receive hands-on training with live models to practice your skills under the guidance of experienced trainers. Are the trainers experienced in the field of aesthetics? Yes, our trainers are highly experienced professionals with extensive knowledge and practical experience in the field of aesthetics. They are dedicated to providing you with the guidance and support you need to excel in your training.

Fast Track To Aesthetics - Dermal filler training
Delivered In-PersonFlexible Dates
£3,999

Bespoke AutoCAD Mac Basic-Intermediate Course

By ATL Autocad Training London

Why Learn Bespoke AutoCAD Mac Basic-Intermediate Course? Learn AutoCAD using your projects and learn how to use powerful tools and techniques for drawing, dimensioning, and printing 2D drawings with our Intermediate AutoCAD course. Check our Website How long is the training? 10 hours, Choose and split 10 hrs Mon to Sat 9 am to 7 pm. Book online or call 02077202581 or 07970325184.   Method? 1-on-1, available in both in-person and Live Online. Course Topics Include: Building Fundamental Shapes Working with Lines, Arcs, and Polylines Utilizing Grip Tools Precision Object Alignment Data Management and Backups Exploring File Formats Ensuring Disaster Recovery Mastering Object Creation Handling Measurement Units Dynamic Input Techniques Inquiring Commands and Measurement Tools Effective Object Viewing Navigating Zoom and Pan Object Manipulation Strategies Object Selection Methods Swift Object Management Object Transformation Techniques Scaling and Altering Objects Trim, Extend, and Offset Functions Creating Geometric Variations Object Joining and Editing Corner Filleting and Chamfering Stretching Objects Organizing Your Drawings Layer Management Customizing Object Properties Applying Linetypes Layout Design and Setup Efficient Page Configurations Scaling Drawing Views Adding Annotations Multiline and Single-Line Text Creation Text Styling and Editing Dimensioning Concepts Customizing Dimension Styles Dimension Editing Implementing Multileaders Object Hatching Hatching Editing Reusable Content Management Blocks and Symbols Tool Palette Usage Working with Groups Model Space and Paper Space Understanding Layout Creation and Viewports Viewport Scaling Plotting and PDF Output Managing Multiple Sheet Drawings Utilizing Plotstyles Crafting Custom Drawing Templates Download AutoCAD Mac https://www.autodesk.co.uk After completing the AutoCAD for Mac course, learners can expect the following learning outcomes: Proficiency in AutoCAD: Participants will acquire the skills and knowledge needed to confidently use AutoCAD for Mac, including creating and editing drawings, managing objects, and applying precision techniques. Effective Design Skills: They will gain the ability to produce accurate 2D drawings, making them valuable assets in design-related professions. Jobs that individuals can pursue after completing this course include: Draftsperson: Working in architectural, engineering, or construction firms to create technical drawings and plans. CAD Technician: Assisting in the development of designs for various projects, such as product design or urban planning. Interior Designer: Using AutoCAD for space planning and layout design in the interior design industry. Architectural Designer: Collaborating on architectural projects, including creating floor plans and elevations. Mechanical Designer: Participating in the design and development of mechanical components and systems. Civil Engineering Technician: Supporting civil engineers in designing infrastructure projects, such as roads and bridges. Electrical or Electronics Designer: Assisting in the creation of electrical schematics and electronic circuit diagrams. Landscape Designer: Planning and visualizing outdoor spaces, gardens, and landscapes. Completing this AutoCAD course opens doors to various industries where precise and detailed 2D drawing skills are highly valued. The AutoCAD Mac Bespoke 1 on 1 Basics to Intermediate Level Training Course provides participants with a comprehensive skill set, enabling them to attain proficiency in using AutoCAD Mac. This course covers a wide range of functionalities and caters to individuals at all skill levels, whether they are beginners or experienced users. Participants will begin by learning fundamental features such as drawing, editing, annotations, and dimensioning. As they progress, they will delve into more advanced topics like object manipulation, customizing workspaces, and streamlining workflows. Key Benefits of the Course: Mastery of Mac-AutoCAD: Acquire expertise in both essential and advanced techniques for creating precise 2D drawings. Enhanced Productivity: Increase efficiency by implementing time-saving tips and optimizing your work processes. Versatile Design Abilities: Develop the skills to undertake diverse projects in fields such as architecture, engineering, and more. Industry-Relevant Competencies: Elevate your career prospects across various industries by gaining in-demand AutoCAD skills. Access to Recorded Lessons: Review and reinforce your learning at your convenience with access to recorded lesson sessions. Ongoing Email Support: Receive continuous assistance and guidance via email even after completing the course. Enroll today to benefit from interactive learning experiences guided by experienced instructors. Choose between flexible in-person or online sessions, gain access to lesson recordings, and enjoy a lifetime of email support.  Tailored Guidance: Get personalized coaching and instruction tailored to your unique learning needs and objectives. Convenient Scheduling: Choose from flexible training slots available Monday to Saturday from 9 am to 7 pm, accommodating your busy schedule. Versatile Learning Options: Select between in-person training at our location, conveniently situated just 5 minutes away from Oval Tube Station, or participate in live online sessions from anywhere. Engaging Interactions: Participate in interactive sessions designed for questions, discussions, and problem-solving, creating an immersive learning experience. Effective Progression: Accelerate your learning with focused guidance, allowing you to advance at your own pace while mastering the material. Tailored Curriculum: Customize the course content to align with your prior knowledge and specific areas of interest, ensuring a relevant and engaging learning experience. Real-Time Guidance: Receive immediate feedback from the instructor, enhancing your comprehension and skill development. Comprehensive Support: Enjoy ongoing assistance and clarification opportunities through email or additional sessions beyond the course for an in-depth learning experience.

Bespoke AutoCAD Mac Basic-Intermediate Course
Delivered in London or OnlineFlexible Dates
£348

GA Level 4 Award in Epilepsy and Buccal Midazolam Instruction

By Guardian Angels Training

Gain advanced knowledge and practical skills in instructing buccal midazolam administration for epilepsy with our Level 4 Award course.

GA Level 4 Award in Epilepsy and Buccal Midazolam Instruction
Delivered In-Person in InternationallyFlexible Dates
£3,675

AutoCAD 2D Introduction to Intermediate Course

By ATL Autocad Training London

Why Learn AutoCAD 2D Introduction to Intermediate Course? Click here for more info: Website Whether you're starting a career, enhancing skills, or exploring creativity, this course is tailored for you. Learn on Windows or Mac, transform into a confident AutoCAD user. Transition to our Intermediate to Advanced Course post-completion. Duration: 10 hrs. Personalized 1-on-1 training. Perfect for beginners, this course offers flexible scheduling (Mon-Sat, 9 am-7 pm) and covers 2D plan and elevation creation in AutoCAD. AutoCAD 2D Course Outline Workspace Exploring the working environment Managing files Displaying objects Constructing fundamental drawings Inputting data Constructing basic objects Utilizing object snaps Utilizing Polar Tracking and PolarSnap Implementing object snap tracking Handling units Manipulating objects Selecting objects in the drawing Adjusting an object's position Generating new objects based on existing ones Modifying an object's orientation Creating mirrored versions of existing objects Designing object patterns Altering an object's dimensions Organizing and querying drawings Utilizing layers Modifying object attributes Matching object attributes Utilizing the properties palette Applying linetypes Using inquiry commands Modifying objects Trimming and extending objects to specified boundaries Generating parallel and offset geometries Merging objects Dividing an object into two separate entities Applying rounded corners to objects Producing angled corners between objects Modifying an object's shape Layouts and viewports Harnessing layouts Creating layout configurations Modifying layouts and employing page setups Working with viewports Creating layout viewports Managing layout viewports Controlling object visibility within layout viewports Annotating a drawing Generating multiline text Creating single-line text Implementing text styles Editing text Dimensioning Creating dimensions Utilizing dimension styles Adjusting dimensions Implementing multileaders Hatching objects Hatching elements Editing hatch patterns Managing reusable content Working with blocks Exploring DesignCenter Utilizing tool palettes Designing additional drawing elements Managing polylines Generating splines Crafting ellipses Working with tables Producing plotted drawings Employing page setups Utilizing plotter configuration files Creating and applying plot styles Plotting drawings Plot style tables Publishing drawings Generating drawing templates Leveraging drawing templates Download AutoCAD AutoCAD Trial https://www.autodesk.co.uk  After completing the AutoCAD 2D Introduction to Intermediate Course, you will: Master Fundamentals: Understand AutoCAD basics, including navigation and terminology. Create Precise Drawings: Develop the skills to create accurate 2D drawings like plans and elevations. Manipulate Objects: Learn object selection, modification, and pattern creation. Dimension Proficiency: Create and edit dimensions and use text styles effectively. Layer Control: Organize drawings with layer management. Annotation Skills: Handle text and annotations with ease. Layouts and Viewports: Work with layouts and viewports for presentation. Plotting Expertise: Plot and publish drawings confidently. Customization Options: Explore advanced features for efficiency. Intermediate-Level Competency: Transition from beginner to an intermediate level of AutoCAD proficiency. This course equips you with essential skills for various industries, including architecture and engineering. This one-on-one CAD course is perfect for students who are either entirely new to the software or possess limited self-taught knowledge. Regardless of your starting point, our goal is to get you drawing plans within the very first hour of your class. We'll begin by building a strong foundation in AutoCAD, ensuring that you understand its core principles before delving into more advanced topics. If you have specific preferences, we can customize your AutoCAD learning experience to align with your goals. On the initial day of the course, we'll cover fundamental aspects such as user interface and terminology. Subsequently, you'll engage in a diverse range of lessons designed to deepen your understanding of AutoCAD and its creative processes. Topics covered will include introductory drawing techniques, editing functions, drawing aids, working with layers, managing text, and handling dimensions. Throughout the course, you'll practice through various drawing exercises and explore the intricacies of plotting. By the course's conclusion, you'll possess the skills needed to create your own simple drawings, suitable for applications in architectural, interior, engineering, events, furniture, or product design. Included in the course price are the following: Lifetime Email Support: Enjoy unlimited access to our support via email throughout your learning journey. Expert Instruction: Benefit from expert teaching provided by practicing architects, designers, and software professionals. Hands-On Learning: Engage in practical, hands-on lessons that can be customized to match your project requirements. Comprehensive Resources: Access video recordings and a digital reference PDF book for revision and continuous development. Certification: Receive a certificate of completion from us to enhance your CV and LinkedIn profile. Career Guidance: Gain valuable insights into pursuing design roles or establishing a creative business. Our experienced tutors will help you acquire the technical skills needed to make your CV and portfolio stand out. Our instructors, who are accomplished interior designers, animators, architects, and software experts, will not only impart technical expertise but also provide guidance on achieving success in the design industry or entrepreneurial endeavors.

AutoCAD 2D Introduction to Intermediate Course
Delivered in London or OnlineFlexible Dates
£348

Adobe Photoshop Training course One to One Weekends

By Real Animation Works

Photoshop pay per hr training flexible time weekend evening

Adobe Photoshop Training course One to One Weekends
Delivered in London or OnlineFlexible Dates
£360

The Corporate Retreat

5.0(3)

By Lapd Solutions Ltd

Organisational retreat, organisational seminar, executive development,

The Corporate Retreat
Delivered In-Person in Birmingham + 1 more or UK WideFlexible Dates
£5,000 to £7,500