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

3131 Microsoft courses in Banstead delivered Online

Basics of Chatbots with Machine Learning & Python

By Packt

Let's learn the basic concepts for developing chatbots with machine learning models. This compact course will help you learn to use the power of Python to evaluate your chatbot datasets based on conversational notes, online resources, and websites. Garner hands-on practice in text generation with Python for chatbot development.

Basics of Chatbots with Machine Learning & Python
Delivered Online On Demand3 hours 3 minutes
£82.99

Customising your Shiny Core App - Developing Dynamic Data Tables and Plots

By Datacove

What You'll Learn Static vs dynamic displays - why interactive plots and tables are useful in shiny and how they can contribute towards the overall usability of the application Introduction to highcharter - how to create rendered, interactive plots using a similar syntax to the tidyverse (ggplot2) Developing dynamic charts within high charts - creating visualisations that respond to user-initiated actions within the application Introduction to DT - a package for creating data tables that users can interact with, e.g. by searching for specific pieces of data Developing dynamic tables within DT - developing sortable and searchable interactive tables for use in the application About The Trainer Jeremy has been using R since the very first day of his career in 2005, when it was better known as a mere letter of the alphabet! As an early adopter of the language, he’s seen it evolve – from its ugly initial versions to more elegant analytics solutions underpinned by the tidyverse, on which this course is focused. He is a regular speaker on UK R circuit and co-organises a number of R-community groups, including LondonR, ManchesterR & BrightonR, and the infamous EARL conference! About Us Datacove are a data and analytics consultancy specialising in customer analytics, marketing analytics and process automation. With over 20 years of combined experience in the industry we answer the questions that sit at the heart of every business, from who your customers are, to where and how you find more of them and how much you need to spend to do so. We also automate your most painful business processes, removing the 20+ hours you spend on them per week, forever! Extra Information Our courses are delivered during core office hours, ensuring they fit seamlessly into your work schedule. Once your booking is confirmed, we will send you a Microsoft Teams link, allowing you to join the session with ease.

Customising your Shiny Core App - Developing Dynamic Data Tables and Plots
Delivered OnlineFlexible Dates
£82.50

Introduction to Shiny R Core - Introduction to Shiny

By Datacove

What You'll Learn Overview of the Shiny interface - the difference between a UI and a server and how they interlink Shiny folder structures - hows to store and use static datasets, imagery and other assets for your application. Introduction to Shiny servers - how to create and deploy your first application and how to manage deployments within Shiny apps Basic Shiny UI inputs - include filters/drop downs, date sliders, text and buttons About The Trainer Jeremy has been using R since the very first day of his career in 2005, when it was better known as a mere letter of the alphabet! As an early adopter of the language, he’s seen it evolve – from its ugly initial versions to more elegant analytics solutions underpinned by the tidyverse, on which this course is focused. He is a regular speaker on UK R circuit and co-organises a number of R-community groups, including LondonR, ManchesterR & BrightonR, and the infamous EARL conference! About Us Datacove are a data and analytics consultancy specialising in customer analytics, marketing analytics and process automation. With over 20 years of combined experience in the industry we answer the questions that sit at the heart of every business, from who your customers are, to where and how you find more of them and how much you need to spend to do so. We also automate your most painful business processes, removing the 20+ hours you spend on them per week, forever! Extra Information Our courses are delivered during core office hours, ensuring they fit seamlessly into your work schedule. Once your booking is confirmed, we will send you a Microsoft Teams link, allowing you to join the session with ease.

Introduction to Shiny R Core - Introduction to Shiny
Delivered OnlineFlexible Dates
£82.50

Programming with Python

By Xpert Learning

