Curated Video
Complete Python Scripting for Automation - Loop Control statements: break, continue and pass
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...
Curated Video
Application Development with Swift 2 (Video 12)
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...
Curated Video
C++ Developer - Function Return Types and Parameters
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++.
Easy Languages
A Day at the Beach (in Future Simple) | Super Easy Greek 30
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...
APMonitor
Java ☕ Debugging
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...
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
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
Complete Python Scripting for Automation - destructor of a class
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...
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Aggregations - Setting Up Flight Summary Data
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...
Curated Video
Python for Network Forensics 2.2: Populating File Properties
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...
Curated Video
Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators
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
Curated Video
Create a computer network: Model Network Devices as Objects
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...
friEdTech
How to Print a Whole Folder of Files on a Mac
Learn how to download a folder of files from Google Classroom then print out the whole folder at once without opening every individual file.
APMonitor
Java ☕ User Input
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...
NASA
NASA | Scientists Create First Full 3D Model of Eta Carinae Nebula
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...
Packt
Use functions or APIs from external libraries to develop a computer program : Introduction to Modules
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...
Curated Video
Develop a computer program to solve a problem using a sequence of instructions : If Statements
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.
Curated Video
Learn and Master C Programming - Using 'strcpy' and 'strcat' functions
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...
Curated Video
Bash Shell Scripting - Killing Processes using "awk" and "xargs"
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function
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...
Curated Video
Complete Python Scripting for Automation - platform module
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.
Curated Video
Beginning Python (Video 15)
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...
Python Programmer
EDA Python - 14-1Errors and Exceptions
It is possible to anticipate likely errors when writing code in python. This is part one of handling errors and exceptions.