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

417 Dele courses in London

Understanding Property – 2 day course

By Property Overview Ltd

A course for those lacking a property-specific education or requiring a broader perspective. About Who Could Benefit?   A 2-day dynamic course providing a solid knowledge foundation explaining the property industry. The course is for those who work with property clients or those who work in property and lack formalised property training or have a one-sided background. This course is available in-house on demand. The on-line course suits those new to property as well as those who have worked in the industry for many years looking to dot the is and cross the ts, as well as broaden their knowledge base and understanding. We have taught across the ranges of age and seniority. A senior practitioner teaches from their real-life experience using captivating examples and anecdotes. We bring theory to life! A shorter, more general curriculum of just 1 day is available (see Introduction to Property). Both courses are available to be taught in-house as well. Trainer: Kaushik Shah Modules Understanding Property (2 day course) This course provide a captivating overview of the property industry and teaches foundation knowledge in just 2 days. We tackle lots of jargon along the way in a very engaging manner. This course provides a solid grounding in a great many aspects of the real estate industry. Day 1 provides foundation and leasing knowledge. We look at how companies design, build and lease-up, what drives trends and property cycles, and how things are changing within the industry. In day 2 we concentrate on the investment side and look at how companies finance, service, value and invest in real estate as well as the how and why of companies and individuals investing in certain types. We also delve into how residential, retail, offices, industrial and other asset types differ, including across countries. The course explains the lettings and investment aspects, how it all fits together and how things work. All is explained in context with lots of examples so delegates can relate it to their own job. This course enables you to understand what your colleagues and clients do, what they want and the jargon they use. Real-life case studies on both days tie everything back together. See below for a brief overview of content. For full course content click the ‘see content’ button below Day 1: Foundation & leasing knowledge • Property needs occupiers to thrive • Asset types • Insight into real market drivers & dynamics • Asset-specific considerations • Traditional property job roles demystified • The Property Industry is Changing • ESG – Overview, frameworks, tools, regulation, overlaps & jargon • Property Jargon • The letting process • How lease events differ by property type • Case Study Day 2: real estate investment • How letting income translates into investment value • Valuations explained • Investment Jargon • Understanding Investors • Where does property fit in as an investment amongst other asset classes? • Why invest in property? • Routes to CRE investment – investment options and fund names unpicked • Risks • Investment fund structuring • Case study To book this course or enquire about the next course date, please email kaushik@propertyoverview.co.uk or fill in our booking form Next Date Available: Tue 18 + Wed 19 June 2024 | Location: London or on-lineIn-house course ‘Introduction to Property’ Tailor-made foundation knowledge course for those working in property or with property clients. The course is designed by a senior practitioner with hands-on experience who understands what clients want. An extensive selection of course modules exist (check out the content of the 2-day course) and content can be created, added to or abbreviated as required, or worked around your business product. See content Pricing Find the best price.   Property Overview offers competitively priced on-line training courses with unique practitioner-led content. Applied, relevant content leads to greater impact and value-for-money. Pricing below is shown for on-line public courses for individual bookings, and for on-line in-house courses. For bookings of 4 or more staff an in-house course is recommended, also as the content can be tailored around your needs and your products or services. To book one or two individual places please fill in the booking form, otherwise email kaushik@propertyoverview.co.uk Understanding Property (2 day course) £1,150 + VAT • Per Person at a public course + UK VAT where applicable• Course also available to be taught in-house• Prices upon application for courses taught abroad face-to-face.• Available as on-line course across the world at no extra cost.In-house course ‘Introduction to Property’ £3,025 for 8 hrs, £4,240 for 1.5 days £5,335 for 2 days • UK VAT @ 20% where applicable• Includes up to 6 attendees, surcharge at £60 per day or £62.5 per 1.5 days per additional attendee + VAT• Modules can run across several days on-line, fitting into diaries better• Prices upon application for f2f courses taught abroad

Understanding Property – 2 day course
Delivered Online & In-PersonFlexible Dates
£1,150 to £5,335

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

High Impact Presenting & Public Speaking - One Day Workshop 13th March 2025

By Mindful Presenter Ltd

Public Speaking Courses That Work Our public speaking courses are refreshingly different and transformative. Mindful presenting is the key to the future of high impact public speaking training. In fact, we are changing organisations one presentation at a time. We do that by providing training that empowers and equips professionals to present with greater confidence, clarity and impact.

High Impact Presenting & Public Speaking - One Day Workshop 13th March 2025
Delivered In-Person in London
£495

