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

3303 Courses in Cardiff delivered Online

Making Automated Trading Bot Using Python

4.5(3)

By Studyhub UK

Learn how to create an automated trading bot using Python with this comprehensive course. Master Python basics, understand trading fundamentals, build and integrate the bot with a broker API, and run it effectively. Learning Outcomes: Gain proficiency in Python programming for trading purposes. Understand the fundamental concepts of trading and market dynamics. Build a structured trading bot using Python and Github version control. Integrate the bot with a broker API for real-time trading functionality. Successfully run and manage the automated trading bot for efficient execution. Why buy this Making Automated Trading Bot Using Python? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Making Automated Trading Bot Using Python there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Making Automated Trading Bot Using Python course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Making Automated Trading Bot Using Python does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Making Automated Trading Bot Using Python was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Making Automated Trading Bot Using Python is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction About the course structure 00:05:00 Why working is important? 00:04:00 The free and perfect tools 00:07:00 Our editor: Atom 00:04:00 Version control: Github 00:07:00 Python download (Mac) 00:05:00 Python download (Windows) 00:02:00 Section 02: Python Basics for Trading Introduction 00:03:00 Python Libraries 00:05:00 Iterators: for 00:08:00 Iterators: while 00:08:00 Conditionals: if & else 00:10:00 Logic gates: and & or 00:09:00 Error handling: try & except 00:09:00 Functions and calls to libraries 00:13:00 Objects and classes (1) 00:10:00 Objects and classes (2) 00:07:00 Debugging the code 00:12:00 Closing and wrap up 00:01:00 Section 03: Trading Basics Introduction 00:03:00 Fundamental vs Technical Analysis 00:04:00 Stocks vs CFDs 00:05:00 Long and Short positions 00:04:00 Takeprofit and Stoploss 00:03:00 Setting a real Stoploss 00:08:00 Limit and Market orders 00:10:00 Don't forget the spread 00:04:00 Stock data visualisation: candles 00:08:00 Technical Indicators: about 00:05:00 Exponential Moving Average 00:08:00 EMA use and interpretation 00:06:00 Relative Strength Index 00:07:00 Stochastic Oscillator 00:09:00 Closing and wrap up 00:01:00 Section 04: Bot Code General Structure Introduction 00:02:00 Overview 00:08:00 The Entry Strategy 00:10:00 About Tradingview 00:12:00 When to enter (1) 00:08:00 When to enter (2) 00:08:00 Open and hold a position 00:12:00 Closing a position 00:08:00 Review (1) 00:06:00 Review (2) 00:13:00 Closing 00:02:00 Section 05: Github Basics Introduction 00:04:00 Download and install Github 00:01:00 Create a repo 00:10:00 Working with branches 00:13:00 Section 06: Building Your Bot Introduction 00:05:00 Create the first bot file 00:07:00 Building the bot scheme 00:08:00 Complete your code scheme (1) 00:11:00 Complete your code scheme (2) 00:11:00 Complete your code scheme (3) 00:18:00 A logger to remember (1) 00:14:00 A logger to remember (2) 00:14:00 Organising your code 00:07:00 Main function: run bot 00:23:00 Link the bot and the library 00:08:00 Traderlib control functions (1) 00:12:00 Traderlib control functions (2) 00:13:00 Check if tradable function 00:06:00 Set stoploss function 00:10:00 Set takeprofit function 00:04:00 Load historical data function 00:01:00 Get open positions function 00:04:00 Submit and cancel order functions 00:04:00 Check positions function 00:09:00 The Tulipy libraries 00:07:00 Importing all the libraries 00:03:00 First filter: get general trend 00:19:00 Second filter: get instant trend 00:14:00 Third filter: RSI 00:08:00 Fourth filter: Stochastic Oscillator 00:14:00 Enter position (1) 00:13:00 Enter position (2) 00:11:00 Enter position (3) 00:15:00 Enter position (4) 00:08:00 Last check before opening 00:13:00 Exit position and get out 00:10:00 Linking everything (1) 00:12:00 Linking everything (2) 00:12:00 Linking everything (3) 00:15:00 Fixing a mistake: going Short 00:05:00 Handling all your variables 00:18:00 Closing and wrap up 00:01:00 Run function scheme clarification and rebuild 00:13:00 Section 07: Integrating the Broker API Introduction 00:03:00 The Alpaca Python API Wrapper 00:07:00 Initialising the REST API 00:09:00 Running the program (crash!) 00:06:00 Integration with check account (1) 00:08:00 Integration with check account (2) 00:05:00 Clean open orders function 00:10:00 Importing the trading library 00:04:00 Running the main 00:05:00 Check position function 00:09:00 Check if asset exists function 00:08:00 Fetching barset data (theory) 00:07:00 Fetching barset data (practice) 00:12:00 Updating the code for the Alpaca API V2 (explanation) 00:03:00 Updating the code for the Alpaca API V2 (implementation) 00:08:00 Organizing data with Pandas 00:06:00 Get general trend function (1) 00:08:00 Reframing the timeframe with Pandas 00:23:00 Get general trend function (2) 00:13:00 Get instant trend function 00:08:00 Get RSI function 00:06:00 Get Stochastic function 00:10:00 Get current price function 00:05:00 Finishing get shares amount 00:09:00 Opening a position (1) 00:12:00 Opening a position (2) 00:09:00 Check the open position 00:07:00 Cancelling the order (1) 00:20:00 Cancelling the order (2) 00:08:00 Making sure we cancelled 00:03:00 Get average entry price function 00:10:00 Fixing bugs when getting price 00:18:00 Check Stochastic crossing 00:02:00 Holding an open position 00:11:00 Submitting the exit order 00:08:00 Closing position and out (1) 00:08:00 Closing position and out (2) 00:10:00 Closing and wrap up 00:01:00 Section 08: Running the Trading Bot Introduction 00:03:00 Filtering asset by price and volume 00:07:00 Get the bot ready to trade 00:04:00 Running the Trading Bot with AAPL 00:09:00 A real open position 00:08:00 Debugging and bug fixing 00:12:00 Fixing one (last) bug 00:02:00 Running the bot with TSLA 00:10:00 Discussing EMA implementations 00:12:00 Closing and wrap up 00:02:00

