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

1263 Courses in Bristol delivered Online

CompTIA Healthcare IT Technician

4.5(3)

By Studyhub UK

Overview Learn about CompTIA Healthcare IT Technician from industry experts and boost your professional skill. This CompTIA Healthcare IT Technician course will enhance your skill and make you ready for the job market. You'll get expert opinions about the best practices and problems of CompTIA Healthcare IT Technician. You'll also gain the skills of CompTIA Healthcare IT Technician to excel in your job and tips to master professional skills in no time.  You'll be connected with the community of CompTIA Healthcare IT Technician professionals and gain first-hand experience of CompTIA Healthcare IT Technician problem-solving. The CompTIA Healthcare IT Technician  is self-paced. You can complete your course and attend the examination in your suitable schedule. After completing the CompTIA Healthcare IT Technician, you'll be provided with a CPD accredited certificate which will boost your CV and help you get your dream job.  This CompTIA Healthcare IT Technician will provide you with the latest information and updates of CompTIA Healthcare IT Technician. It will keep you one step ahead of others and increase your chances of growth. Why buy this CompTIA Healthcare IT Technician? 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 CompTIA Healthcare IT Technician 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 CompTIA Healthcare IT Technician does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This CompTIA Healthcare IT Technician 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 CompTIA Healthcare IT Technician is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Healthcare IT Fundamentals Core Concepts in Healthcare IT 00:06:00 EMR EHR Issues 00:05:00 Regulations, Standards, and Stakeholders 00:14:00 HIPAA Controls and Compliance 00:08:00 The Medical Environment Healthcare Organizations 00:14:00 Medical Terminology, Equipment, and Software 00:12:00 Medical Coding and Billing 00:05:00 Medical Computer Interfaces 00:07:00 Using IT in the Medical Workplace Roles and Responsibilities 00:10:00 Manage Communication and Ethics Issues 00:15:00 Legal Best Practices, Requirements, and Documentation 00:09:00 Medical Document Imaging 00:04:00 Sanitation Management 00:03:00 Healthcare IT Technical Components Computing Essentials 00:05:00 Networking 00:33:00 Manage Servers and Software 00:27:00 Hardware Support 00:14:00 Providing Medical IT Support Set Up a Workstation 00:08:00 Troubleshoot Basic IT Issues 00:15:00 Troubleshoot Medical IT Issues 00:20:00 Implementation of an EMR EHR System 00:34:00 Change Control 00:08:00 Security Manage Physical and Logical Security 00:36:00 Implement Security Best Practices and Threat Mitigation Techniques 00:13:00 Manage Remote Access 00:06:00 Manage Wireless Security 00:15:00 Perform Backups and Disaster Recovery 00:16:00

CompTIA Healthcare IT Technician
Delivered Online On Demand6 hours 2 minutes
£10.99

Programming for Network Engineers (PRNE) v2.0

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for: Network administrators Network engineers with little or no programming or Python experience Network managers Systems engineers Overview After taking this course, you should be able to: Create a Python script Describe data types commonly used in Python coding Describe Python strings and their use cases Describe Python loops, conditionals, operators, and their purposes and use cases Describe Python classes, methods, functions, namespaces, and scopes Describe the options for Python data manipulation and storage Describe Python modules and packages, their uses, and their benefits Explain how to manipulate user input in Python Describe error and exception management in Python Describe Python code debugging methods The Programming for Network Engineers (PRNE) v2.0 course is designed to equip you with fundamental skills in Python programming. Through a combination of lectures and lab experience in simulated network environments, you will learn to use Python basics to create useful and practical scripts with Netmiko to retrieve data and configure network devices. Upon completion of this course, you should have a basic understanding of Python, including the knowledge to create, apply, and troubleshoot simple network automation scripts. Course outline Introducing Programmability and Python for Network Engineers Scripting with Python Examining Python Data Types Manipulating Strings Describing Conditionals, Loops, and Operators Exploring Classes, Methods, Functions, Namespaces, and Scopes Exploring Data Storage Options Exploring Python Modules and Packages Gathering and Validating User Input Analyzing Exceptions and Error Management Examining Debugging Methods Course Summary Lab outline Execute Your First Python Program Use the Python Interactive Shell Explore Foundation Python Data Types Explore Complex Python Data Types Use Standard String Operations Use Basic Pattern Matching Reformat MAC Addresses Use the if-else Construct Use for Loops Use while Loops Create and Use Functions Create and Use Classes Use the Python main() Construct Traverse the File Structure Read Data in Comma-Separated Values (CSV) Format Read, Store, and Retrieve Data in XML Format Read, Store, and Retrieve Date in JavaScript Object Notation (JSON) Format Read, Store, and Retrieve Data in a Raw or Unstructured Format Import Modules from the Python Standard Library Import External Libraries Create a Python Module Prompt the User for Input Use Command-Line Arguments Manage Exceptions with the try-except Structure Manage Exceptions with the try-except-finally Structure Use Assertions Use Simple Debugging Methods Use the Python Debugger Code a Practical Debugging Script

