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

2016 Programming courses in Chigwell delivered On Demand

R Programming for Data Science

4.5(3)

By Studyhub UK

Delve into the world of data analysis with 'R Programming for Data Science,' a course designed to guide learners through the intricacies of R, a premier programming language in the data science domain. The course opens with a broad perspective on data science, illuminating the pivotal role of R in this field. Learners are then introduced to R and RStudio, equipping them with the foundational tools and interfaces essential for R programming. The curriculum progresses with an introduction to the basics of R, ensuring learners grasp the core principles that underpin more complex operations. A highlight of this course is its in-depth exploration of R's versatile data structures, including vectors, matrices, factors, and data frames. Each unit is crafted to provide learners with a comprehensive understanding of these structures, pivotal for effective data handling and manipulation. The course also emphasizes the importance of relational and logical operators in R, key elements for executing data operations. As the course advances, learners will engage with the nuances of conditional statements and loops, essential for writing efficient and dynamic R scripts. Moving into more advanced territories, the course delves into the creation and usage of functions, an integral part of R programming, and the exploration of various R packages that extend the language's capabilities. Learners will also gain expertise in the 'apply' family of functions, crucial for streamlined data processing. Further units cover regular expressions and effective strategies for managing dates and times in data sets. The course concludes with practical applications in data acquisition, cleaning, visualization, and manipulation, ensuring learners are well-prepared to tackle real-world data science challenges using R. Learning Outcomes Develop a foundational understanding of R's role in data science and proficiency in RStudio. Gain fluency in R programming basics, enabling the handling of complex data tasks. Acquire skills in managing various R data structures for efficient data analysis. Master relational and logical operations for advanced data manipulation in R. Learn to create functions and utilize R packages for expanded analytical capabilities. Why choose this R Programming for Data Science course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this R Programming for Data Science course for? Beginners in data science eager to learn R programming. Data analysts and scientists looking to enhance their skills in R. Researchers in various fields requiring advanced data analysis tools. Statisticians seeking to adopt R for more sophisticated data manipulations. Professionals in finance, healthcare, and other sectors needing data-driven insights. Career path Data Scientist (R Expertise): £30,000 - £70,000 Data Analyst (R Programming Skills): £27,000 - £55,000 Bioinformatics Scientist (R Proficiency): £35,000 - £60,000 Quantitative Analyst (R Knowledge): £40,000 - £80,000 Research Analyst (R Usage): £25,000 - £50,000 Business Intelligence Developer (R Familiarity): £32,000 - £65,000 Prerequisites This R Programming for Data Science does not require you to have any prior qualifications or experience. You can just enrol and start learning.This R Programming for Data Science 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Data Science Overview Introduction to Data Science 00:01:00 Data Science: Career of the Future 00:04:00 What is Data Science? 00:02:00 Data Science as a Process 00:02:00 Data Science Toolbox 00:03:00 Data Science Process Explained 00:05:00 What's next? 00:02:00 Unit 02: R and RStudio Engine and coding environment 00:03:00 Installing R and RStudio 00:04:00 RStudio: A quick tour 00:04:00 Unit 03: Introduction to Basics Arithmetic with R 00:03:00 Variable assignment 00:04:00 Basic data types in R 00:03:00 Unit 04: Vectors Creating a vector 00:05:00 Naming a vector 00:04:00 Arithmetic calculations on vectors 00:07:00 Vector selection 00:06:00 Selection by comparison 00:04:00 Unit 05: Matrices What's a Matrix? 00:02:00 Analyzing Matrices 00:03:00 Naming a Matrix 00:05:00 Adding columns and rows to a matrix 00:06:00 Selection of matrix elements 00:03:00 Arithmetic with matrices 00:07:00 Additional Materials 00:00:00 Unit 06: Factors What's a Factor? 00:02:00 Categorical Variables and Factor Levels 00:04:00 Summarizing a Factor 00:01:00 Ordered Factors 00:05:00 Unit 07: Data Frames What's a Data Frame? 00:03:00 Creating Data Frames 00:20:00 Selection of Data Frame elements 00:03:00 Conditional selection 00:03:00 Sorting a Data Frame 00:03:00 Additional Materials 00:00:00 Unit 08: Lists Why would you need lists? 00:01:00 Creating a List 00:06:00 Selecting elements from a list 00:03:00 Adding more data to the list 00:02:00 Additional Materials 00:00:00 Unit 09: Relational Operators Equality 00:03:00 Greater and Less Than 00:03:00 Compare Vectors 00:03:00 Compare Matrices 00:02:00 Additional Materials 00:00:00 Unit 10: Logical Operators AND, OR, NOT Operators 00:04:00 Logical operators with vectors and matrices 00:04:00 Reverse the result: (!) 00:01:00 Relational and Logical Operators together 00:06:00 Additional Materials 00:00:00 Unit 11: Conditional Statements The IF statement 00:04:00 IFELSE 00:03:00 The ELSEIF statement 00:05:00 Full Exercise 00:03:00 Additional Materials 00:00:00 Unit 12: Loops Write a While loop 00:04:00 Looping with more conditions 00:04:00 Break: stop the While Loop 00:04:00 What's a For loop? 00:02:00 Loop over a vector 00:02:00 Loop over a list 00:03:00 Loop over a matrix 00:04:00 For loop with conditionals 00:01:00 Using Next and Break with For loop 00:03:00 Additional Materials 00:00:00 Unit 13: Functions What is a Function? 00:02:00 Arguments matching 00:03:00 Required and Optional Arguments 00:03:00 Nested functions 00:02:00 Writing own functions 00:03:00 Functions with no arguments 00:02:00 Defining default arguments in functions 00:04:00 Function scoping 00:02:00 Control flow in functions 00:03:00 Additional Materials 00:00:00 Unit 14: R Packages Installing R Packages 00:01:00 Loading R Packages 00:04:00 Different ways to load a package 00:02:00 Additional Materials 00:00:00 Unit 15: The Apply Family - lapply What is lapply and when is used? 00:04:00 Use lapply with user-defined functions 00:03:00 lapply and anonymous functions 00:01:00 Use lapply with additional arguments 00:04:00 Additional Materials 00:00:00 Unit 16: The apply Family - sapply & vapply What is sapply? 00:02:00 How to use sapply 00:02:00 sapply with your own function 00:02:00 sapply with a function returning a vector 00:02:00 When can't sapply simplify? 00:02:00 What is vapply and why is it used? 00:04:00 Additional Materials 00:00:00 Unit 17: Useful Functions Mathematical functions 00:05:00 Data Utilities 00:08:00 Additional Materials 00:00:00 Unit 18: Regular Expressions grepl & grep 00:04:00 Metacharacters 00:05:00 sub & gsub 00:02:00 More metacharacters 00:04:00 Additional Materials 00:00:00 Unit 19: Dates and Times Today and Now 00:02:00 Create and format dates 00:06:00 Create and format times 00:03:00 Calculations with Dates 00:03:00 Calculations with Times 00:07:00 Additional Materials 00:00:00 Unit 20: Getting and Cleaning Data Get and set current directory 00:04:00 Get data from the web 00:04:00 Loading flat files 00:03:00 Loading Excel files 00:05:00 Additional Materials 00:00:00 Unit 21: Plotting Data in R Base plotting system 00:03:00 Base plots: Histograms 00:03:00 Base plots: Scatterplots 00:05:00 Base plots: Regression Line 00:03:00 Base plots: Boxplot 00:03:00 Unit 22: Data Manipulation with dplyr Introduction to dplyr package 00:04:00 Using the pipe operator (%>%) 00:02:00 Columns component: select() 00:05:00 Columns component: rename() and rename_with() 00:02:00 Columns component: mutate() 00:02:00 Columns component: relocate() 00:02:00 Rows component: filter() 00:01:00 Rows component: slice() 00:04:00 Rows component: arrange() 00:01:00 Rows component: rowwise() 00:02:00 Grouping of rows: summarise() 00:03:00 Grouping of rows: across() 00:02:00 COVID-19 Analysis Task 00:08:00 Additional Materials 00:00:00 Assignment Assignment - R Programming for Data Science 00:00:00