About Course Master the Fundamentals of Programming with Python Course Description Embark on an exciting journey into the world of programming with this comprehensive Python course, designed to equip you with the essential skills and knowledge to become a proficient Python programmer. Whether you're a complete beginner or seeking to enhance your existing Python skills, this course caters to all levels of expertise. What will be discussed in detail? Introduction to Python: Delve into the basics of Python programming, including variables, data types, operators, and control flow statements. Working with Data Types: Explore the fundamental data types in Python, including numbers, strings, booleans, and lists. Python Strings: Master the art of manipulating strings, including slicing, concatenation, and string formatting techniques. Python Lists: Discover the power of lists, one of Python's most versatile data structures, and learn how to create, access, modify, and iterate over lists. Python Casting and Input: Understand the concept of type casting and learn how to take user input from the console. Python Dictionary: Uncover the usefulness of dictionaries, another essential data structure in Python, and learn how to store and retrieve data using key-value pairs. Python Date and Time: Learn how to handle date and time operations in Python, including creating, formatting, and manipulating date and time objects. Python Loop Part 1: Master the 'for' loop, a fundamental looping construct in Python, to iterate over sequences and perform repetitive tasks. Python Loop Part 2: Expand your understanding of loops by exploring the 'while' loop, used to execute a block of code repeatedly while a condition remains true. Creating a Function: Discover the power of functions, reusable blocks of code that perform specific tasks, and learn how to define, call, and pass arguments to functions. Python OOP Part 1: Delve into the world of Object-Oriented Programming (OOP) with Python, and learn the concepts of classes, objects, inheritance, and polymorphism. Python OOP Part 2: Enhance your OOP skills by exploring advanced concepts such as abstract classes, multiple inheritance, and operator overloading. Python Advanced OOP Part 1: Discover more advanced OOP techniques, including class methods, static methods, and decorators. Python Advanced OOP Part 2: Master the concept of exception handling, a crucial aspect of robust programming, and learn how to handle errors and exceptions effectively. Error Handling: Understand the importance of error handling in Python programming and learn how to identify, handle, and prevent errors. Python File Handling: Learn how to read, write, and manipulate files in Python, enabling you to store and retrieve data from external sources. Python Modules: Explore the concept of modules, reusable code libraries, and discover how to import, use, and create your own modules. Why should you enroll into it? Gain a comprehensive understanding of Python programming: Master the fundamentals of Python programming, from basic syntax to advanced OOP concepts. Develop practical coding skills: Apply your theoretical knowledge to hands-on coding exercises, solidifying your understanding and building your confidence. Prepare for a career in programming: Equip yourself with the essential skills required for entry-level programming positions. Enhance your problem-solving abilities: Learn to think algorithmically and develop effective problem-solving techniques using Python programming. Expand your skillset and knowledge: Whether you're a beginner or an experienced programmer, this course will broaden your understanding of Python and its capabilities. What will be taught? (Learning Outcomes/Learning Objectives) Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules What Will You Learn? Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules Course Content Introduction to Python Introduction to Python Working with Data Types Working with Data Types Python Strings Python Strings Python List Python List Python Casting and Input Python Casting and Input Python Dictionary Python Dictionary Python Date and Time Python Date and Time Python Loop (Part - 1) Python Loop (Part - 1) Python Loop (Part - 2) Python Loop (Part - 2) Python While Loop Python While Loop Creating a Function Creating a Function Python OOP (Part - 1) Python OOP (Part - 1) Python OOP (Part - 2) Python OOP (Part - 2) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 2) Python Advanced OOP (Part - 2) Error Handling Error Handling Python File Handling Python File Handling Python Modules Python Modules A course by Uditha Bandara Microsoft Most Valuable Professional (MVP) RequirementsA basic understanding of computers and operating systemsA willingness to learn and practice codingA computer with internet access and the ability to install Python Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming

Programming with Python
Delivered Online On Demand
£9.99

Office Administration Complete Course

4.7(160)

By Janets

Course Overview Learn the Latest Skills | Accredited by CPD | Recognised Certificate | MCQ Based Exam & Tutor Support | Interactive Video Training  The Office Administration Complete Course teaches core competencies in business writing, and professional communication and improves your customer service skills and computer literacy with programs like Microsoft Word, Excel, Outlook and PowerPoint. Gain the confidence to excel in any professional office or commercial environment by gaining the necessary knowledge of administration, computer, and management techniques. This cutting-edge online course is taught by industry experts with continuing professional involvement, and it teaches you immediately applicable skills. What Will You Learn? Learn the basic computer software you need to know to perform at your best on a daily basis Learn organisational, time management and meeting management skills Learn the basic principles of business writing Enrich your expertise in MS Word, PowerPoint, and Excel Learn to keep the books in order and proper telephone etiquette What classes are included in this package? Earn a digital certificate upon successful completion accredited by UK and internationally recognised accredited qualification There are no set schedules, so you can work at your own pace. Our email and live chat specialists are available to assist you 24 hours a day, 7 days a week. On weekdays, you’ll have access to a full-time tutor. Learn in a user-friendly, cutting-edge online learning environment. High-quality e-learning study materials Benefit from instant feedback through mock exams and multiple-choice assessments Who Should Take This Course? This course is ideal for those who want to work in administrative support roles in public or private sector organisations or those who wish to improve their managerial and supervisory skills. Career Path Training offered by the Office Administration Complete Course could potentially benefit a range of roles, but would particularly enhance careers in: Administrator Support Staff Personal Assistant Office Manager Receptionist Office Administrator Secretary Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessments Assignment Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Method of Assessment On successful completion of the Office Administration Complete Course, you will be required to sit an online multiple-choice assessment. You will need to score 60% or above to pass the course. After successfully passing the exam, you will be able to apply for Quality Licence Scheme endorsed certificate of achievement. The assessment will be evaluated automatically and the results will be given to you immediately. Retake fee If you do not pass the exam first time, you can purchase the Retake Exam for £1.99 and try again. Course Contents Module 01: Introduction to Office Administration Module 02: Skills of an Effective Administrator Module 03: Business Writing Skills Module 04: Communication Skills Module 05: Meeting Management Module 06: Organisational Skills Module 07: Telephone Etiquette Module 08: Negotiation Techniques Module 09: Conflict Management Module 10: Stress Management Module 11: Time Management