Programming for Network Engineers (PRNE) v2.0
Delivered OnlineFlexible Dates
Price on Enquiry

Advanced C Plus Plus

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this course is for you. Overview By the end of this course, you'll have developed programming skills that will set you apart from other C++ programmers. After completing this course, you will be able to: Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management This course begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later lessons, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding lesson will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. Anatomy of Portable C++ Software Managing C++ Projects Writing Readable Code No Ducks Allowed ? Types and Deduction C++ Types Creating User Types Structuring our Code No Ducks Allowed ? Templates and Deduction Inheritance, Polymorphism, and Interfaces Templates ? Generic Programming Type Aliases ? typedef and using Class Templates No Leaks Allowed ? Exceptions and Resources Exceptions in C++ RAII and the STL Move Semantics Name Lookup Caveat Emptor Separation of Concerns ? Software Architecture, Functions, and Variadic Templates Function Objects and Lambda Expressions Variadic Templates The Philosophers' Dinner ? Threads and Concurrency Synchronous, Asynchronous, and Threaded Execution Review Synchronization, Data Hazards, and Race Conditions Future, Promises, and Async Streams and I/O File I/O Implementation Classes String I/O Implementation I/O Manipulators Making Additional Streams Using Macros Everybody Falls, It's How You Get Back Up ? Testing and Debugging Assertions Unit Testing and Mock Testing Understanding Exception Handling Breakpoints, Watchpoints, and Data Visualization Need for Speed ? Performance and Optimization Performance Measurement Runtime Profiling Optimization Strategies Cache Friendly Code

Advanced C Plus Plus
Delivered OnlineFlexible Dates
Price on Enquiry

Level 3 Xero Training

4.9(27)

By Apex Learning

Overview Did you know? There's been a 20% year-over-year increase in demand for Xero experts globally. Mastering the intricacies of financial management is not just a skill; it's a necessity. The "Level 3 Xero Training" course is meticulously crafted to meet this demand head-on, comprehensively exploring Xero's capabilities and ensuring participants emerge as proficient financial wizards. This Level 3 Xero Training course delves deep into the heart of financial management, offering a meticulous breakdown of topics crucial for today's professionals. From mastering the art of invoicing to navigating intricate sales reports, our course is designed to transform participants into Xero maestros.Enrol now and unlock the door to a future where financial mastery opens doors to new career heights! How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Level 3 Xero Training. It is available to all students, of all academic backgrounds. Requirements Our Level 3 Xero Training is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 9 sections • 66 lectures • 06:14:00 total length •Introduction: 00:02:00 •Introduction - Getting Started: 00:01:00 •Signing up to Xero: 00:04:00 •Quick Tour of Xero: 00:12:00 •Initial Xero Settings: 00:13:00 •Chart of Accounts: 00:14:00 •Adding a Bank Account: 00:08:00 •Demo Company: 00:04:00 •Tracking Categories: 00:07:00 •Contacts: 00:12:00 •Introduction - Invoices and Sales: 00:01:00 •Sales Screens: 00:04:00 •Invoice Settings: 00:13:00 •Creating an Invoice: 00:17:00 •Repeating Invoices: 00:07:00 •Credit Notes: 00:10:00 •Quotes Settings: 00:03:00 •Creating Quotes: 00:07:00 •Other Invoicing Tasks: 00:03:00 •Sending Statements: 00:03:00 •Sales Reporting: 00:05:00 •Introduction - Bills and Purchases: 00:01:00 •Purchases Screens: 00:04:00 •Bill Settings: 00:02:00 •Creating a Bill: 00:13:00 •Repeating Bills: 00:05:00 •Credit Notes: 00:06:00 •Purchase Order Settings: 00:02:00 •Purchase Orders: 00:08:00 •Batch Payments: 00:12:00 •Other Billing Tasks: 00:02:00 •Sending Remittances: 00:03:00 •Purchases Reporting: 00:05:00 •Introduction - Bank Accounts: 00:01:00 •Bank Accounts Screens: 00:07:00 •Automatic Matching: 00:04:00 •Reconciling Invoices: 00:06:00 •Reconciling Bills: 00:03:00 •Reconciling Spend Money: 00:05:00 •Reconciling Receive Money: 00:04:00 •Find and Match: 00:04:00 •Bank Rules: 00:08:00 •Cash Coding: 00:04:00 •Remove and Redo vs Unreconcile: 00:04:00 •Uploading Bank Transactions: 00:07:00 •Automatic Bank Feeds: 00:06:00 •Introduction - Products and Services: 00:01:00 •Products and Services Screen: 00:02:00 •Adding Services: 00:03:00 •Adding Untracked Products: 00:03:00 •Adding Tracked Products: 00:07:00 •Introduction - Fixed Assets: 00:01:00 •Fixed Assets Settings: 00:05:00 •Adding Assets from Bank Transactions: 00:06:00 •Adding Assets from Spend Money: 00:05:00 •Adding Assets from Bills: 00:02:00 •Depreciation: 00:04:00 •Introduction - Payroll: 00:01:00 •Payroll Settings: 00:15:00 •Adding Employees: 00:18:00 •Paying Employees: 00:10:00 •Payroll Filing: 00:04:00 •Introduction - VAT Returns: 00:01:00 •VAT Settings: 00:02:00 •VAT Returns - Manual Filing: 00:06:00 •VAT Returns - Digital Filing: 00:02:00

