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 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...
Instructional Video5:54
Curated Video

Java 11 Programming for Beginners 1.4: Running Hello World

Higher Ed
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Instructional Video6:57
Curated Video

Predictive Analytics with TensorFlow 1.3: Installing Python in Windows

Higher Ed
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions. • Install python • See the python data types
Instructional Video3:10
TLDR News

11 Weird Facts About The House of Commons.

12th - Higher Ed
The British Parliament has a lot of weird things about it. We run through eleven weird facts about the House of Commons which you didn't already know (hopefully, I don't actually know what you know)
Instructional Video8:26
Curated Video

Use variables to store data : Variables in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Variables in Python
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Varying State

Higher Ed
This video demonstrates how to remove the extra car and bus classes and simulate objects of other classes by varying the state of a few objects. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Instructional Video3:45
Curated Video

Learn and Master C Programming - More on Block Scope in C

Higher Ed
We will look at an important tip to help you avoid running into compilation issues with some C compilers when declaring and using local variables. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C...
Instructional Video15:50
Curated Video

Implement a computer program using a classic algorithm : A look at the recursive divide function

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. A look at the divide/split function which introduces recursion