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 Video5:00
Fun Robotics

Understanding Train-test-split Function

Higher Ed
Exemplifies the working of train_test_split function.
Instructional Video7:42
Packt

Big O(n) Complexity

Higher Ed
This video explains the concept of big O(n) complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Instructional Video20:20
Curated Video

Complete Python Scripting for Automation - sys.argv | working with command line arguments with an example

Higher Ed
sys module: sys.argv | working with command line arguments with an example This clip is from the chapter "sys module" of the series "Complete Python Scripting for Automation".In this section, the author introduces sys module and working...
Instructional Video14:48
Curated Video

C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference

Higher Ed
This video explains parameter passing methods: pass-by-value and pass-by-reference. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video4:06
Curated Video

Understanding Functions and Input-Output Relationships

K - 5th
In this lesson, students will learn how input values are transformed into output values using function machines. They will explore different examples of functions and understand that not all relations are functions. Through evaluating...
Instructional Video7:54
Curated Video

Mastering Swift 2 Programming (Video 51)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video9:43
Curated Video

Learning Lodash 4.0 (Video 13)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video3:25
Curated Video

Gobierno Federal

6th - 8th
Este programa de video de accion en vivo es sobre la palabra Gobierno Federal. El programa esta disenado para reforzar y apoyar la comprension y retencion del estudiante de la palabra Gobierno Federal mediante el uso de secuencias de...
Instructional Video31:28
Curated Video

Data Science and Machine Learning with R - Working with Matrices

Higher Ed
This video explains working with matrices. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video4:10
Curated Video

Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations

Higher Ed
We will have a look at pooling layer and padding operations. β€’ Study the pooling layer β€’ Understand padding operations
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 Video3:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Hash Function Overview

Higher Ed
This video provides an overview of the hash function. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video2:44
Brian McLogan

What is the definition of domain of a relation

12th - Higher Ed
πŸ‘‰ Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Instructional Video2:51
The Business Professor

What is Participative Budgeting?

Higher Ed
A participative budget seeks the involvement of lower-level managers in an organization.
Instructional Video3:34
Curated Video

Identifying Function Properties in Real-World Examples

K - 5th
This video explains how to determine if a parking garage represents a function relation. Learn to define a function as a relation that takes any input and yields exactly one output. This lesson provides real-world examples, such as...
Instructional Video12:39
Curated Video

Django3- Making a Random Password

Higher Ed
In this video, we will look at making a random password. This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our...
Instructional Video4:09
Curated Video

Learning R for Data Visualization (Video 26)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video4:46
Curated Video

Finding the Domain and Range of a Function through Graph Analysis

K - 5th
In this video, the teacher explains how to determine the domain and range of a function by looking at its graph. They provide examples and discuss the concepts of domain and range in relation to functions and lines.
Instructional Video5:21
Curated Video

Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11

Higher Ed
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. β€’ Slides will highlight the classes and methods to look out for β€’ Add the capability to read a sentence from...
Instructional Video3:27
Packt

Bubble Sort Complexity

Higher Ed
This video focuses on bubble sort complexity. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
Instructional Video3:13
Curated Video

Describe network protocols : Creating Simple TCP Echo Server

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, will learn how to create a simple TCP echo server. β€’ Learn the process how a server...
Instructional Video12:15
APMonitor

Python 🐍 Dictionaries

10th - Higher Ed
Dictionaries are a list with key and value pairs. The format for this method of storing values is curly brackets {} as seen below. After you assign a dictionary a name, you can enter values by putting a value followed by a colon to...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick overview of how...