Office Administration Complete Course
Delivered Online On Demand4 days
£9.99

Keep Going With QuickBooks 2021 for Windows

By Nexus Human

Duration 2 Days 12 CPD hours Overview What's New in This Guide? The behind-the-scenes journal entry for transactions is now included. This course is a continuation of topics following ?Get Started with QuickBooks 2021 for Windows?. First-time QuickBooks users will learn the basic features of the software. Experienced QuickBooks users will quickly learn the new features and functionality of QuickBooks 2021. This course covers features that are in QuickBooks Pro and Premier 2021. Memorizing Transactions Entering a New Memorized Transaction Editing a Memorized Transaction Deleting a Memorized Transaction Grouping Memorized Transactions Using a Memorized Transaction Printing the Memorized Transaction List Customizing Forms Creating a Custom Template Modifying a Template Printing Forms Using Other QuickBooks Accounts Other QuickBooks Account Types Working with Credit Card Transactions Working with Fixed Assets Working with Long-Term Liability Accounts Using the Loan Manager Creating Reports Working with Quick Reports Working with Preset Reports Sharing Reports Exporting Reports to Microsoft Excel Printing Reports Creating Graphs Creating QuickInsight Graphs Using QuickZoom with Graphs Working with the Sales Graph Customizing Graphs Printing Graphs Tracking and Paying Sales Tax Using Sales Tax in QuickBooks Setting Up Tax Rates and Agencies Indicating Who and What Gets Taxed Applying Tax to Each Sale Determining What You Owe Paying Your Tax Agencies Preparing Payroll with QuickBooks Using Payroll Tracking Setting Up for Payroll Setting Up Employee Payroll Information Setting Up a Payroll Schedule Writing a Payroll Check Printing Paycheck Stubs Tracking Your Tax Liabilities Paying Payroll Taxes Preparing Payroll Tax Forms Using Online Banking Setting Up an Internet Connection Setting Up Bank Feeds for Accounts Viewing, Downloading, and Adding Online Transactions Creating Online Payments Transferring Funds Online Canceling Online Payments Managing Company Files Using QuickBooks in Multi-user Mode Setting Up Users and Passwords Setting a Closing Date Sharing Files with an Accountant Updating QuickBooks Backing Up and Restoring a Company File Condensing a Company File Estimating, Time Tracking, and Job Costing Creating Job Estimates Creating an Invoice from an Estimate Displaying Reports for Estimates Updating the Job Status Tracking Time Displaying Reports for Time Tracking Tracking Vehicle Mileage Displaying Vehicle Mileage Reports Displaying Other Job Reports Writing Letters Using the Letters and Envelopes Wizard Customizing Letter Templates Additional course details: Nexus Humans Keep Going With QuickBooks 2021 for Windows 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 Keep Going With QuickBooks 2021 for Windows 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.

Keep Going With QuickBooks 2021 for Windows
Delivered OnlineFlexible Dates
Price on Enquiry

Software Engineering Mini Bundle

By Compete High

