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 Video1:09
Next Animation Studio

Elon Musk’s Tesla, Boring Co. to expand Las Vegas transit system

12th - Higher Ed
Last week, the Las Vegas City Council voted to approve the Boring Company’s plan for a citywide Loop system.
Instructional Video1:55
Curated Video

C++ Developer - Section Wrap-Up - Control Statements

Higher Ed
This video presents a summary of the course. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video3:28
Curated Video

Mastering Swift 2 Programming (Video 15)

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 Video10:07
Rachel's English

American English Imitation Exercise: What did you do today?

6th - Higher Ed
Practice American English with this imitation exercise. Hear the musical quality of the speech by hearing it on a loop. Focus on intonation and rhythm rather than individual words and sounds.
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : While Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: While Loops
Instructional Video3:05
Curated Video

Hands-On WebAssembly for C++ Programmers - Integrating Sounds into Our Applications

Higher Ed
We've covered beeps, but what about more complex sounds? • Explore SDL Mixer • Integrate .wav sounds into game • Play game to hear the sounds played This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the...
Instructional Video3:45
Curated Video

Learn and Master C Programming - More on Block Scope in C

Higher Ed
We will look at an important tip to help you avoid running into compilation issues with some C compilers when declaring and using local variables. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C...
Instructional Video8:01
Curated Video

C++ for Beginners - The "For" Loop

Higher Ed
In this video, your instructor, David, discusses the "For" loop. 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 Video5:09
Curated Video

Mastering Swift 2 Programming (Video 14)

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 Video6:05
Curated Video

Mastering Swift 2 Programming (Video 5)

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 Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : For Loops II

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops II
Instructional Video4:33
Curated Video

Bash Shell Scripting - Brace Expansion

Higher Ed
This video explains brace expansion. This clip is from the chapter "Shell Parameter Expansion" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores shell parameter expansion.
Instructional Video9:26
Curated Video

Core Java Programming Course- List Iterator

Higher Ed
This video explains what is a list iterator. This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
Instructional Video11:57
Packt

Practice Exercises on Tables - 2

Higher Ed
This video presents the second part of practice exercises on Tables. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video16:35
Curated Video

Testing Antiseptics: Using Agar Plates to Compare Effectiveness

Higher Ed
The video is a lecture presentation on testing antiseptics. It explains the two stages of the experiment, starting with how to set up an agar plate with a single type of bacteria using aseptic techniques to avoid contamination. The...
Instructional Video22:57
Packt

Reversing Linked List - I

Higher Ed
This is the first part of the two-part video that demonstrates how to reverse a linked list. This clip is from the chapter "Question 5: Reserve Linked List" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
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 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 Video16:40
Curated Video

Evaluate two sorting or two search algorithms : Bubble sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the bubble sort algorithm step by step
Instructional Video2:34
Curated Video

Core Java Programming Course- Iterating on Maps

Higher Ed
This video explains how to iterate on maps. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Instructional Video9:51
Programming Electronics Academy

Tutorial 04: Understanding Arduino Syntax: Arduino Course for Absolute Beginners (ReM)

Higher Ed
The coding language that Arduino uses is very much like C++ ("see plus plus"), which is a rather common language in the world of computing. As I have alluded to in previous lessons, the code you learn to write for your Arduino will be...
Instructional Video13:32
Packt

Limiting WebDriver Scope

Higher Ed
This video discusses limiting the WebDriver scope. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses some...
Instructional Video11:16
Curated Video

Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries

Higher Ed
Loops - for and while loops with break, continue and pass: for loop to work with strings, list, tuple and dictionaries This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete...