Instructional Video12:17
Packt

Create a computer network: Python Netmiko Library

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 Video1:05
Science360

iDigBio delivers digital collections of natural specimens

12th - Higher Ed
Adania Flemming, research assistant at iDigBio, discusses a National Science Foundation-funded project that aims to bring digital collections of natural history online, so that they're freely available to people around the world. Once...
Instructional Video14:30
Packt

Importing log4j into Eclipse Project

Higher Ed
This video explains how to import log4j into the Eclipse project. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video21:59
APMonitor

Java ☕ If Statements

10th - Higher Ed
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
Instructional Video6:42
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 2 - Factorial

Higher Ed
Build a function that generates lists of integers of various sizes and ranges This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video8:50
Curated Video

Learn and Master C Programming - If...else...Code Example: Checking high blood pressure readings

Higher Ed
The author shows you an example that uses several if...else statements and also how to nest if statements using a blood pressure reader function that takes two numbers and gives you back your result as string. This clip is from the...
Instructional Video7:31
Curated Video

Complete Python Scripting for Automation - Python Indentation

Higher Ed
Basics of print, indentation, comments and special characters: Python Indentation This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
Instructional Video13:17
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Creating your First Update Stream – Ktable

Higher Ed
In this lecture, we are going to create a super simple example to understand some details of using KTable. This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing (Master...
Instructional Video8:46
3D Print General

Cura Experimental Settings - Adaptive Layers - Spaghetti Infill - Molding

Higher Ed
In this video I take a look at Cura 3.4.1 experimental settings including Adaptive Layers, Spaghetti Infill and Mold Making.
Instructional Video6:41
Curated Video

Implement a computer program using a classic algorithm : Project conclusion walkthrough

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Go through implementation steps from concluded project
Instructional Video5:32
Healthcare Triage

Dissemination: Get Out There and Strut Your Stuff!

Higher Ed
Let's say you're in the habit of doing scientific research. Or maybe you're an expert in a field who can concisely and coherently discuss research. Disseminate! There are more avenues than ever before to make your voice heard, and share...
Instructional Video2:26
Python Programmer

EDA Python - 09-3-continue_break

Higher Ed
Continue and break allow you to change how loops behave. We examine them in this video.
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 start...
Instructional Video10:16
Packt

Implement a function : Arguments and Parameters

Higher Ed
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup. This video focuses on arguments and parameters in Python.
Instructional Video3:55
Curated Video

Fix the errors in a computer program or algorithm : Raising Exception

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Raising Exception
Instructional Video7:35
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Complete merge sort algorithm and analyze updated execution context

Higher Ed
Add functions to analyze and implement time analysis functionality This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video11:03
Curated Video

C++ Developer - Random Numbers

Higher Ed
This video discusses random numbers. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video8:19
Curated Video

Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations

Higher Ed
Complete String Operations: case (Lower, Upper etc...) conversion operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on...
Instructional Video3:30
Curated Video

Fix the errors in a computer program or algorithm : Try, Except, Else and Finally

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Try, Except, Else and Finally
Instructional Video7:13
3D Print General

Combining Parts and Multiple Processes on Cura

Higher Ed
I recently discovered some useful features by combining multiple parts on Cura. This can help to emboss, anchor, or reduce material.
Instructional Video4:41
Curated Video

Learn and Master C Programming - Pointers and Strings (2): Printing Out Vowels In a String

Higher Ed
We will write a function called PrintVowels to learn how to process strings using pointers and practice with pointer arithmetic and contents of pointers...etc. This clip is from the chapter "Pointers" of the series "Learn and Master C...
Instructional Video6:44
Curated Video

Learn and Master C Programming - How To Calculate Array Size in C/C++

Higher Ed
Learn how to use the compiler with the help of 'sizeof' operator to calculate the size (number of elements) inside array without having to hard-code this value! This clip is from the chapter "Arrays" of the series "Learn and Master C...
Instructional Video9:49
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Quicksort demo

Higher Ed
Add additional functionality to the program by extracting redundant code into a function and beautifying output This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3:...
Instructional Video7:11
Curated Video

Julia for Data Science (Video 9)

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 performance...