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.