Making Automated Trading Bot Using Python
Delivered Online On Demand18 hours 39 minutes
£10.99

Mastering Entrepreneurship

By IOMH - Institute of Mental Health

Overview of Mastering Entrepreneurship Britain’s business world is growing fast, with over 5.5 million small businesses helping the economy. From tech companies in London to eco-friendly projects in Scotland, more people are seeing the value of starting their businesses. Mastering Entrepreneurship is now a key path for people who want to turn their ideas into real success. This course helps you build the right skills and plan your journey as an entrepreneur. Our Mastering Entrepreneurship programme focuses on important areas such as personal strengths, business planning, and understanding market needs. You will learn how to find your unique talent, use SWOT analysis, and build a clear vision for your future business. The course takes you from basic business skills to smart thinking for long-term success. With more government support and higher startup success rates in the UK, now is a great time to start or grow a business. Through easy-to-follow lessons, tasks, and activities, Mastering Entrepreneurship helps you grow step by step. You will learn what it takes to build a strong business, manage risks, and spot new opportunities. Whether you are starting fresh or improving an existing idea, Mastering Entrepreneurship gives you the support and structure you need. This journey helps turn your passion into a working business that adds value to the UK’s growing business scene. By the end of the Mastering Entrepreneurship course, you will be able to: Build ten important skills every successful entrepreneur needs Find and use your own special business strengths Write clear and strong vision statements that match your goals Do a full SWOT analysis to help guide your business decisions Create smart plans based on what you do well and the chances you see Use different tools to check and improve your skills over time Who is this course for? The Mastering Entrepreneurship course is ideal for: New entrepreneurs who want clear steps to turn business ideas into real plans through skill-building and smart planning Small business owners aiming to boost their abilities, understand their strengths, and grow their business using trusted methods People changing careers who want to enter the world of entrepreneurship by learning key skills and making solid plans Business students or graduates who wish to add practical experience to their studies by learning useful tools like SWOT and vision planning Current entrepreneurs who want to sharpen their focus, assess their strengths, and build strong plans for lasting success Process of Evaluation After studying the Mastering Entrepreneurship Course, your skills and knowledge will be tested with an MCQ exam or assignment. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Mastering Entrepreneurship Course, you can order your CPD Accredited Digital / PDF Certificate for £5.99. (Each) Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. (Each) Shipping Charges: Inside the UK: £3.99 International: £10.99 Requirements You don’t need any educational qualification or experience to enrol in the Mastering Entrepreneurship course. Career Path Completing the Mastering Entrepreneurship course can lead to roles such as: Business Owner (£25K–£150K/year) Startup Founder (£20K–£200K/year) Business Development Manager (£35K–£65K/year) Innovation Consultant (£40K–£80K/year) Enterprise Advisor (£30K–£55K/year) Course Curriculum: Section 1 Entrepreneur 1-3 abilities 00:07:00 Entrepreneur 4-6 abilities 00:08:00 Entrepreneur 7-8 abilities 00:05:00 Entrepreneur 9-10 abilities 00:04:00 Entrepreneurial skills assessment activity 00:05:00 Entrepreneur purpose passion 00:07:00 Entrepreneur uniq ability vision goals 00:06:00 Section 2 Entrepreneur unique ability introduction 00:05:00 Reference document on unique ability importance 00:05:00 Entrepreneur unique ability part 1 00:06:00 Questions to ask to find unique ability 00:05:00 Entrepreneur unique ability parts 2 3 4 00:08:00 List down activities unique ability part 2 00:05:00 Activity document unique ability part 3 & 4 00:10:00 Section 3 SWOT analysis benefits 00:03:00 SWOT analysis importance 00:04:00 Video SWOT strengths and weaknesses 00:08:00 Activity personal SWOT – Strengths 00:05:00 Activity personal SWOT – Weaknesses 00:05:00 SWOT opportunities and threats 00:08:00 Activity personal SWOT – opportunities, threats 00:05:00 SWOT 2 techniques 00:05:00 SWOT my example 00:08:00

