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...
Next Animation Studio
Elon Musk’s Tesla, Boring Co. to expand Las Vegas transit system
Last week, the Las Vegas City Council voted to approve the Boring Company’s plan for a citywide Loop system.
Curated Video
C++ Developer - Section Wrap-Up - Control Statements
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.
Curated Video
Mastering Swift 2 Programming (Video 15)
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...
Rachel's English
American English Imitation Exercise: What did you do today?
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.
Curated Video
Develop a computer program to solve a problem using control structures : While Loops
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
Curated Video
Hands-On WebAssembly for C++ Programmers - Integrating Sounds into Our Applications
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...
Curated Video
Learn and Master C Programming - More on Block Scope in C
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...
Curated Video
C++ for Beginners - The "For" Loop
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
Curated Video
Mastering Swift 2 Programming (Video 14)
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
Mastering Swift 2 Programming (Video 5)
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
Develop a computer program to solve a problem using control structures : For Loops II
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
Curated Video
Bash Shell Scripting - Brace Expansion
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.
Curated Video
Core Java Programming Course- List Iterator
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.
Packt
Practice Exercises on Tables - 2
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...
Curated Video
Testing Antiseptics: Using Agar Plates to Compare Effectiveness
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...
Packt
Reversing Linked List - I
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...
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.
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
Evaluate two sorting or two search algorithms : Bubble sort implementation
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
Curated Video
Core Java Programming Course- Iterating on Maps
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.
Programming Electronics Academy
Tutorial 04: Understanding Arduino Syntax: Arduino Course for Absolute Beginners (ReM)
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...
Packt
Limiting WebDriver Scope
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...
Curated Video
Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries
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...