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

5527 Courses delivered Live Online

Sales skills for selling products (In-House)

By The In House Training Company

Bad news - people don't buy your product. Better news - they don't buy anyone else's product either. Best news - they do buy what a product gives them, whether it be removing 'pain' or giving 'pleasure'. So what a challenge it is that every single person buys your product for a slightly different reason! What's the secret to selling in that sort of sales environment? This programme provides a great roadmap. This course will help participants: Build rapport with authenticity Use open questions, listening and summary to properly understand the prospect Use 'impact' questions to 'stack the pain' of remaining with the status quo Convert features into personalised benefits that reflect stated needs Handle objections with calm confidence Identify buying signals Close effectively Convey credible urgency centred on the prospect's - not the salesperson's - interests 1 What makes a customer buy any product? Moving towards 'pleasure' Moving away from 'pain' Robert Cialdini's Psychology of Influence - buying motives Understanding what your product does for customers Why there is never a 'one size fits all' approach What are the real 'unique selling points' and why the salesperson is the real 'USP' At what point does the customer emotionally buy your product? 2 Getting past gatekeepers What gatekeepers' motivations are How to make them your friend rather than your enemy How to make your call harder to block than to put through How to control the gatekeeper with questions, not answers Using Cialdini's 'reciprocity' law to get put through more often Practical exercise in which the trainer poses as gatekeeper 3 Questioning and listening skills How to use open questions to get the customer talking What questions to avoid and why How to 'stack the pain' of the status quo with 'impact questions' Practical 'pain stacking' exercise in pairs What listening is and what it isn't Question funnelling - how to earn deeper disclosure through probing Practical funnelling exercise in pairs The power of summary 4 How to create tailored benefits and not 'dive into solution' What is 'diving into solution'? Examples and analogies Why it is to be avoided Practical exercise in pairs - how it feels to have solutions offered up too early How to avoid 'feature-dumping' What is 'value selling'? How to create tailored benefits How to convert product features into benefits How to deal with the prospect's competitor allegiance 5 Handling objections and testing the water How to overcome the price objection by selling value Common objections the participants encounter and answers that work The objections salespeople carry in their own heads The 'A-C-E' objection-handling model How to uncover objections When - and when not - to trial close 6 Closing skills Why salespeople often close too early How to identify buying signals How to use urgency with skill and effectiveness Four killer closing techniques that work How to avoid buying the product back by careless post-sale talk How to ask for referrals for your product How to 'farm' the account for future opportunities 7 Wrap-up Key learnings from each participant Individual action planning - steps that can and will be implemented in the workplace

