Instructional Video16:50
Curated Video

Complete Python Scripting for Automation - Loop Control statements: break, continue and pass

Higher Ed
Loops - for and while loops with break, continue and pass: Loop Control statements: break, continue and pass This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python...
Instructional Video4:36
Curated Video

Application Development with Swift 2 (Video 12)

Higher Ed
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video7:43
Easy Languages

A Day at the Beach (in Future Simple) | Super Easy Greek 30

12th - Higher Ed
A Day at the Beach (in Future Simple) | Super Easy Greek 30 Easy Greek is a project to help you learn Greek in an authentic and fun way. We interview people in the streets of Athens and other places in Greece. All our videos have...
Instructional Video11:34
APMonitor

Java ☕ Debugging

10th - Higher Ed
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...
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 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 Video5:53
Curated Video

Complete Python Scripting for Automation - destructor of a class

Higher Ed
OOPS for Real Time: destructor of a class This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a...
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...
Instructional Video6:13
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Aggregations - Setting Up Flight Summary Data

Higher Ed
In this session, we will look at some data to understand the concept of aggregation better. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video6:10
Curated Video

Python for Network Forensics 2.2: Populating File Properties

Higher Ed
In this video, we will learn to populate properties of files such as permissions and timestamps. • Understand how to populate file properties • Populate and examine file permissions • Learn and query the different available timestamps of...
Instructional Video6:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video9:41
Curated Video

Create a computer network: Model Network Devices as Objects

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Instructional Video2:42
friEdTech

How to Print a Whole Folder of Files on a Mac

Higher Ed
Learn how to download a folder of files from Google Classroom then print out the whole folder at once without opening every individual file.
Instructional Video12:36
APMonitor

Java ☕ User Input

10th - Higher Ed
The earliest computers used punch cards to tell the computer what kind of program to run. Nowadays, we don't use punch-card computer input anymore. In this lesson we will learn how to take input from a user using the keyboard. The...
Instructional Video4:03
NASA

NASA | Scientists Create First Full 3D Model of Eta Carinae Nebula

3rd - 11th
An international team of astronomers has developed a 3D model of a giant cloud ejected by the massive binary system Eta Carinae during its 19th century outburst. Eta Carinae lies about 7,500 light-years away in the southern constellation...
Instructional Video3:43
Packt

Use functions or APIs from external libraries to develop a computer program : Introduction to Modules

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 Modules. Files. Modules. Files. Modules... you get the point. A module is basically...
Instructional Video12:01
Curated Video

Develop a computer program to solve a problem using a sequence of instructions : If Statements

Higher Ed
From the section: JavaScript Basics: Variables and Flow Control. In this section, we’ll learn about the basics of JavaScript. In this video, you’ll learn how to use if statements. These will let you conditionally run JavaScript code.
Instructional Video6:02
Curated Video

Learn and Master C Programming - Using 'strcpy' and 'strcat' functions

Higher Ed
We will see how to use 'strcpy' and 'strcat' both the safe and unsafe version of C runtime functions. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Instructional Video4:42
Curated Video

Bash Shell Scripting - Killing Processes using "awk" and "xargs"

Higher Ed
This video demonstrates how to kill processes using "awk" and "xargs". This clip is from the chapter "Scripting @ The Command-line" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video16:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function

Higher Ed
Working with numbers and computation along with type casting and getting input from user This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video15:55
Curated Video

Complete Python Scripting for Automation - platform module

Higher Ed
Working with Python Modules: platform module This clip is from the chapter "Working with Python Modules" of the series "Complete Python Scripting for Automation".You will learn about platform module and getpass module.
Instructional Video7:44
Curated Video

Beginning Python (Video 15)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video8:04
Python Programmer

EDA Python - 14-1Errors and Exceptions

Higher Ed
It is possible to anticipate likely errors when writing code in python. This is part one of handling errors and exceptions.