Instructional Video14:55
APMonitor

Debugging Python with ipdb and Sypder

10th - Higher Ed
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...
Instructional Video14:30
Packt

Importing log4j into Eclipse Project

Higher Ed
This video explains how to import log4j into the Eclipse project.
<
br/>
This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video12:12
Curated Video

Apache Maven Beginner to Guru - Using Maven to Generate Java Classes from the JavaScript Object Notation (JSON) Schema

Higher Ed
This video demonstrates how to use Maven to generate Java classes from the JSON schema.
r/>
This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about...
Instructional Video30:03
Curated Video

Data Science and Machine Learning with R - Data Types and Structures in R Section Overview

Higher Ed
This video explains data types and structures in R.
r/>
This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video...
Instructional Video8:54
Packt

Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler.
<
br/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:47
APMonitor

Java ☕ Course Introduction

10th - Higher Ed
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials...
Instructional Video3:45
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Java Installation

Higher Ed
We will install Java in this session (macOS).
r/>
This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a...
Instructional Video6:29
Curated Video

Multi-Paradigm Programming with Modern C++ - Structure of C++ Projects

Higher Ed
In this video, we learn what is physical project structure and why it is important.

• What is project struc
ture?
• Why is good structure
important?
• What are the elements of pro
je
ct structure?

This...
Instructional Video2:44
Curated Video

Learning R for Data Visualization (Video 21)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video6:18
Curated Video

Julia for Data Science (Video 11)

Higher Ed
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine...
Instructional Video2:23
XKA Digital

Innovative marketing works

Higher Ed
Andy is a Director of MCL, a management consultancy which helps organisations with significant change management and leadership development issues.



Andy is a strategic thinking executive with an in-depth knowledge of the...
Instructional Video19:39
APMonitor

Install Python 3.7 on Windows or Linux

10th - Higher Ed
Follow these steps to install Python 3.7 on Windows:

1. Remove old Python distribu
tions
2. Browse to python.org and download
installer
3. Install
to C:\Python37
4. Add to PATH
Environment...
Instructional Video7:23
Packt

Global npm Modules and nodemon

Higher Ed
Node.js Module System (Notes App): Global npm Modules and nodemon
<
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 Video4:11
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Introduction to Jenkins

Higher Ed
This video provides an introduction to Jenkins.
r/>
This clip is from the chapter "Cypress Framework Part 5-Building npm Scripts and Integration to Jenkins" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video10:16
Curated Video

Learning Angular 2 Directives (Video 15)

Higher Ed
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than...
Instructional Video4:09
Curated Video

Learning R for Data Visualization (Video 26)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video11:48
APMonitor

Install Julia on Windows and Linux with Jupyter Notebook

10th - Higher Ed
Julia is a language that combines the ease of programming of MATLAB or Python with the speed of C or Java. This tutorial shows how to install Julia 0.5.0 on Windows or Linux (Ubuntu) and manage add-on packages.
Instructional Video12:47
Paul Marriott

Arduino Pro Portenta H7, Lora & Ethernet Vision Shields - Unboxing

9th - 12th
An unboxing video of the new Arduino Pro Portenta H7 microcontroller, alongside Lora & Ethernet Vision Shields.
Instructional Video3:13
Curated Video

Describe network protocols : Creating Simple TCP Echo Server

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works.



In this video, will learn how to create a simple TCP ec
ho server.
• Learn the...
Instructional Video9:02
Packt

What is log4j and its Usage in Selenium Framework

Higher Ed
This video explains log4j and how it can be used in the Selenium framework.
<
br/>
This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video11:08
Packt

Mapping Step Definition to Feature File

Higher Ed
This video explains the mapping of step definition to feature file.
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
The author shows you where you can find the Java SE 8 Javadoc, and how to use it.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video2:01
MarketWatch

What the $2 trillion stimulus package means for you and the economy

Higher Ed
A breakdown of the $2 trillion stimulus deal - the largest relief package in American history - designed to soften the blow that the coronavirus outbreak has dealt to the economy.
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class

Higher Ed
Then, we prepare even more of the basic structure to hold the upcoming logic.<br/>
• Create a new calculator class and ini<br/>tial method
• Run through the basic str<br/>ucture of a Java class