Instructional Video3:27
Curated Video

Java 11 Programming for Beginners 4.4: Error Handling in Java 11

Higher Ed
The goal here is to acclimatize the beginner with Java’s error handling mechanisms. • Glance through theory on Java exception and the newer try-with-resource • We improve the code by avoiding errors using checks • Use try-catch to better...
Instructional Video3:41
Curated Video

Mastering Tableau 2018.1, Second Edition 7.7: Creating Ad-hoc Calculations

Higher Ed
We’ll see how to create ad hoc calculations. • Implement ad hoc calculations in Tableau
Instructional Video5:20
Curated Video

Mastering Tableau 2018.1, Second Edition 7.3: Quick Table Calculations – Percent Difference and Percent of Total

Higher Ed
In this video, we’ll see percent difference and percent total. • Understand and implement percent difference • Understand and implement percent total
Instructional Video7:53
Curated Video

Mastering Tableau 2018.1, Second Edition 7.1: Working with Table Calculations

Higher Ed
In this video, we’ll see the working of table calculations. • Different types of calculations • Implement table calculations
Instructional Video3:02
Curated Video

Cloud Native Development on Azure with Java 5.1: Introduction to Azure Kubernetes Service

Higher Ed
Before we take our cloud-native application one step further and deploy it in a containerized environment, let’s understand what Kubernetes is through this video. • Get introduced to Kubernetes • Explore the advantages of using Kubernetes
Instructional Video7:02
Learning Mole

Mystery of Uncle George's Hat

Pre-K - 12th
This Lucas Detective video lesson is Uncle George's Mising Hat.Students will enjoy joining Lucas in this animated video as they discover STEM subjects and work to unveil the mystery.
Instructional Video1:40
Weatherthings

Water Smart: Water on Earth - Rivers

6th - 8th
Water on Earth focuses on water as most kids would think about it. We start with water in obvious locations such as oceans, lakes, and rivers. We quickly learn that water can change phase to remain a solid in glaciers. Many kids may be...
Instructional Video1:10
Curated Video

I WONDER - What Is Chlorophyll?

Pre-K - 5th
This video is answering the question of what is chlorophyll.
Instructional Video5:10
Curated Video

Writing a Memorable Conclusion

K - 5th
In this video transcript, the teacher explains how to write a memorable conclusion for an essay by leaving the reader with a "NIP" (New thinking, Implication, or Plea). The teacher guides the students through the steps of rereading the...
Instructional Video22:23
Science360

Retrospective - An informal chat with the NSF Director

12th - Higher Ed
Outgoing NSF director Dr. France Córdova discusses her tenure at the National Science Foundation, the legacy she hopes to leave, and her hopes for the future of science and engineering.
Instructional Video5:30
Curated Video

Python for Network Forensics 5.4: Post Enumeration

Higher Ed
In this video, we will learn how to perform post enumeration once access has been obtained. • Learn what post-enumeration will provide an attacker • Learn how popular post-exploitation scripts find data • Challenge yourself to modify...
Instructional Video10:16
Curated Video

Python for Network Forensics 5.2: Port Enumeration

Higher Ed
In this video, we will further our attack by enumerating devices found on our network. This will provide us with services that may be exploitable. • Introduce network sockets and network connections in Python • Use sockets and build a...
Instructional Video15:57
Packt

Advanced Computer Vision Projects 3.2: Single-Person Pose Detection

Higher Ed
In this video, we study and execute DeeperCut to extract 2D pose data from single-person images. • Open notebook and setup TensorFlow model • Apply model to single-person images; understand the capabilities limitations • Analyze and...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 1.4: Running Our Captioning Code in Jupyter

Higher Ed
In this video, we deploy a Jupyter notebook to study and run im2txt image captioning. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Develop code to visualize the results
Instructional Video3:47
Curated Video

Java 11 Programming for Beginners 3.5: Documentation Using Javadoc

Higher Ed
Illustrate how JavaDoc can be used to nicely document the code. • Quick guide to using JavaDoc • Use the bot example to show the actual process of Javadoc • See how JavaDoc looks by compiling via gradle
Instructional Video5:55
Curated Video

Java 11 Programming for Beginners 2.2: Writing Your First Java 11 Program

Higher Ed
Here, once more, we guide you to create the skeleton project. • Create the directory, package, class and so on • Explain the package • Explain the class declaration