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

1465 Development courses in London

SAFe for Architects

By IIL Europe Ltd

SAFe® for Architects Enable continuous value flow by aligning technical strategy with business goals, communicating that strategy to development teams, and applying Agile architecture practices. Attendees can improve collaboration and alignment in a SAFe® Lean-Agile enterprise when they become a SAFe® 5 Architect. The SAFe® for Architects course prepares System, Solution, and Enterprise Architects to engage across the organization as effective leaders and change agents who collaboratively deliver architectural solutions. During this course, attendees will explore the roles, responsibilities, and mindset of Agile Architects, and appreciate how to align architecture with business value and drive continuous flow to large systems of systems while supporting SAFe® program execution. What you will Learn To perform the role of a SAFe® Architect, you should be able to: Architect using SAFe® principles Align architecture with business value Develop and communicate architecture vision and intent Plan architectural runway to enable delivery success Architect for continuous delivery and Release on Demand Lead and coach architects and team members during Program Increment (PI) Planning and execution Provide leadership during a Lean-Agile transformation Exemplifying Lean-Agile architecture Architecting for DevOps and Release on Demand Aligning architecture with business value Developing Solution Vision, Solution Intent, and Roadmaps Preparing architecture for Program Increment (PI) Planning Coordinating architecture throughout PI Planning Supporting Continuous Delivery during PI execution Supporting new Strategic Themes and Value Streams Leading as an architect during a Lean-Agile transformation

SAFe for Architects
Delivered In-Person in LondonFlexible Dates
£2,995

DevOps for engineers

5.0(3)

By Systems & Network Training

DevOps training course description This course is an introduction to DevOps. The course emphasizes communication, collaboration , integration, and automation to improve the workflow between developers and IT operations professionals. Improved workflows lead to more opportunities to design software and services in a more agile fashion. This course is a basis for discovering the most important DevOps concepts and to understand the principles and methods behind this. The course will leave you with the inspiration to be the advocate of change. What will you learn Explain DevOps principles. Describe the relationship between Agile , Lean and IT Service Management ( ITSM). Describe methods for automation and technology factors. Describe considerations when changing. Describe challenges, risks and critical success factors. DevOps training course details Who will benefit: IT development, IT operations and IT service management. Prerequisites: Introduction to data communications & networking. Duration 2 days DevOps training course contents Why DevOps? Introduction DevOps Goals DevOps Added value of DevOps Proven Results DevOps for businesses DevOps principles (The Three Ways) DevOps and other frameworks DevOps and Agile DevOps and Lean DevOps and IT Service Management DevOps culture Characteristics of a DevOps culture Organizational Considerations DevOps DevOps stakeholders DevOps roles DevOps teams DevOps organizational structures DevOps methods Continuous Integration Continuous delivery Continuous deployment Value stream mapping Kanban Theory of Constraints Improvement Kata Deming's quality circle ITSM processes DevOps and Automation Methods for DevOps automation Longevity and tools categories DevOps applications Transitioning to a DevOps culture. Implementation Challenges, risks and critical success factors Measuring DevOps successes

DevOps for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Effective Strategic Leadership

By Leadership Management International (LMI) UK

Every organisation needs leaders who can think and act strategically. This program will help you clarify: Why you exist (strategic purpose) Where you are now (strategic assessment) Where you want to go (strategic development) How to get there (strategic execution)

Effective Strategic Leadership
Delivered in Leatherhead or UK Wide or OnlineFlexible Dates
£3,000

PROFESSIONAL TRAINING: MODULE 6 – PATTERN DRAFTING AND ACCESSORY MAKING: CARD HOLDERS -PART 2

5.0(52)

By The London Leather Workshop

This course is not suitable for total beginners. To attend this course, you must already have some experience with industrial machines and be able to operate and set up a walking foot independently, or have attended our MODULE 3 – INDUSTRIAL MACHINE TRAINING. Summary of topics covered in the class: – Pattern making, pattern development and pattern vocabulary – Leather preparation, pattern placement, and leather marking – Leather cutting, gluing, and reinforcing – Patterns development, assembling and making for different card holder constructions By the end of the tuition, you will have: – Developed your understanding of pattern drafting and pattern development – Understood the concept of seam, folding, and trimming allowances when drafting patterns – Created some finished patterns, constructed and completed up to 3 finished card holders (depending on your personal abilities the quantity might change) – Learned how to use your patterns to correctly cut your material, minimising waste and using the best parts of a hide/skin – Worked with a variety of tools for pattern making and leatherworking, as well as various types of leather – Developed essential leather craft skills such as preparation, marking, finishing, cutting, and more – Obtained a basic understanding of the differences and best uses of reinforcements, stiffeners and stabilisers 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 containing pattern making terms and general guidelines for pattern drafting All materials are included, there are no additional costs. Find all modules here: https://the-london-leather-workshop.cademy.co.uk/

PROFESSIONAL TRAINING: MODULE 6 – PATTERN DRAFTING AND ACCESSORY MAKING: CARD HOLDERS -PART 2
Delivered In-Person in London + more
£225 to £264

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