Level 3 Xero Training
Delivered Online On Demand6 hours 14 minutes
£12

Javascript from Scratch

5.0(1)

By LearnDrive UK

You will learn everything you need to know about JavaScript in this course.

Javascript from Scratch
Delivered Online On Demand1 hour
£5

Office Administration: Microsoft (Excel, Word & PowerPoint), IT with Cyber Security Skills

By Imperial Academy

Learn From Experts | QLS Endorsed Diploma | 6-in-1 QLS Endorsed Bundle | Free QLS Hard Copy Certificates | 300 CPD Points | Tutor Support | Lifetime Access

Office Administration: Microsoft (Excel, Word & PowerPoint), IT with Cyber Security Skills
Delivered Online On Demand
£200

Ultimate Python Training for Beginners

By The Teachers Training

Embark on your journey into the world of programming with our Ultimate Python Training for Beginners Course. Learn the fundamentals of Python from scratch, master essential coding concepts, and build your own projects. Start your programming career today with expert guidance and hands-on practice.

Ultimate Python Training for Beginners
Delivered Online On Demand6 hours
£15

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

Computer Programming Mini Bundle

By Compete High

This isn't about endless syntax memorisation—it’s about making sense of structured chaos. The Computer Programming Mini Bundle introduces key programming languages (Python, Go, JavaScript), core IT concepts, and the kind of problem solving that makes debugging slightly less dramatic. Ideal for those who enjoy structured thinking, it covers how to write clean code, understand computing environments, and tackle logic challenges without shouting at your laptop. No promises on coffee reduction, but the code will definitely be smarter. Learning Outcomes: Write and structure Python code using core programming principles. Understand Go language syntax and program structure basics. Apply JavaScript for interactive front-end programming elements. Learn IT fundamentals for software-related digital environments. Tackle logic-based challenges using structured problem-solving skills. Combine language concepts to improve overall programming knowledge. Who is this Course For: Beginners interested in exploring popular programming languages. Students preparing for coding-related tech roles or study. Tech support staff wanting to understand code behaviour. Junior developers exploring cross-language knowledge building. Digital workers enhancing their coding fluency and logic. Entrepreneurs managing simple software or web-based projects. Freelancers offering IT support with some programming knowledge. Career switchers exploring software from the coding side. Career Path: Junior Python Developer – £30,000/year IT Support Analyst – £28,000/year Go Developer (Entry-Level) – £32,000/year Frontend Developer (JavaScript Focus) – £34,000/year Technical Problem-Solving Assistant – £27,000/year Software Testing Support Analyst – £29,500/year

Computer Programming Mini Bundle
Delivered Online On Demand11 hours
£26.99

CE031 IBM DB2 Family Fundamentals

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This basic course is for persons needing an introductory knowledge of DB2, and persons preparing for advanced and specialized DB2 education. Overview List and describe the major components of IBM's relational database, DB2 Explain the characteristics of a DB2 table Relate the basic concepts of data modeling Comprehend the processing instructions given to DB2 via simple SQL statements List and describe several ways to build (write) and execute SQL statements List and describe steps needed to imbed SQL statements in an application program Explain some of the functions performed by, and the responsibilities of, database and system administrators Establish a base for more specialized DB2 education This course provides information about the functions of IBM's DB2, a relational database manager which may be installed under a variety of operating systems on many hardware platforms (e.g., z/OS, VM, Linux, UNIX, Windows, etc.) Understanding a Table Identify the advantages of a relational database Define a relation Name the language used to talk to a relational database manager (RDBM) List three characteristics assigned to each column Define the tasks performed by DB2 when running an application Defi Data Modeling and Database Design State the purpose of a business model Identify an Entity-Relational Diagram (ERD) model List several DB2 column data types Identify non-standard column and table names Identify the characteristics of a primary key and a foreign key State the purpose of re How does a User use DB2? List several ways to talk to DB2 List multiple ways to generate an SQL statement List several ways to ADD, REMOVE, or CHANGE table rows List several ways to READ data and produce reports How does a Programmer use DB2? List the steps needed to create a test environment List the necessary steps to coding SQL in a program Describe the purpose of SQL delimiters Describe the purpose of an SQLCA List the steps involved in preparing a program for execution State the differenc What does an Administrator do in DB2? List some of the tasks performed by a DB2 System Administrator: Identifying the DB2 product, Installing DB2, Creating subsystems/instances, databases and table spaces, Authorizing, and Monitoring List some of the tasks performed by a DB2 Database Administ Information Management with DB2 List several planning considerations for distributing data List some of the skills required to successfully distribute data Differentiate between remote unit of work, distributed unit of work, and distributed request List some of the security concerns whe

CE031 IBM DB2 Family Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry