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

2797 Code courses in Liverpool delivered Online

R Programming for Statistics and Data Science

By Packt

R Programming for Statistics and Data Science is the course that will take you from a complete beginner in programming with R to a professional who can complete data manipulation on demand. It gives you the complete skillset to tackle a new data science project with confidence and be able to critically assess your and others' work.

R Programming for Statistics and Data Science
Delivered Online On Demand6 hours 26 minutes
£26.99

Arduino Text to Speech Training

By Study Plex

Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Introduction to the Course Introduction 00:05:00 Who We Are 00:05:00 Hardware and Software Requirements Hardware and Software Requirements 00:03:00 Software Requirements 00:02:00 Download and Install Coding Software 00:09:00 Circuit Amplifier Circuit 00:05:00 Circuit Design and Wiring 00:09:00 Code Programming Arduino 00:09:00 Writing Your Own Code 00:09:00 The Code 00:01:00 Talkie Library Get Library 00:02:00 Download and Install Software Section Download and Install Circuit Design and Wiring Software 00:06:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Arduino Text to Speech Training
Delivered Online On Demand
£19

Master JavaScript with Data Visualization Course

By One Education

Delve into the world of JavaScript with a course that places dynamic data visualisation at its heart. Whether you’re brushing up on your coding finesse or curious about transforming numbers into engaging stories, this programme offers a solid route through the language that powers the modern web. From functions and arrays to DOM manipulation and charting libraries, each module is crafted to give you clarity, confidence, and clever code you’ll actually enjoy writing. JavaScript doesn’t just build websites – it gives data a voice. Through engaging lessons and examples, you’ll explore how to convert raw figures into clear, compelling visual formats using tools like Chart.js and D3.js. Perfect for those with an analytical mind and a bit of mischief, this course invites you to blend logic with creativity, all while mastering a language trusted by tech giants and weekend coders alike. No waffle, no filler – just quality learning delivered in a straight-talking style. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Introduction Getting Started Introduction to Getting Started Course Curriculum How to Get Pre-Requisites Getting Started on Windows, Linux or Mac How to ask a Great Questions FAQ's Setting up Local Development Environment What is JavaScript Choosing Code Editor Installing Code Editor(Sublime Text) Installing Code Editor(Visual Studio Code) Hello World Program Getting Output Summary JavaScript Fundamentals Introduction Internal JavaScript External JavaScript Inline JavaScript Async and defer Variables Data Types Numbers Boolean Arrays() Objects Comments Summary Strings Introduction Strings String Formatting String Methods Summary Operators Introduction Arithmetic operators Assignment operators Comparison operators Logical operators Summary Conditional Statements Introduction If statement If-else statement If-else-if statement Switch-case statement Summary Control Flow Statements Introduction While loop Do-while loop For loop Break Continue Coding Exercise Solution for Coding Exercise Summary Functions Introduction Creating a Function Function Call() Function with parameters Function Bind() Summary Data Visualization (Google Chart) Introduction How to Use Google chart script Line Graph chart Scatter plots chart Bar chart Pie chart 3D Pie chart Summary Error Handling Introduction Try-catch Try-catch-finally Summary Client-side Validations Introduction On Submit Validation Input Numeric Validation Login Form Validation Password Strength Check Validation Summary Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Master JavaScript with Data Visualization course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Master JavaScript with Data Visualization course is open to all, with no formal entry requirements. Career path Upon successful completion of the Master JavaScript with Data Visualization Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Master JavaScript with Data Visualization Course
Delivered Online On Demand6 hours
£12