Software isn’t built in a day—but understanding its language shouldn’t require decoding ancient scrolls either. The Software Engineering Mini Bundle brings together Python and Go programming, user experience design, website development essentials, and Microsoft Word—because no one likes messy documentation. From efficient coding to interface thinking, and from browser behaviour to documentation structure, this bundle guides you through the mental logic of building software and shaping user journeys. Less hype, more structure—and no need for a triple-shot espresso to keep up. Learning Outcomes: Write structured Python code with logic and clarity in mind. Understand Go programming syntax and foundational development logic. Explore user experience design principles for digital interfaces. Develop basic websites using front-end concepts and tools. Create technical documents using Microsoft Word formatting features. Apply logical thinking across software development and UX planning. Who is this Course For: Future software engineers needing structured technical basics. Beginners exploring web development and digital design workflows. Coders interested in multiple programming language exposure. UX enthusiasts seeking a grounding in user journey logic. Admins supporting development teams with document formatting. Freelancers building small websites or tech-based portfolios. Digital workers organising reports and coding notes clearly. Anyone keen on software logic without the coding theatrics. Career Path: Junior Software Developer – £32,000/year UX Assistant (Entry-Level) – £29,000/year Front-End Developer – £34,500/year Documentation Specialist (Tech Focus) – £28,000/year Python Developer (Entry-Level) – £31,500/year Go Developer Assistant – £33,000/year

Software Engineering Mini Bundle
Delivered Online On Demand11 hours
£26.99

CAD Training Mini Bundle

By Compete High

Lines, layers, and logic—it’s all in the drawing. The CAD Training Mini Bundle is built for those who like their designs straight and their reports structured. Covering AutoCAD, technical drawing, architectural planning, Microsoft Word formatting, and formal report writing, this bundle sketches the bigger picture with tidy precision. Whether you're plotting elevations or preparing client documentation, each module helps you grasp visual structure and document clarity. From blueprint basics to well-punctuated paragraphs, this bundle gives you architectural insight with none of the scaffolding drama. Learning Outcomes: Understand AutoCAD tools for basic drafting and spatial planning. Apply architectural drawing methods to visualise structural layouts. Create technical documents using Microsoft Word tools effectively. Format detailed reports for architectural or CAD-based projects. Explore design logic used in digital and hand-drawn plans. Combine visuals and written work in structured document preparation. Who is this Course For: Beginners exploring architectural or technical drawing processes. CAD users building skills in structural planning and formatting. Admin support in architectural or engineering firms. Designers preparing written documentation for digital projects. Students interested in CAD for design and construction fields. Office staff creating detailed drawings with Word reports. Creatives developing digital drawing for architectural use. Anyone who enjoys structured design and clear reporting. Career Path: CAD Technician (Entry-Level) – £26,000/year Architectural Assistant – £28,500/year Design Office Administrator – £24,000/year Technical Drawing Assistant – £25,000/year Construction Documentation Coordinator – £27,500/year Junior Architectural Draughtsperson – £29,000/year

CAD Training Mini Bundle
Delivered Online On Demand11 hours
£26.99

Functional Skills Mini Bundle

By Compete High

The Functional Skills Mini Bundle delivers straightforward knowledge across essential topics—maths, English, IT, Microsoft Project, and self-organisation. If you've ever wondered when you’d use algebra again or struggled with that oddly formatted email, this one’s for you (and your future spreadsheet). It’s smart, clear and focused—perfect for building a solid academic and administrative foundation. Whether you’re brushing up on core subjects or preparing to be more organised than your calendar suggests, this bundle covers essential functions that play well in almost every environment—digital or otherwise. Learning Outcomes: Improve English reading, writing, and structured communication skills. Gain confidence in everyday numeracy and problem-solving concepts. Learn IT fundamentals with a focus on usability and clarity. Explore Microsoft Project structure and time-based task allocation. Understand how to prioritise tasks and meet planned objectives. Strengthen essential workplace and study-related digital skills. Who is this Course For: Job seekers needing a refresher on key academic subjects. Students aiming to build confidence in English and maths. Individuals looking to manage time and tasks more effectively. Beginners exploring the basics of information technology. Professionals wanting clarity in project management software. Anyone needing structured learning across core skill areas. Career changers preparing for office-based digital roles. Learners interested in self-organisation and efficient planning. Career Path: Administrative Assistant – £24,000/year Project Coordinator – £29,000/year Data Entry Officer – £23,500/year IT Support Assistant – £26,000/year Office Manager – £31,500/year Customer Service Executive – £25,000/year

Functional Skills Mini Bundle
Delivered Online On Demand11 hours
£26.99

Mastering Probability and Statistics in Python

By Packt

This course is designed for beginners, although we will go deep gradually, and is a highly focused course designed to master your Python skills in probability and statistics, which covers the major part of machine learning or data science-related career opportunities.

Mastering Probability and Statistics in Python
Delivered Online On Demand12 hours 30 minutes
£87.99