Mastering Entrepreneurship
Delivered Online On Demand2 hours 17 minutes
£11.99

Investment Banking, Financial Modelling for Decision Making and Business Plan Course

5.0(2)

By Training Express

Investment Banking and Financial Modelling are at the heart of strategic business decision-making. Our course provides a deep dive into the intricacies of financial markets, investment banking processes, and financial modelling techniques. Designed for aspiring professionals and business leaders, this course focuses on equipping learners with the tools necessary to analyse financial data, construct effective business plans, and make informed decisions. By combining theoretical knowledge with a structured approach to financial analysis, we aim to cultivate sharp, industry-ready minds. Through engaging, easy-to-follow content, learners will explore the key components of financial modelling, from building models to interpreting results and applying them to real business scenarios. The course delivers a solid understanding of investment banking concepts, including mergers and acquisitions, capital markets, and equity research, making it an ideal choice for anyone looking to expand their financial acumen. Whether you're looking to break into the world of investment banking or enhance your business strategy, this course will help you craft effective solutions and drive success in an ever-evolving financial landscape. Key Features of Investment Banking, Financial Modelling for Decision Making and Business Plan Bundle CPD Accredited Investment Banking, Financial Modelling for Decision Making and Business Plan Course Instant PDF certificate Fully online, interactive Investment Banking, Financial Modelling for Decision Making and Business Plancourse Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Enrol now in this Investment Banking, Financial Modelling for Decision Making and Business Plan Bundle course to excel! To become successful in your profession, you must have a specific set of Investment Banking, Financial Modelling for Decision Making and Business Plan skills to succeed in today's competitive world. In this in-depth Investment Banking, Financial Modelling for Decision Making and Business Plantraining course, you will develop the most in-demand Investment Banking, Financial Modelling for Decision Making and Business Plan skills to kickstart your career, as well as upgrade your existing knowledge & skills. Investment Banking, Financial Modelling for Decision Making and Business Plan Curriculum Course 01: Investment Banking Course 02: Investment Course 03: Financial Analysis Course 04: Financial Modelling Course 05: Business Plan Course 06: Corporate Finance Course 07: Financial Reporting Course 08: AML & Financial Crime Prevention Course 09: Commercial Law Course 10: Tax Accreditation This Investment Banking, Financial Modelling for Decision Making and Business Plan bundle courses are CPD accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Investment Banking, Financial Modelling for Decision Making and Business Plan course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). CPD 100 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for all employees or anyone who genuinely wishes to learn more about Investment Banking, Financial Modelling for Decision Making and Business Plan basics. Requirements No prior degree or experience is required to enrol in this course.= Career path This Investment Banking, Financial Modelling for Decision Making and Business Plan Course will help you to explore avariety of career paths in the related industry. Certificates Digital certificate Digital certificate - Included Hardcopy Certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10.