55232 Writing Analytical Queries for Business Intelligence

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools. Overview After completing this course, students will be able to: - Identify independent and dependent variables and measurement levels in their own analytical work scenarios. - Identify variables of interest in relational database tables. - Choose a data aggregation level and data set design appropriate for the intended analysis and tool. - Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others. - Create stored procedures, views, and functions to modularize data retrieval code. This course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. 1 - INTRODUCTION TO TSQL FOR BUSINESS INTELLIGENCE Two Approaches to SQL Programming TSQL Data Retrieval in an Analytics / Business Intelligence Environment The Database Engine SQL Server Management Studio and the CarDeal Sample Database Identifying Variables in Tables SQL is a Declarative Language Introduction to the SELECT Query Lab 1: Introduction to TSQL for Business Intelligence 2 - TURNING TABLE COLUMNS INTO VARIABLES FOR ANALYSIS: SELECT LIST EXPRESSIONS, WHERE, AND ORDER BY Turning Columns into Variables for Analysis Column Expressions, Data Types, and Built-in Functions Column aliases Data type conversions Built-in Scalar Functions Table Aliases The WHERE clause ORDER BY Lab 1: Write queries 3 - COMBINING COLUMNS FROM MULTIPLE TABLES INTO A SINGLE DATASET: THE JOIN OPERATORS Primary Keys, Foreign Keys, and Joins Understanding Joins, Part 1: CROSS JOIN and the Full Cartesian Product Understanding Joins, Part 2: The INNER JOIN Understanding Joins, Part 3: The OUTER JOINS Understanding Joins, Part 4: Joining more than two tables Understanding Joins, Part 5: Combining INNER and OUTER JOINs Combining JOIN Operations with WHERE and ORDER BY Lab 1: Write SELECT queries 4 - CREATING AN APPROPRIATE AGGREGATION LEVEL USING GROUP BY Identifying required aggregation level and granularity Aggregate Functions GROUP BY HAVING Order of operations in SELECT queries Lab 1: Write queries 5 - SUBQUERIES, DERIVED TABLES AND COMMON TABLE EXPRESSIONS Non-correlated and correlated subqueries Derived tables Common table expressions Lab 1: Write queries 6 - ENCAPSULATING DATA RETRIEVAL LOGIC Views Table-valued functions Stored procedures Creating objects for read-access users Creating database accounts for analytical client tools Lab 1: Encapsulating Data Retrieval Logic 7 - GETTING YOUR DATASET TO THE CLIENT Connecting to SQL Server and Submitting Queries from Client Tools Connecting and running SELECT queries from: Excel PowerBI RStudio Exporting datasets to files using Results pane from SSMS The bcp utility The Import/Export Wizard Lab 1: Getting Your Dataset to the Client Additional course details: Nexus Humans 55232 Writing Analytical Queries for Business Intelligence 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 55232 Writing Analytical Queries for Business Intelligence 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.

55232 Writing Analytical Queries for Business Intelligence
Delivered OnlineFlexible Dates
£1,785

Learn Python and Ethical Hacking from Scratch

By Packt

This course is designed to help you understand the basic and advanced concepts of ethical hacking with ease. The course features interesting examples and coding activities in each video to keep you engaged and guides you effectively through writing programs to hack a system.

Learn Python and Ethical Hacking from Scratch
Delivered Online On Demand24 hours 35 minutes
£13.99

Javascript Asynchronous Basics

4.8(9)

By Skill Up

Javascript Asynchronous Basics is a course that will assist you to become a front-end developer with thorough and

Javascript Asynchronous Basics
Delivered Online On Demand1 hour 23 minutes
£25

Python 3: Project-based Python, Algorithms, Data Structures

By Packt

Learn to program with Python 3, visualize algorithms and data structures, and implement them in Python projects

Python 3: Project-based Python, Algorithms, Data Structures
Delivered Online On Demand14 hours 29 minutes
£135.99

Social Media Automation using Python

By Packt

A comprehensive package for beginners to learn how to automate social media applications such as WhatsApp, YouTube, and Facebook from scratch using Python. The course will help you understand the impact of social media automation in real-world applications and provide a unique hands-on experience in developing different real-time exciting projects.

