Curated Video
C++ for Beginners - The "case" Statement
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
Curated Video
High Performance Scientific Computing with C 1.4: Numerical Integration
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...
Curated Video
Fix the errors in a computer program or algorithm : Try, Except, Else and Finally
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
Packt
Debug a computer program created by someone else : Debugging Your Second Python Program
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...
Curated Video
Django3- Static and Media Files
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,...
Curated Video
Learn and Master C Programming - Using Visual Studio Command Prompt to write 'Hello, World' one more time
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...
Let's Tute
Errors & Rectification
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.
Curated Video
Statistics for Data Science and Business Analysis - Establishing a Rejection Region and a Significance Level
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...
Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
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.
Curated Video
The Full Stack Web Development - Getting Started With Node
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...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 09 - Spring Web Services Configuration - Message Dispatcher Servlet
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...
Curated Video
C++ for Beginners - Examining the Build Log
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
Coach Dan Blewett
Pitchers: Improve Velocity & Command with Your Glove Arm
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.
Curated Video
The Full Stack Web Development - Get Single Movie & Post Data
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...
IDG TECHtalk
How to handle custom error types | Smart Go
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...
Curated Video
Core Java Programming Course- "Final" Keyword
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.
Curated Video
Core Java Programming Course- Reading a Text File Using Apache Commons IO
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...
Packt
Global npm Modules and nodemon
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...
Packt
Importance of log4j Extensible Markup Language (XML) File
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...
Curated Video
Describe a neural network : Theory Behind ANN (Artificial Neural Network) and DNN (Deep Neural Networks)
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,...
Packt
Designing Base Test with Global Variables Setup
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...
Packt
Cross Browser Testing Rules-Grid Program
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...
APMonitor
Java ☕ Debugging
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...