Investment Banking, Financial Modelling for Decision Making and Business Plan Course
Delivered Online On Demand1 hour
£49

Risk Assessment & Management Diploma - CPD Accredited Course

5.0(2)

By Training Express

Risk. It’s that ever-present shadow lurking behind every spreadsheet, strategy meeting, and enthusiastic email marked “urgent.” This CPD-accredited Risk Assessment & Management Diploma is designed to help you spot, evaluate, and—most importantly—respond to those potential pitfalls before they do something dramatic, like derail your project or spark a boardroom panic. Whether you're in health and safety, project coordination, HR, or running your own circus (corporate or literal—we don't judge), this course provides essential knowledge to help you assess threats with a calm head and a well-organised plan. Delivered entirely online (so no need to brave the office air conditioning or locate a functioning stapler), the course walks you through modern strategies in identifying hazards, rating their likelihood, and managing outcomes with a level of finesse that even Murphy's Law might admire. With accessible modules and no-nonsense explanations, it's ideal for professionals aiming to handle risk with confidence—and perhaps even a dash of style. Course Curriculum: Module 1: Risk and Types of Risk Module 2: The Risk Evaluation Process Module 3: Risk Analysis & Assessment Module 4: Risk Assessment at Workplace Module 5: Introduction to Risk Management Module 6: Risk Management Process Module 7: Benefits of Risk Management Module 8: Enterprise Risk Management Module 9: Managing Financial Risks Module 10: Managing Technology Risks Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Risk Assessment & Management Diploma - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Risk Assessment & Management Diploma - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Risk Assessment & Management Diploma - CPD Accredited training.

Risk Assessment & Management Diploma - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Forestry - CPD Accredited Course

5.0(2)

By Training Express

Trees might not talk, but they do have quite a lot to say—if you know where to look. This Forestry CPD Accredited Course is a professionally designed journey through the science, strategy, and stewardship of forests, woodlands, and everything leafy in between. Whether you're interested in conservation, sustainability, or simply keen to understand how forest ecosystems support life on this planet (including yours), this course offers a solid foundation. It’s designed for those who prefer knowledge without needing to lug a chainsaw around. From forest ecology and climate interaction to sustainable timber management and policy frameworks, you’ll gain insights into how forests are managed responsibly across different contexts. Ideal for environmental professionals, aspiring consultants, or the naturally curious, this course gives you a structured understanding of forestry without ever leaving your chair—though a glance out the window at a tree wouldn’t go amiss. Fully online, CPD accredited, and rich in content, it’s tailored for learners looking to grow their expertise without wrestling with field kits or muddy boots. Branch out your knowledge—the trees are waiting. Course Curriculum: Module 01: Introduction to Forestry Module 02: Forest Soil Module 03: Forest Menstruation Module 04: Forest Surveying Module 05: Silviculture Module 06: Forest Ecosystem Module 07: Timber Harvesting (Part One) Module 08: Timber Harvesting (Part Two) Module 09: Urban Forestry Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Forestry - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Forestry - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Forestry - CPD Accredited training.