R Programming for Data Science
Delivered Online On Demand6 hours 33 minutes
£10.99

Apache Kafka for Absolute Beginners

By Packt

Explore the Apache Kafka ecosystem and architecture, and learn client API programming in Java

Apache Kafka for Absolute Beginners
Delivered Online On Demand7 hours 32 minutes
£67.99

Diploma in Python Programming: Beginner To Expert -Level 7 ( QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Python Programming: Beginner To Expert -Level 7 ( QLS Endorsed)
Delivered Online On Demand15 hours
£15

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI

By Packt

Learn to create with SwiftUI/iOS 16. This course illustrates many features in iOS 16 development using the SwiftUI programming language, covering the basics (Stacks, Forms, Lists, ForEach, Buttons, Sliders, Pickers, Color Pickers, Scroll Views, Sheets, state, binding, and animations) and we create an Emoji Quote app using SwiftUI.

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI
Delivered Online On Demand3 hours 35 minutes
£41.99

Chatgpt for Programmers

5.0(1)

By LearnDrive UK

“Master the integration of AI in programming with our ‘ChatGPT for Programmers’ course. Discover how ChatGPT can revolutionize your coding skills and open new horizons in software development.”

Chatgpt for Programmers
Delivered Online On Demand1 hour
£5

PLC Programming Using Logixpro Simulator

4.9(27)

By Apex Learning

Overview This comprehensive course on PLC Programming Using Logixpro Simulator will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This PLC Programming Using Logixpro Simulator comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. 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 PLC Programming Using Logixpro Simulator. It is available to all students, of all academic backgrounds. Requirements Our PLC Programming Using Logixpro Simulator is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 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 Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 2 sections • 33 lectures • 06:34:00 total length •Module 1- Course Content: 00:02:00 •Module 2- What is LogixPro: 00:04:00 •Module 3- Overview on PLC: 00:34:00 •Module 4- Important Symbols: 00:05:00 •Module 5- Normally Opened, Normally Closed and Output Coils in Ladder Diagram: 00:14:00 •Module 6- Start Stop Circuit: 00:17:00 •Module 7- Task 1 in Batch Simulator: 00:12:00 •Module 8- Task 2 in Batch Simulator: 00:12:00 •Module 9- Task 1 in Door Simulator: 00:13:00 •Module 10- Scan Cycle and Markers: 00:10:00 •Module 11- Task 3 in Batch Simulator Part 1: 00:14:00 •Module 12- Task 3 in Batch Simulator Part 2: 00:11:00 •Module 13- Task 4 in Batch Simulator Part 1: 00:13:00 •Module 14- Task 4 in Batch Simulator Part 2: 00:09:00 •Module 15- Latched and Unlatched Output in Ladder Diagram: 00:06:00 •Module 16- Task 5 in Batch Simulatorc: 00:15:00 •Module 17- Task 6 in Batch Simulator Part 1: 00:13:00 •Module 18- Task 6 in Batch Simulator Part 2: 00:12:00 •Module 19- Timers in PLC: 00:12:00 •Module 20- Task 2 in Io Simulator: 00:08:00 •Module 21- Task 3 in Io Simulator: 00:09:00 •Module 22- Task 4 in Io Simulator: 00:08:00 •Module 23- Task 7 in Batch Simulator Part 1: 00:27:00 •Module 24- Task 7 in Batch Simulator Part 2: 00:06:00 •Module 25- Task 5 in Io Simulator: 00:15:00 •Module 26- Counters in PLC: 00:05:00 •Module 27- Task 1 in Silo Simulator: 00:23:00 •Module 28- Task 6 in Io Simulator: 00:09:00 •Module 29- Task 7 in Io Simulator: 00:08:00 •Module 30- Task 2 in Door Simulator: 00:12:00 •Module 31- Task 8 in Batch Simulator Part 1: 00:25:00 •Module 32- Task 8 in Batch Simulator Part 2: 00:11:00 •Assignment - PLC Programming Using Logixpro Simulator: 00:00:00

PLC Programming Using Logixpro Simulator
Delivered Online On Demand6 hours 34 minutes
£12

Python Crash Course - Level 1

4.8(9)

By Skill Up

iscover the fascinating world of Python programming as you take your first steps into the realm of coding. This course is designed to ignite your passion for programming, providing a solid foundation for beginners. Get ready to unleash your creative potential in the world of technology.

Python Crash Course - Level 1
Delivered Online On Demand1 hour 49 minutes
£25

AutoCAD VBA Programming

4.5(3)

By Studyhub UK

Introducing our AutoCAD VBA Programming, a course crafted under the supervision of industry experts to elevate your digital design proficiencies. Whether you're a budding designer or a seasoned architect, this programme unveils the secrets of integrating VBA with AutoCAD, transforming your designs into animated masterpieces. Journey through ten enlightening units, from grasping the basics of the VBA Integrated Development Environment to mastering error handling techniques, ensuring that your designs not only look impressive but function flawlessly. In an era dominated by digitised design, understanding how VBA melds with AutoCAD can be your key to unlocking unprecedented innovation. With our interactive course curriculum, you'll get valuable insights into the mechanics of the AutoCAD Object Model and the pivotal role variables play. But it doesn't stop there. You'll uncover the potential of user forms, decipher conditionals, and iterate with loops, cultivating a robust foundation for all your future projects. The beauty of this course lies not just in theory but in online demonstration of practical application. As you advance, you'll sharpen skills in drawing objects, debugging, and ensuring that your codes remain error-free. By the culmination of this course, you'll be equipped with a unique skill set poised to revolutionise digital design. Learning Outcomes Acquire a fundamental understanding of the VBA Integrated Development Environment within AutoCAD. Decode the intricacies of the AutoCAD Object Model in VBA for more efficient design processes. Comprehend the use and importance of variables within the VBA framework. Design and implement user forms and controls to enhance design interactivity. Implement conditionals and decision-making processes to facilitate fluid designs. Understand the principles of looping and iterations for dynamic designs. Cultivate techniques in drawing objects, debugging, and error handling to ensure high-quality outcomes. Why buy this AutoCAD VBA Programming 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 Who is this AutoCAD VBA Programming course for? Individuals eager to deepen their understanding of digital design techniques. Architects looking to integrate animation and interactivity into their designs. Design students wishing to expand their portfolio and software proficiency. Professionals in the construction and engineering sector aiming to optimise their design workflows. Tech enthusiasts keen to explore the fusion of VBA and AutoCAD. Career path AutoCAD Designer: £24,000 - £35,000 per annum CAD Technician: £20,000 - £30,000 per annum Architectural Technologist: £25,000 - £38,000 per annum Civil Engineer: £30,000 - £50,000 per annum BIM Coordinator: £35,000 - £45,000 per annum CAD Manager: £40,000 - £55,000 per annum Prerequisites This AutoCAD VBA Programming does not require you to have any prior qualifications or experience. You can just enrol and start learning.This AutoCAD VBA Programming 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Introduction Module 01: Introduction 00:04:00 Module 02: Course Content Identified 00:06:00 Unit 02: VBA Integrated Development Environment (IDE) Module 01: Setting-up the Environment (Installing VBA IDE) 00:01:00 Module 02: Downloading and Installing AutoCAD VBA IDE 00:04:00 Module 03: Identify and Understand VBA IDE Components (Toolbars and Windows) 00:03:00 Module 04: VBA IDE Walkthrough 00:14:00 Unit 03: Understanding AutoCAD Object Model in VBA Module 01: Examining AutoCAD VBA Object Model Structure 00:07:00 Module 02: Examining AutoCAD Object Model Structure Part 2 00:06:00 Unit 04: Using Variables in VBA Module 01: Working on Variables 00:01:00 Module 02: Using Variables in the Program 00:14:00 Unit 05: User Forms and Controls Module 01: User Forms and Controls Topic Breakdown 00:02:00 Module 02: Using Label, Textbox and Command Button Controls 00:10:00 Module 03: Using ListBox Control 00:06:00 Module 04: Using ComboBox Control 00:09:00 Module 05: Using CheckBox Control 00:08:00 Module 06: Using OptionButton Control 00:03:00 Module 07: Using MultiPage Control 00:10:00 Module 08: Using MultiPage Control Continued 00:14:00 Module 09: Using Frame Control 00:03:00 Unit 06: Conditionals and Decisions in VBA Module 01: Conditions and Decisions Course Outline 00:01:00 Module 02: IF-THEN-ELSE Condition 00:02:00 Module 03: IF-THEN-ELSEIF Condition 00:04:00 Module 04: Conditional Operators in VBA 00:04:00 Module 05: Logical Operators in VBA 00:07:00 Module 06: SELECT CASE Statement in VBA 00:05:00 Unit 07: Looping and Iterations in VBA Module 01: Looping and Iterations Overview 00:02:00 Module 02: Using DO-WHILE Loop in VBA 00:04:00 Module 03: Using DO-UNTIL Loop in VBA 00:02:00 Module 04: Using FORNEXT Loop in VBA 00:02:00 Module 05: Using FOREACHNEXT Loop in VBA 00:03:00 Unit 08: Drawings Objects in VBA Module 01: Drawing Objects Overview 00:01:00 Module 02: Draw a Line Object using Utility Function 00:03:00 Module 03: Draw a Line Object using Points from User's Input 00:07:00 Module 04: Draw a Circle Object Using Utility Functions 00:03:00 Module 05: Draw a Text Object using Utility Functions 00:05:00 Module 06: Draw a LWPolyline and Polyline Objects 00:06:00 Unit 09: Code Debugging in VBA Module 01: Code Debugging Overview 00:01:00 Module 02: Code Debugging in VBA Demo 00:12:00 Module 03: Code Debugging in VBA Demo Continued 00:02:00 Unit 10: Error Handling in VBA Module 01: Error Handling Course Outline 00:02:00 Module 02: Error Handling in VBA Demo 00:13:00 Unit 11: Conclusion Module 01: Conclusion and Thank you! 00:01:00 Assignment Assignment - AutoCAD VBA Programming 00:00:00

AutoCAD VBA Programming
Delivered Online On Demand3 hours 37 minutes
£10.99

Apple Watch programming for Beginners

4.7(160)

By Janets

Register on the Apple Watch programming for Beginners today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Apple Watch programming for Beginners is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Apple Watch programming for Beginners Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) 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 Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Apple Watch programming for Beginners, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Unit 01: Welcome and Introduction Instructor Overview 00:04:00 Unit 02: Downloading Xcode with WatchKit and Your First 'Hello World' in Apple Watch Running your first 'Hello World' in Apple Watch Simulator 00:08:00 Apple Watch Programming Architecture 00:03:00 Apple Watch UI Elements 00:02:00 Unit 03: Basic UI and Running Code from iPhone for iWatch UI Sub Elements and their positioning Elements in Apple Watch 00:15:00 Example App: Build Speed Reading App in Apple Watch 00:45:00 Unit 04: Segues: For Page by Page Navigations Segues Introduction 00:04:00 Segues Example App 00:19:00 Unit 05: Context Menus: Show Menu on Force Touch Context Menus Introduction 00:04:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Apple Watch programming for Beginners
Delivered Online On Demand1 hour 44 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