Instructional Video6:40
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Data Preparation

Higher Ed
In this session, we're going to unpack RDD transformations and actions, but first, let's prepare the session and data.
r/>
This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and...
Instructional Video10:42
Curated Video

Complete Python Scripting for Automation - Linux for Developers on Windows

Higher Ed
Windows Subsystem for Linux: Linux for Developers on Windows
r/>
This clip is from the chapter "Windows Subsystem for Linux" of the series "Complete Python Scripting for Automation".The author explains about Linux for...
Instructional Video14:48
Curated Video

Complete Python Scripting for Automation - os.path module

Higher Ed
OS Module: os.path module This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path module, os.system() function...
Instructional Video8:01
Curated Video

Python for Network Forensics 3.1: Enumerating Directories

Higher Ed
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Instructional Video11:47
Curated Video

Complete Python Scripting for Automation - Simple exception handling to changing current working directory

Higher Ed
Functions: Simple exception handling to changing current working directory
r/>
This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function,...
Instructional Video4:44
Curated Video

Apache Maven Beginner to Guru - Hello World-Java Command Line

Higher Ed
This video explains how to write the Hello World program in Java using the Java command line.
r/>
This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to...
Instructional Video3:59
Curated Video

Learning Lodash 4.0 (Video 3)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video12:38
Curated Video

Apache Maven Beginner to Guru - XML Schema Definition (XSD) to Java with Maven

Higher Ed
This video demonstrates how to generate a source from XSD to Java with Maven.
r/>
This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating...
Instructional Video4:20
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure AD Roles and Permissions

Higher Ed
In this video, we will cover Azure AD roles and permissions.
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups...
Instructional Video3:18
IDG TECHtalk

Using Poetry to manage Python projects

Higher Ed
Poetry provides an all-in-one tool for setting up projects, including virtual environments, dependency management, and many other moving parts. Learn the basics in our five-minute introduction.
Instructional Video6:51
Curated Video

Python for Network Forensics 3.2: Exploring File Properties

Higher Ed
Using the power of recursive traversal, we will begin to search and populate file properties. • Enrich your understanding of directory traversal • Modify our application to populate file properties • Search returned results to understand...
Instructional Video5:25
Curated Video

Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java

Higher Ed
This video demonstrates how to use the third-party jars with the command line in Java.
r/>
This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java...
Instructional Video6:03
Curated Video

Apache Maven Beginner to Guru - Creating Maven Bill of Materials (BOM)

Higher Ed
This video demonstrates how to create Maven BOM.
r/>
This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency management,...
Instructional Video8:55
Python Programmer

EDA Python - 05-Jupyter-Introduction_cut_2

Higher Ed
Jupyter notebooks are widely used in data analysis. In this video we introduce the Jupyter notebook and give a short tour of its main features.
Instructional Video8:49
Packt

Integrating Project to Jenkins Continuous Integration (CI) Tool

Higher Ed
This video explains how to integrate the project to Jenkins CI tool.
<
br/>
This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:29
Curated Video

Apache Maven Beginner to Guru - Maven Standard Directory Layout

Higher Ed
This video explains the Maven standard directory layout.
r/>
This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven...
Instructional Video5:49
Curated Video

Python for Network Forensics 2.1: Enumerating Directories

Higher Ed
In this video, we will develop the technique to scan files in a directory in or to obtain items and properties. • Understand the basis of recursion and how it applies to directories • Learn about the OS module and how it applies to...
Instructional Video14:24
Packt

Printing in Color

Higher Ed
Node.js Module System (Notes App): Printing in Color
<
br/>
This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video16:38
Packt

Setting up Mongoose

Higher Ed
REST APIs and Mongoose (Task App): Setting up Mongoose
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video12:01
Curated Video

Learn and Master C Programming - Using Our Library From Projects Within The Same Solution

Higher Ed
We will learn how to reference our library from another project in the same solution and also learn about the advantages of having multiple projects in a single solution.
r/>
This clip is from the chapter "Creating C Libraries...
Instructional Video16:28
Packt

Importing Node.js Core Modules

Higher Ed
Node.js Module System (Notes App): Importing Node.js Core Modules
<
br/>
This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Instructional Video10:42
Curated Video

Bash Shell Scripting- Installing Ubuntu on Windows 10

Higher Ed
This video shows how to install Ubuntu on Windows 10.
r/>
This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with the installation...
Instructional Video26:28
Curated Video

Complete Python Scripting for Automation - Find all files in a directory with required extension.py/.sh/.log/.txt etc…

Higher Ed
Loops - for and while loops with break, continue and pass: Find all files in a directory with required extension.py/.sh/.log/.txt etc…
r/>
This clip is from the chapter "Loops - for and while loops with break, continue and...
Instructional Video9:16
Curated Video

Complete Python Scripting for Automation - Practice: Read a path and check if given path is a file or a directory

Higher Ed
Loops - for and while loops with break, continue and pass: Practice: Read a path and check if given path is a file or a directory
r/>
This clip is from the chapter "Loops - for and while loops with break, continue and pass" of...