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

191 Courses in Cardiff

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Cardiff

5.0(1)

By Mangates

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Cardiff

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Cardiff
Delivered In-Person + more
£1,195 to £1,295

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in St Davids

5.0(1)

By Mangates

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in St Davids

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in St Davids
Delivered In-Person + more
£1,195 to £1,295

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Newport

5.0(1)

By Mangates

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Newport

Leadership Skills - Lead, Motivate & Inspire 2 Days Training in Newport
Delivered In-Person + more
£1,195 to £1,295

PRP - Collagen Induction Therapy Course (GPT701)

4.6(39)

By Geopace Training

Platelet-rich Plasma (PRP) treatments Nationally Recognised Qualification No previous experience or qualifications needed Open College Network Accreditation Level 4 (as required for minimally invasive procedures) Covers standards set by HEE Employed (salon) or Self-Employed opportunities Basic understanding of English language required OPEN TO ALL APPLICANTS

PRP - Collagen Induction Therapy Course (GPT701)
Delivered in Berkshire + 5 more or Online + more
£295

Human Resource Management 1 Day Training in Cardiff

By Mangates

Human Resource Management 1 Day Training in Cardiff

Human Resource Management 1 Day Training in Cardiff
Delivered In-Person + more
£595 to £795

Human Resource Management 1 Day Training in St Davids

By Mangates

Human Resource Management 1 Day Training in St Davids

Human Resource Management 1 Day Training in St Davids
Delivered In-Person + more
£595 to £795

Human Resource Management 1 Day Training in Newport

By Mangates

Human Resource Management 1 Day Training in Newport

Human Resource Management 1 Day Training in Newport
Delivered In-Person + more
£595 to £795

Coaching for Learning

By Panda Education and Training Ltd

Learn how to use coaching techniques to support your learners to progress in their qualifcations or onto their next step in life.

Coaching for Learning
Delivered In-Person in Caerphilly
£195

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

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

C++ programming foundation

5.0(3)

By Systems & Network Training

C++ training course description A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. What will you learn Write C++ programs Debug C++ programs. Examine existing code and determine its function. Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C programming foundation. Duration 5 days C++ training course contents The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. Getting started Simple C++ programs. Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. Templates Template classes and functions. Standard Library Containers, Iterators, algorithms, function objects. Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. More I/O Manipulators, customising inserters, extractors. File I/O. Virtual functions Pointers to derived classes, run time polymorphism. Exception handling Throwing errors, trying code and catching errors.

C++ programming foundation
Delivered in Internationally or OnlineFlexible Dates
£3,697

Educators matching "Functions"

Show all 3
Salsa Buena Dance Classes Cardiff & Cowbridge

salsa buena dance classes cardiff & cowbridge

4.8(123)

Cardiff

Shahid is the founder, director, and main teacher of Salsa Buena and most of its classes. He began his Salsa journey in 2001 whilst living in London when persuaded to attend a local Salsa class and has since not looked back! Living in London he was fortunate enough to count some of the worlds best teachers and performers as his mentors, Super Mario, Susanna Montero, Marchant Birch, Leon Rose, Tamambo, Larisa Balogh, as well as travelling to international congresses around the world from Spain to USA learning from all the worlds best teachers . “I was so lucky to have these guys as my teachers, learning from the best of the best!”. After returning to his home town of Cardiff in 2006, Shahid found that his skills were much in demand and Salsa Buena was eventually born! Shahid teaching a Bachata Class The success of Salsa Buena has been huge, Our Classes are multi award winning, including Three Best Rated and Dance Classes of the Year – Wales Prestige Awards. Largely due to its great, fun, friendly and structured classes with very experienced and professional teachers, enabling everyone not only to enjoy their experience but to be able to achieve their full potential on the dance floor. Salsa Buena’s success extends far beyond having the most popular classes and organising the biggest events in and around Cardiff. Salsa Buena Party Event Shahid is also regularly booked to guest teach at renowned dance events and functions around the UK, and has made numerous media appearances and interviews as part of Salsa Buena on major Radio, TV, and newspaper channels as well as using his dancing/choreography/teaching skills in dance scenes when called for in TV dramas and movies. For Shahid and Salsa Buena it’s about reaching as many people as possible to enjoy the amazing positive benefits socially, mentally, physically and spiritually that dancing and learning to dance brings ALL of us.