Forestry - CPD Accredited Course
Delivered Online On Demand1 hour
£23

CRM - Customer Relationship Management - CPD Accredited Course

5.0(2)

By Training Express

In today's competitive business environment, effective customer relationship management (CRM) is a must. This CPD Accredited CRM Course provides a solid understanding of the strategies and tools used to manage customer interactions and drive business growth. Designed to provide you with a thorough grounding in CRM principles, this course equips you with the knowledge needed to build strong customer connections, enhance loyalty, and improve overall business performance. Whether you're an aspiring marketer or looking to expand your skill set in the customer service realm, this course will give you the critical insights to handle customer relationships with confidence. The course content covers a wide range of topics including CRM strategy, customer segmentation, database management, and the role of technology in enhancing customer engagement. Delivered entirely online, it allows you to learn at your own pace while building up essential CRM expertise. By the end of the course, you’ll have a comprehensive understanding of the CRM landscape, along with the tools to implement successful strategies within your organisation, enhancing customer satisfaction and retention. This course provides the flexibility to improve your knowledge base from anywhere, with no need for physical attendance—ideal for busy professionals. Additionally, you get: Free exam Free assessment Free certificate Free Tutor support Hurry up and enrol, before the offer expires! Course Curriculum: Module 01: Introduction to Customer Relationship Management (CRM) Module 02: CRM Fundamentals Module 03: CRM Strategies Module 04: Data Analysis in CRM Module 05: CRM Databases Module 06: Deepening Customer Relationship Module 07: Handling Customer Complaints Module 08: Future of CRM Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. CPD 10 CPD hours / points Accredited by The CPD Certification Service Who is this course for? The CRM - Customer Relationship Management - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our CRM - Customer Relationship Management - CPD Accredited training.

CRM - Customer Relationship Management - CPD Accredited Course
Delivered Online On Demand1 hour
£23

HR Management Course - CPD Accredited

5.0(2)

By Training Express

Human Resources isn’t just about paperwork and policies — it’s the fine art of managing people without losing your mind or your temper. This HR Management Course delivers a well-structured dive into the key principles that shape effective personnel management, from recruitment and training through to performance evaluation, motivation, and even those awkward farewell conversations. Whether you're polishing up your skills or plotting a professional upgrade, this course offers the theoretical grounding HR professionals need to navigate the workplace without turning into the office agony aunt. With ten detailed modules, the course covers the full HR alphabet — minus the corporate waffle. You’ll explore recruitment strategy, employee development, performance management, workplace wellbeing, employment law, and more. From building a positive work culture to handling paperwork like a pro, it’s all presented in a way that’s informative without being a snoozefest. Fully online and CPD accredited, it’s ideal for anyone looking to sharpen their HR knowledge with content that gets straight to the point — with just enough wit to keep things interesting. Course Curriculum: Module 01: Introduction to Human Resource Module 02: Employee Recruitment and Selection Procedure Module 03: Employee Training and Development Process Module 04: Performance Appraisal Management Module 05: Employee Relations Module 06: Motivation and Counselling Module 07: Ensuring Health and safety at the Workplace Module 08: Employee Termination Module 09: Employer Record and Statistics Module 10: Essential UK Employment Law Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this HR Management Course - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The HR Management Course - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our HR Management Course - CPD Accredited training.

HR Management Course - CPD Accredited
Delivered Online On Demand1 hour
£23

Supply Chain Management - CPD Accredited Course

5.0(14)

By Training Express

