Instructional Video8:14
Curated Video

C++ for Beginners - The "case" Statement

Higher Ed
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video12:05
Curated Video

High Performance Scientific Computing with C 1.4: Numerical Integration

Higher Ed
How can we calculate integrals with a computer? How can we solve differential equations? • Calculate integrals with the trapezoid and Simpson’s rule • See how the error terms scale with different algorithms • Solve differential equations...
Instructional Video3:30
Curated Video

Fix the errors in a computer program or algorithm : Try, Except, Else and Finally

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Try, Except, Else and Finally
Instructional Video6:50
Packt

Debug a computer program created by someone else : Debugging Your Second Python Program

Higher Ed
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3. Demonstrate the Python debugger, and PyCharm interface to the debugger mode. • Run our program in the debug...
Instructional Video12:43
Curated Video

Django3- Static and Media Files

Higher Ed
In this video, we will look at static and media files. This clip is from the chapter "Deployment - Pushing Your Site Live for the World to Enjoy" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section,...
Instructional Video8:59
Curated Video

Learn and Master C Programming - Using Visual Studio Command Prompt to write 'Hello, World' one more time

Higher Ed
Learn an easier and slight faster way to build and compile C programs from the command prompt. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming For...
Instructional Video11:21
Let's Tute

Errors & Rectification

9th - Higher Ed
Many times we make mistakes unknowingly in our accounting books, so in this session we will learn how to rectify them such that our statements show a true & fair view.
Instructional Video7:09
Curated Video

Statistics for Data Science and Business Analysis - Establishing a Rejection Region and a Significance Level

Higher Ed
This video explains the rationale behind testing. You will establish a rejection region and a significance level. This clip is from the chapter "Hypothesis Testing" of the series "Statistics for Data Science and Business Analysis".This...
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video7:07
Curated Video

The Full Stack Web Development - Getting Started With Node

Higher Ed
Backend programming with Node.js: Getting Started With Node This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend technology like Node.js...
Instructional Video6:03
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 09 - Spring Web Services Configuration - Message Dispatcher Servlet

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 09 - Spring Web Services Configuration - Message Dispatcher Servlet This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web Services...
Instructional Video9:13
Curated Video

C++ for Beginners - Examining the Build Log

Higher Ed
In this video, your instructor, David, discusses the Build Log. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video4:30
Coach Dan Blewett

Pitchers: Improve Velocity & Command with Your Glove Arm

K - 5th
Pitchers can easily improve their velocity by not flying open, which can be accomplished by improve action of the glove arm. Learn all about the glove arm today.
Instructional Video15:11
Curated Video

The Full Stack Web Development - Get Single Movie & Post Data

Higher Ed
MongoDB - Learning NoSQL Database Design: Get Single Movie & Post Data This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL...
Instructional Video2:44
IDG TECHtalk

How to handle custom error types | Smart Go

Higher Ed
Go's error handling system lets you create custom error types for use in your applications, which can contain detailed information about what's gone wrong and how to handle it. Learn in this video how to build custom errors and employ...
Instructional Video3:48
Curated Video

Core Java Programming Course- "Final" Keyword

Higher Ed
This video explains the keyword "Final". This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in Java.
Instructional Video7:47
Curated Video

Core Java Programming Course- Reading a Text File Using Apache Commons IO

Higher Ed
This video explains how to read a text file using Apache Commons IO. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video7:23
Packt

Global npm Modules and nodemon

Higher Ed
Node.js Module System (Notes App): Global npm Modules and nodemon This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video10:53
Packt

Importance of log4j Extensible Markup Language (XML) File

Higher Ed
This video explains the importance of log4j xml file. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explains the...
Instructional Video9:18
Curated Video

Describe a neural network : Theory Behind ANN (Artificial Neural Network) and DNN (Deep Neural Networks)

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video5:35
Python Programmer

EDA Python - 08-2Lists_2

Higher Ed
We take a closer look at python lists in this video.
Instructional Video19:00
Packt

Designing Base Test with Global Variables Setup

Higher Ed
This video explains how to design a base test with global variables. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:56
Packt

Cross Browser Testing Rules-Grid Program

Higher Ed
This video provides cross browser testing rules for Grid program. This clip is from the chapter "Cross Browser Testing with Selenium Grid" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video11:34
APMonitor

Java ☕ Debugging

10th - Higher Ed
Because computers are so exact, they are wonderful tools when you need precise measurements and control. However, this also means that they need very precise instructions. It's easy to make a little mistake in your code and throw off...