Social Media Automation using Python
Delivered Online On Demand2 hours 39 minutes
£82.99

ChatGPT for Salesforce Development

By Packt

Learn to accelerate your Salesforce development with the power of ChatGPT. This course will show you how to use ChatGPT to write your own Apex triggers, batch Apex, test classes, validation rules, and flows, allowing you to streamline your development process and improve productivity.

ChatGPT for Salesforce Development
Delivered Online On Demand1 hour 37 minutes
£82.99

Level 3 Lettings Agent and Property Management Course

4.5(3)

By Studyhub UK

The Level 3 Lettings Agent and Property Management Course offers comprehensive training in lettings management, covering the code of practice for letting agents, the role of a lettings negotiator, and the legal aspects of lettings management in the UK. Participants will gain valuable knowledge and skills to succeed in the property management industry. Learning Outcomes: Understand the key principles and responsibilities of lettings management. Familiarize with the letting agent code of practice and legal regulations governing property rentals in the UK. Develop essential skills for becoming an effective lettings negotiator, including property marketing, tenant screening, and lease agreements. What skills you will gain: Familiarity with the fundamentals of letting management. A deeper understanding of various types of agents. Acquaintance with the standard guidelines for the lettings agency. Dexterity in knowing your clients and property valuation Thorough knowledge of property negotiation and management. Proficiency in the laws of lettings management. Raised awareness of the lettings agent code of practice. A solid comprehension of home loans and letting agent services. Comprehensive knowledge of the UK legal system. A clear understanding of lettings management finances. Who is this course for: Individuals aspiring to start a career in the property management and lettings industry. Professionals already working in real estate who want to enhance their expertise in lettings management. Property owners and landlords seeking to manage their properties more efficiently and effectively. Requirements: To participate in this Lettings Negotiator course, all you need is - A smart device A secure internet connection And a keen interest in lettings negotiation. Why buy this Level 3 Lettings Agent and Property Management Course? 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 Level 3 Lettings Agent and Property Management Course 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. Career path Lettings Negotiator: Assist landlords and tenants in finding suitable rental properties and negotiate lease agreements. Property Manager: Oversee rental properties, handle maintenance requests, and manage tenant relationships. Lettings Administrator: Provide administrative support to a lettings agency, handling documentation and client inquiries. Property Consultant: Offer expert advice on property investments and lettings strategies to clients. Property Investment Advisor: Advise clients on investment opportunities in the rental property market. Course Curriculum Lettings Management Introduction to Lettings Management 00:20:00 Necessary Documents for Lettings Management 01:30:00 Lettings Agency Agreements Guideline 00:15:00 Types of Agents 00:15:00 Knowing Your Clients 00:30:00 Property Valuation 00:30:00 Property Negotiation 00:30:00 Property Management 00:30:00 Lettings Management Laws 00:30:00 Letting Agent Code of Practice Introduction to Letting Agent Code of Practice 00:20:00 Overarching Standards of Practice 00:30:00 Lettings 00:30:00 Management and Maintenance 00:20:00 Ending the Tenancy and Communications & Resolving Complaints 00:15:00 Arrangements 00:15:00 Being a Lettings Negotiator Lettings Management Agent Services 00:20:00 Home Loans 00:00:00 Knowing When You're Ready To Buy 00:15:00 Is Your Lake Home For Sale? 01:00:00 Legal System & Lettings Management UK An Introduction to the UK legal system 00:15:00 Different Types of Investment Structures 00:15:00 Title & Registration 00:15:00 Finance in Lettings Management 00:15:00 Investment Purchase Procedure 00:15:00 Acquisition Costs 00:15:00 Land Usage 00:15:00 Planning & Environment 00:15:00 Investment Structure & Key Legislations 00:15:00 Assignment Assignment - Lettings Mangement & Negotiator 00:00:00

Level 3 Lettings Agent and Property Management Course
Delivered Online On Demand10 hours 50 minutes
£10.99