Definitive Puppet for engineers

5.0(3)

By Systems & Network Training

Definitive Puppet training course description Puppet is a framework and toolset for configuration management. This course covers Puppet to enable delegates to manage configurations. Hands on sessions follow all the major sections. What will you learn Deploy Puppet. Manage configurations with Puppet. Build hosts with Puppet. Produce reports with Puppet. Definitive Puppet training course details Who will benefit: Anyone working with Puppet. Prerequisites: Linux fundamentals. Duration 2 days Definitive Puppet training course contents Getting started with Puppet What is Puppet, Selecting the right version of Puppet, Installing Puppet, Configuring Puppet. Developing and deploying Puppet The puppet apply command and modes of operation, Foreground Puppet master, Developing Puppet with Vagrant, Environments, Making changes to the development environment, Testing the new environments with the Puppet agent, Environment branching and merging, Dynamic Puppet environments with Git branches, Summary, Resources. Scaling Puppet Identifying the challenges, Running the Puppet master with Apache and Passenger, Testing the Puppet master in Apache, Load balancing multiple Puppet masters, Scaling further, Load balancing alternatives. Measuring performance, Splay time, Summary, Going further, Resources. Externalizing Puppet configuration External node classification, Storing node configuration in LDAP, Summary, Resources. Exporting and storing configuration Virtual resources, Getting started with exported and stored configurations, Using exported resources, Expiring state resources, Summary, Resources. Puppet consoles The foreman, Puppet enterprise console, Puppetboard, Summary, Resources. Tools and integration Puppet forge and the module tool, Searching and installing a module from the forge, Generating a module, Managing module dependencies, Testing the modules, Developing Puppet modules with Geppetto, Summary, Resources. Reporting with Puppet Getting started, Configuring reporting, Report processors, Custom reporting, Other Puppet reporters, Summary, Resources. Extending Facter and Puppet Writing and distributing custom facts, Developing custom types, providers and functions, Summary, Resources, Complex data structures, Additional backends, Hiera functions in depth, Module data bindings, Hiera examples. Jiera-2, Summary, Resources. Mcollective Installing and configuring Mcollective, testing, Mcollective plugins, accessing hosts with Metadata. Hiera Lists, initial Hiera configuration, Hiera command line utility, complex data structures, additional backends, Hiera functions in depth, module data bindings. Hiera-2.

Definitive Puppet for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

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

Train The Trainer

5.0(3)

By Lapd Solutions Ltd

Train the Trainer, Trainer Development,

Train The Trainer
Delivered in Birmingham + 1 more or UK Wide or OnlineFlexible Dates
£1,250 to £1,500

An Introduction to Leadership & Management

5.0(6)

By Switch Direction

Leadership and Management Training; Introductory Management Training; Ipswich; Suffolk

An Introduction to Leadership & Management
Delivered In-Person in Ipswich or UK WideFlexible Dates
Price on Enquiry

CIPD Associate Diploma in People Management Level 5

By London School of Science and Technology

The CIPD Level 5 Diploma in People Management is an HR qualification that was created by the highly respected Chartered Institute of Personnel and Development (CIPD) Course Overview The CIPD Level 5 Diploma in People Management is an HR qualification that was created by the highly respected Chartered Institute of Personnel and Development (CIPD) Working in a people practice role and ready to grow? This qualification will help you gain a deeper understanding of the professional behaviours that lead to organisational success. Learn how to manage relationships, foster talent, guide strategic planning and reward performance. Benefits of a CIPD Level 5 HR qualification You will get a greater grasp of the external factors that can have an impact on HR operations and organisations as you investigate a wide range of HR models and practises in important areas like talent management, hiring, and employment legislation. Additionally, you will improve your own analytical and problem-solving abilities. You can advance to the Advanced Diploma, the highest level of CIPD study, after successfully completing the Associate Diploma, which results in CIPD Associate Membership. Is this qualification right for me? This qualification is perfect for you if you enjoy developing and managing people. You’ll expand your knowledge of HR with a combination of core units and specialist areas – helping you focus on what matters most to you. What will I learn? Core units: • Organisational performance and culture in practice • Evidence-based practice • Professional behaviours and valuing people Specialist units: • Employment relationship management • Talent management and workforce planning • Reward for performance and contribution Optional units: • Specialist employment law • Advances in digital learning and development • Learning and development essentials • People management in an international context • Diversity and inclusion • Leadership and management development • Well-being at work Perfect for: HR professionals keen to develop their skills and drive change within their organisation Typical job titles: • HR Business Partner or Manager • People Analyst • Employee Relations Manager • Diversity and Inclusion Specialist • Resourcing Business Partner • Reward and Benefits Manager • Talent Manager DURATION 12-14 Months WHATS INCLUDED Course Material Case Study Experienced Lecturer Refreshments Certificate

CIPD Associate Diploma in People Management Level 5
Delivered In-PersonFlexible Dates
£3,000