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...
Fun Robotics
Understanding Train-test-split Function
Exemplifies the working of train_test_split function.
Packt
Big O(n) Complexity
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...
Curated Video
Complete Python Scripting for Automation - sys.argv | working with command line arguments with an example
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...
Curated Video
C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference
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++.
Curated Video
Understanding Functions and Input-Output Relationships
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...
Curated Video
Mastering Swift 2 Programming (Video 51)
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...
Curated Video
Learning Lodash 4.0 (Video 13)
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...
Curated Video
Gobierno Federal
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...
Curated Video
Data Science and Machine Learning with R - Working with Matrices
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...
Curated Video
Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations
We will have a look at pooling layer and padding operations. β’ Study the pooling layer β’ Understand padding operations
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
Complete Git Guide: Understand and Master Git and GitHub - Hash Function Overview
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...
Brian McLogan
What is the definition of domain of a relation
π 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...
The Business Professor
What is Participative Budgeting?
A participative budget seeks the involvement of lower-level managers in an organization.
Curated Video
Identifying Function Properties in Real-World Examples
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...
Curated Video
Django3- Making a Random Password
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...
Curated Video
Learning R for Data Visualization (Video 26)
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...
Curated Video
Finding the Domain and Range of a Function through Graph Analysis
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.
Curated Video
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
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...
Packt
Bubble Sort Complexity
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.
Curated Video
Describe network protocols : Creating Simple TCP Echo Server
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...
APMonitor
Python π Dictionaries
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...
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
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...