Sales skills for selling products (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Advanced Programming Techniques with Python v1.2

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their programming proficiency in Python 3. Overview In this course, you will expand your Python proficiencies. You will: Select an object-oriented programming approach for Python applications. Create object-oriented Python applications. Create a desktop application. Create data-driven applications. Create and secure web service-connected applications. Program Python for data science. Implement unit testing and exception handling. Package an application for distribution. Python© continues to be a popular programming language, perhaps owing to its easy learning curve, small code footprint, and versatility for business, web, and scientific uses. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this course, you'll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, creating web service-connected apps, performing data science tasks, unit testing, and creating and installing packages and executable applications. Lesson 1: Selecting an Object-Oriented Programming Approach for Python Applications Topic A: Implement Object-Oriented Design Topic B: Leverage the Benefits of Object-Oriented Programming Lesson 2: Creating Object-Oriented Python Applications Topic A: Create a Class Topic B: Use Built-in Methods Topic C: Implement the Factory Design Pattern Lesson 3: Creating a Desktop Application Topic A: Design a Graphical User Interface (GUI) Topic B: Create Interactive Applications Lesson 4: Creating Data-Driven Applications Topic A: Connect to Data Topic B: Store, Update, and Delete Data in a Database Lesson 5: Creating and Securing a Web Service-Connected App Topic A: Select a Network Application Protocol Topic B: Create a RESTful Web Service Topic C: Create a Web Service Client Topic D: Secure Connected Applications Lesson 6: Programming Python for Data Science Topic A: Clean Data with Python Topic B: Visualize Data with Python Topic C: Perform Linear Regression with Machine Learning Lesson 7: Implementing Unit Testing and Exception Handling Topic A: Handle Exceptions Topic B: Write a Unit Test Topic C: Execute a Unit Test Lesson 8: Packaging an Application for Distribution Topic A: Create and Install a Package Topic B: Generate Alternative Distribution Files

Advanced Programming Techniques with Python v1.2
Delivered OnlineFlexible Dates
Price on Enquiry

PER (Practical Experience Requirements) Training Course for Accountancy Students

By Osborne Training

PER (Practical Experience Requirements) Training Course for Accountancy Students:  It is a comprehensive practical accounting training program designed to build the bridge between knowledge and practical aspects of accounting and tax. With these accounting courses, many modules of tax and accounting are covered as well as Computerised Accounting & Payroll. Moreover, After completing the modules you will have the chance to get hands-on experience which will open the door for the lucrative Accounting, Tax & Payroll sector. Nationally recognised qualification

PER (Practical Experience Requirements) Training Course for Accountancy Students
Delivered OnlineFlexible Dates
Price on Enquiry

Full Stack Web Development with Python and Django (TTPS4860)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced web developers new to Python who want to use Python and Django for full stack web development projects. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Develop full-stack web sites based on content stored in an RDMS Use python data types appropriately Define data models Understand the architecture of a Django-based web site Create Django templates for easy-to-modify views Map views to URLs Take advantage of the built-in Admin interface Provide HTML form processing Geared for experienced web developers new to Python, Introduction to Full Stack Web Development with Python and Django is a five-day hands-on course that teaches students how to develop Web applications using the Django framework. Students will explore the basics of creating basic applications using the MVC (model-view-controller) design pattern, as well as more advanced topics such as administration, session management, authentication, and automated testing. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. The Python Environment Starting Python Using the interpreter Running a Python script Getting help Editors and IDEs Getting Started Using variables Built in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control Conditional expressions Relational and Boolean operators while loops Lists and Tuples About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Working with Files File overview The with statement Opening a file Reading/writing files Dictionaries and Sets About dictionaries Creating and using dictionaries About sets Creating and using sets Functions Returning values Function parameters Variable Scope Sorting with functions Errors and Exception Handling Exception overview Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages Creating Modules The import statement Module search path Creating packages Classes About OO programming Defining classes Constructors Properties Instance methods and data Class/static methods and data Inheritance Django Architecture Django overview Sites and apps Shared configuration Minimal Django layout Built in flexibility Configuring a Project Executing manage.py Starting the project Generating app files App configuration Database setup The development server Using cookiecutter Creating models Defining models Related objects SQL Migration Simplel model access Login for Nothing and Admin for Free Setting up the admin user Using the admin interface Views What is a view HttpResponse URL route configuration Shortcut: get_object_or_404() Class-based views Templates About templates Variable lookups The url tag Shortcut: render() Querying Models QuerySets Field lookups Chaining filters Slicing QuerySets Related fields Q objects Advanced Templates Use Comments Inheritance Filters Escaping HTML Custom filters Forms Forms overview GET and POST The Form class Processing the form Widgets Validation Forms in templates Automated Testing Why create tests? When to create tests Using Django's test framework Using the test client Running tests Checking code coverage

Full Stack Web Development with Python and Django (TTPS4860)
Delivered OnlineFlexible Dates
Price on Enquiry

Salesforce Link Your Salesforce Data using Marketing Cloud Connect (MCC201)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is ideal for email digital marketers responsible for managing the email channel for their organization, Salesforce Admins responsible for supporting users when Marketing Cloud Connect is installed, and customers who will be connecting their Salesforce org to Marketing Cloud using Marketing Cloud Connect. Overview When you complete this course, you will be able to: Explain Marketing Cloud Connect. Connect a Marketing Cloud account to a Salesforce org. Create individualized content blocks to leverage Salesforce CRM data using personalization strings and dynamic content. Create an email in Content Builder. Utilize the various sending methods to send to a Lead, Contact, Report, or Campaign in Marketing Cloud and Sales and Service Clouds. Automate sending emails using a Triggered Email, Automation Studio, and Journey Builder. Configure Synchronized CRM Sources to bring CRM data into Marketing Cloud. Segment data using Reports, Filter Activity, and Query Activity. Create journeys using Salesforce Activities in Journey Builder. Review tracking data in Marketing Cloud and Sales and Service Clouds. Create analytics reports in Marketing Cloud. Create and customize Marketing Cloud reports in Sales and Service Clouds. Create a dashboard based on Marketing Cloud reports. Unify and analyze your data in one place with Marketing Cloud Connect. In this 4-day class, you'll learn how to link your Marketing, Sales, and Service Clouds to seamlessly engage with your customers. Discover how to segment Salesforce data to create personalized, targeted emails. Track and report on those emails to see what resonates most with your customers so you can strengthen your relationships with them. Salesforce Marketing Cloud Overview Review the Customer Success Platform Get to Know Marketing Cloud Marketing Cloud Connect Review Marketing Cloud Connect Review the Various Ways to Connect the Clouds Marketing Cloud Connect Configuration Explore How to Connect the Clouds Review the Prerequisites for Marketing Cloud Connect Review Salesforce Terminology Connect a Marketing Cloud Account to a Salesforce Org Review Prework Personalized Digital Marketing Review What Functionality Can Be Accomplished in Each Cloud Create a Personalized Email Leveraging Salesforce CRM Data Using Content Builder Use Testing Tools Send a Marketing Cloud Email Manually to a Lead, Contact, Report, and Campaign Automate the Sending of an Email via a Triggered Email, Automation Studio, and Journey Builder Understand What Happens When an Email Is Sent Understand Subscriber Statuses Synchronized CRM Data Explain How and Why to Bring Salesforce CRM Data into Marketing Cloud Synchronize Data Sources in Contact Builder Create Segments Using Filters and the Query Activity Create a Salesforce Data Extension for Sending Create a Journey Using Synchronized Data Sources Test a Journey Journey Builder Explain Sales and Service Cloud Activities Create a Journey Using Sales and Service Cloud Activities Tracking and Reporting Understand the Tracking Data Available in Marketing Cloud Create and Automate Tracking Reports in Marketing Cloud Understand the Tracking Data Available in Sales and Service Cloud Create and Customize Marketing Cloud Reports in Sales and Service Cloud Create a Dashboard for Marketing Cloud Tracking Reports Additional course details: Nexus Humans Salesforce Link Your Salesforce Data using Marketing Cloud Connect (MCC201) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Salesforce Link Your Salesforce Data using Marketing Cloud Connect (MCC201) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Salesforce Link Your Salesforce Data using Marketing Cloud Connect (MCC201)
Delivered OnlineFlexible Dates
Price on Enquiry

Reiki Association Cacao O'Clock - Free online event

4.8(6)

By Steph Edwards

#CacaoCircle #CeremonialCacao #ReikiHealing #MindfulnessJourney #InnerFlow #CacaoRitual #SpiritualConnection #HeartOpening #CacaoCommunity

Reiki Association Cacao O'Clock  - Free online event
Delivered OnlineFlexible Dates
FREE to £10

Salesforce Build and Analyze Customer Journeys using Marketing Cloud (MKT101)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This class is designed for email digital marketers who manage the email channel for their organization. Whether you are new to Marketing Cloud or looking for tips on how to improve your existing customer journeys, this class is a great place to start. No prior knowledge of Marketing Cloud is needed. Overview When you complete this course, you will be able to: Explain compliance concepts to ensure optimal deliverability. Use tools within Marketing Cloud to uphold deliverability standards. Utilize Email Design best practices to ensure the best customer experience. Develop effective, relevant messages using Content Builder. Design and test different delivery methods and options when sending an email message. Design and execute customer journeys using automation tools within Marketing Cloud. Differentiate the use cases for different automation activities in Automation Studio and Journey Builder. Define fundamental data management and structure terminology. Use data segmentation tools to create targeted emails. Apply a simple data model concept to a real-world scenario. Define subscriber statuses, unsubscribe methods, and preferences. Analyze marketing campaigns using common KPIs. Solve a common marketing problem using troubleshooting guidance. Prioritize testing methods and tools to ensure quality control. Explain fundamental account and sending administration. Know where to go for more information, guidance, and support. Describe capabilities across the platform. Start your journey to becoming a Marketing Cloud Specialist. In this 5-day, expert-led class, you will learn how to build customer journeys within Marketing Cloud. Our team of Marketing Cloud pros will walk you through best practices related to executing, monitoring, and analyzing your journeys, arming you with the tools and know-how to design personalized journeys and engage with your customers in a whole new way. Course Outline Introduction to Salesforce Marketing Cloud Administration Subscriber and Data Management Email Message Design and Creation Message Testing, Delivery, and Email Marketing Best Practices Marketing Automation Analytics and Troubleshooting Summary

Salesforce Build and Analyze Customer Journeys using Marketing Cloud (MKT101)
Delivered OnlineFlexible Dates
Price on Enquiry

Online Close Protection Operative Course

By UCP GROUP

The purpose of Close Protection is to create an environment wherein the Principal can live their life in as normal a way as possible…

Online Close Protection Operative Course
Delivered in person or OnlineFlexible Dates
FREE

Intermediate SQL Custom 3-Day Private Class Outline

By Nexus Human

Duration 3 Days 18 CPD hours In this 3 day customized Intermediate SQL course students will learn additional commands and functions using labs/activities/content that correlates with this content. By understanding SQL, you get the knowledge of fundamental queries associated with data management so that you can verify, monitor, and control all the activities operating in the database. Lesson 1 Substring Instr / CharIndex Convert (data types and with Formatting) Replace RowCount / RowNum / Top )n) ÿ(Oracle/SQL Server functions) Case / If Then Else statements Exists Clause Find Duplicates using Group by and have clause (and other tips for analyzing data) Lesson 2 Set operations (UNION, UNION ALL, INTERSECT, MINUS) GROUP BY extensions (ROLLUP, CUBE, and GROUPING SETS) Loops / Cursors Common Table Expressions (CTEs) Lesson 3 Temp Tables / Views Advanced Subqueries Regular Expressions (RegEx) Linked Server Queries Qualified subquery predicates Aggregate functions Optimizing queries SQL Injection Lesson 4 JSON Parsing With Partition By With Over Fuzzy Logic - MDS.mdq.[Similarity]ÿ Additional course details: Nexus Humans Intermediate SQL Custom 3-Day Private Class Outline training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Intermediate SQL Custom 3-Day Private Class Outline course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Intermediate SQL Custom 3-Day Private Class Outline
Delivered OnlineFlexible Dates
Price on Enquiry

Total Accounting Training Course Package - With Guaranteed Job Placement

By Osborne Training

Total Accounting Training Course Package - With Guaranteed Job Placement It is a comprehensive practical accounting training program designed to build the bridge between knowledge and practical aspects of accounting and tax. With this accounting courses many modules of tax and accounting are covered as well as Computerised Accounting & Payroll. Moreover, After completing the modules you will have the chance to get hands on experience which will open the door for lucrative Accounting, Tax & Payroll sector. CompletOsborne Trainingion of this training program will earn you valuable verified CPD points. As an accountant, it is vital to gain CPD points to retain your accounting membership and to comply with Professional Accounting Bodies (such as ACCA, AAT, CIMA, ICAEW etc.) requirements. Advanced Excel Bookkeeping VAT Training - Preparation and Submission Personal Tax Return Training Company Accounting and Tax Training Sage 50 Accounting Training Sage Payroll Training

Total Accounting Training Course Package - With Guaranteed Job Placement
Delivered in London or OnlineFlexible Dates
Price on Enquiry