Managing a supply chain isn’t just about moving goods from A to B—it’s a delicate balancing act of timing, resources, logistics, and strategy. This CPD-accredited course dives into the fundamentals of supply chain management, covering everything from sourcing and procurement to inventory control and distribution. It’s designed to give learners a clear understanding of how supply chains function, how they interconnect with global markets, and where efficiencies (or chaos) tend to hide. Whether you’re looking to refine existing knowledge or aiming to navigate the basics with confidence, this course offers a smart, structured path through the key concepts and challenges. You’ll gain insight into risk management, supplier relations, demand forecasting, and sustainable supply chain strategies—all without needing to leave your desk. Think of it as the logistical equivalent of playing chess with the economy—minus the stress, and with fewer spreadsheets. Course Curriculum: Module 01: An overview of Supply Chain Management Module 02: Role of logistics of Supply Chain Module 03: Customer Response Principles and Systems Module 04: Supply Chain System and Principles Module 05: Global Supply Chain Operations Module 06:Inventory Strategies for Supply Chain Module 07: Warehouse Management and Operations Module 08: Supply Chain Design and Monitoring Module 09: Supply Chain Network and Evaluating Module 10: Supply Chain Planning and New Business Concepts Module 11: Aligning your supply chain process with your business Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Supply Chain Management - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Supply Chain Management - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Supply Chain Management - CPD Accredited training.

Supply Chain Management - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Business Intelligence Analyst Training - CPD Accredited Course

5.0(14)

By Training Express

In today’s data-driven landscape, the role of a Business Intelligence Analyst is pivotal to guiding organisations through the maze of numbers towards clear, actionable insights. This CPD accredited course offers a thorough exploration of data analysis techniques, reporting tools, and visualisation methods essential for making informed business decisions. Whether you're seeking to enhance your analytical prowess or pivot your career, this course provides the knowledge foundation necessary to interpret complex datasets and translate them into compelling narratives that influence strategy. Delivered entirely online, the training is designed to fit seamlessly around your schedule without any need for physical attendance. Expect to deepen your understanding of key BI platforms and sharpen your ability to extract meaningful trends and patterns. Alongside detailed modules, learners will develop the confidence to communicate findings effectively across teams, turning data into decisions that matter. It’s a smart choice for professionals looking to boost their credentials in a competitive market—minus the jargon, fuss, or unnecessary fluff. Course Curriculum: Module 01: An Introduction to Business Intelligence Module 02: Real-time Business Intelligence Module 03: Fundamentals of Statistics and Data Science Module 04: Fundamentals of SQL Module 05: Database Management Essentials Module 06: Data Warehouse Concepts Module 07: Data Visualisation in Business Intelligence Module 08: Basics of Python Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing Business Intelligence Analyst - CPD Accredited course. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Business Intelligence Analyst - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Business Intelligence Analyst - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Business Intelligence Analyst - CPD Accredited training.

Business Intelligence Analyst Training - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Team Management - CPD Accredited Course

5.0(14)

By Training Express

Managing a team isn’t just about delegating tasks and crossing fingers. It’s a careful blend of strategy, communication, timing, and the occasional well-timed spreadsheet. This CPD Accredited Team Management course offers a professional route to understanding the fine art of leading others with confidence, clarity, and a surprising amount of diplomacy. From conflict resolution to motivating underperformers (without issuing a company-wide memo in bold caps), the course is designed to help you manage personalities, expectations, and goals with a steady hand and a sharper mind. Whether you’re stepping into management for the first time or looking to refine your approach, this course offers structured insights into what actually works when you're guiding a group towards shared outcomes. Learn how to balance leadership with listening, planning with adaptability, and humour with authority—because managing a team isn’t about shouting the loudest; it’s about saying the right thing at the right time. All, of course, without the need for any awkward group exercises in hotel conference rooms. Course Curriculum: Module 01: Defining Team Module 02: Understanding Management and Leadership Module 03: Building High Performing Teams Module 04: Motivating Team Members Module 05: Talent Management Module 06: Stress Management and Mental Health Module 07: Succession Planning Module 08: Communication Skills Module 09: Negotiation Techniques Module 10: Managing Change Module 11: Managing Time Module 12: Managing Conflict Module 13: Risk Management Process Module 14: Managing Virtual Teams Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Team Management - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Team Management - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Team Management - CPD Accredited training.

Team Management - CPD Accredited Course
Delivered Online On Demand1 hour
£23