Complete COBOL programming

5.0(3)

By Systems & Network Training

COBOL training course description A hands on training course providing an introduction to COBOL. What will you learn Write COBOL programs Debug COBOL programs Examine existing code and determine its function. COBOL training course details Who will benefit: Programmers working with COBOL. Prerequisites: None although experience in another high level language would be useful. A 10 day version of this course would be more applicable for those new to programming. Duration 5 days COBOL training course contents Introduction to COBOL Compilation, linkage editor. Compile errors, compiler options. Divisions, syntax and format, COBOL character set, program structure. COBOL statement structure COBOL words, format of statements. Divisions Identification entries, Environment entries, Data division: FD, record descriptions, hierarchy and level numbers, description-string entry. File and Working-Storage Sections Literals, figurative constants, redefines clause, data representation, Usage clause, synchronization, sign clause. Procedure Division File status codes; Open, Read, Write, Close, Stop, Goback; Accept, display; Move, Justified, data name qualification, reference modification. Perform statement Out-of-line, With test ... Until, ... Times, in-line statement; Go to statement. Program design Design techniques, design considerations, procedure names, program structure. Printing Printed output, Write, advancing option, editing characters; Initialize. Condition testing Conditional statements: IF, class, sign and relation conditions, condition-name conditionals, Set, compound conditions, logical operators. Evaluate, Continue. Arithmetic Rounded option, On Size Error option, Add, Subtract, Multiply, Divide, Compute. Non-sequential files File access modes, Select. Indexed and relative files. Open, Close, creating / reading sequential access files, Write, Read, Invalid key clause, reading, writing / updating Random access files, Rewrite, Delete, Start. Declarative routines Clauses. Subroutines Call, Using clause - calling program/called program, Linkage Section, returning control. Table handling Subscripted tables: One/two/three dimensional tables, Perform, variable length tables. Indexed tables: Set, using an index; Search. Copy code: Copy, Suppress, Replacing. Data Manipulation Inspect, String, Unstring. COBOL/370 LE/370 and Intrinsic Functions.

Complete COBOL programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

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

Working at Height Module 2 - Safe Work at Height (General Operative)

By Vp ESS Training

This course is suitable for operatives required to Work at Height, and will give operatives a sound foundation on the requirements of the Work at Height Regulations 2005 and other relevant regulations. Also highlights the principles of how fall protection systems / equipment should be selected and used. This course will provide delegates with the knowledge and practical experience to enable them to work safely at height using a variety of basic systems and techniques. Book via our website @ ESS | Working at Height Module 2 - Safe Work at Height (General Operative) | Vp ESS (vp-ess.com) or via email at: esstrainingsales@vpplc.com or phone on: 0800 000 346

Working at Height Module 2 - Safe Work at Height (General Operative)
Delivered In-Person in Aberdeen + 9 more or UK WideFlexible Dates
£1,400

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Financial Risk Management

5.0(10)

By GBA Corporate

Overview This course is specially designed, this 5-day Financial Risk Management training course works to expand delegate's understanding and practical skills in the field of financial risk management. Specifically, this training course investigates the inter connection of risk in terms of markets, credit, operations, liquidity and reputation. Via intensive instruction and practical exercises, delegates will explore relevant techniques and methodologies, such as value-at-risk, credit modelling and stress testing.

Financial Risk Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Crisis Management and Business Continuity

5.0(10)

By GBA Corporate

Overview This will include lectures, a detailed simulation exercise, and group discussions. Delegates will recognize the elements where their organizations may have the skills and resources to manage a crisis, but the course will help identify where specialist external support may also be required. The course is designed to provide a balanced view of how best to manage specific crisis issues while simultaneously minimizing any negative impact on ongoing business operations. Delegates will develop a list of subjects to address upon returning to their sponsoring organization

Crisis Management and Business Continuity
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Project Management for Managers

5.0(10)

By GBA Corporate

Overview This project is intended for managers to know a way to prepare and arrange comes, and meet the deadlines the side of dominant their budget. it'll facilitate in saving time and cash for the delegates through increased schedules, improved plans and communications. This project is intended for managers to know a way to prepare and arrange comes, and meet the deadlines the side of dominant their budget. it'll facilitate saving time and cash for the delegates through increased schedules, improved plans and communications. This course may be quick paced comes that's designed to fulfil the fast wants of the managers. It includes the fundamental principles and terms of Project Management with a straightforward set of tools and self-check tools. These tools facilitate managers to arrange their projects exactly.

Project Management for Managers
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626