Instructional Video12:07
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Removing Errors Final Structure Implementation - 3

Higher Ed
This is the third of the three-part video on removing errors final structure implementation. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Instructional Video0:43
The March of Time

1966: JOHN SWAINSON: VS John talking w/ others at Cocktail Party in his home, MS (Behind brunette) John's wife asking Marilyn if she wants another drink, [VO John wants to continue working for the people.]

12th - Higher Ed
MOT 1966: JOHN SWAINSON: VS John talking w/ others at Cocktail Party in his home, MS (Behind brunette) John's wife asking Marilyn if she wants another drink, [VO John wants to continue working for the people.]
Instructional Video4:51
Curated Video

Complete Modern C++ - Variadic Templates - Part II (C++11)

Higher Ed
In this video, we will take a deep dive into the internals of how variadic templates work. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video8:37
Curated Video

Comprehensive Android Developer Bootcamp - App Setup -Part 5

Higher Ed
Build an EarthQuake App:App Setup -Part 5 This clip is from the chapter "Build an EarthQuake App" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build your own EarthQuake App that will...
Instructional Video15:25
Curated Video

Comprehensive Android Developer Bootcamp - Showing Data in a Listview

Higher Ed
Android Listviews and RecyclerView Widgets:Showing Data in a Listview This clip is from the chapter "Android Listviews and RecyclerView Widgets" of the series "The Comprehensive Android Developer Bootcamp".This section shows how to work...
Instructional Video12:43
Curated Video

Comprehensive Android Developer Bootcamp - RecyclerView Setup

Higher Ed
Build a Baby Needs App:RecyclerView Setup This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app. You will start...
Instructional Video7:16
Curated Video

The Modern JavaScript Bootcamp (2019) - Callback Abstraction Challenge

Higher Ed
In this challenging lesson, you’re going to create a getCountry function to abstract away the details of working with the REST Countries API. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript...
Instructional Video5:28
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Order Controller Modification

Higher Ed
In this video, we'll look at order controller modification. This clip is from the chapter "Order Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at order management.
Instructional Video6:09
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 32 - ManyToOne Mapping - Generalizing Insert Reviews

Higher Ed
In this video, we will cover ManyToOne mapping - generalizing insert reviews. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with...
Instructional Video3:51
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 16 - Implementing Insert and Update JPA Repository Methods

Higher Ed
In this video, we will implement insert and update JPA repository methods. This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
Instructional Video12:02
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - Basic Router Configuration

Higher Ed
All routers share some basic configuration steps every tech must know. From router passwords to LAN IDs, this is the place to learn about these settings. This clip is from the chapter "Local Area Networking" of the series "CompTIA A+...
Instructional Video3:51
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 16 - Implementing Insert and Update Using the JPA Repository Methods

Higher Ed
This video demonstrates how to implement insert and update using the JPA repository methods. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework...
Instructional Video13:40
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Passing Command Line Options to Select a Browser at Runtime

Higher Ed
This video explains how to pass command line options to select a browser at runtime. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing...
Instructional Video0:53
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - BiasTerm Solution

Higher Ed
This is a solution video on BiasTerm. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep neural network.
Instructional Video4:09
Curated Video

Python In Practice - 15 Projects to Master Python - Python Dictionaries

Higher Ed
This video explains dictionaries, key-value pairs, how to create dictionaries, how to create dictionaries with tuples as keys, accessing key-value pairs, accessing values in a dictionary, and accessing keys in a dictionary. This clip is...
Instructional Video8:31
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Callbacks and Early Stopping

Higher Ed
This video explains about callbacks and early stopping. This clip is from the chapter "Stable Baselines Cartpole Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Stable...
Instructional Video11:27
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Overview Product Lambda Microservice Developments

Higher Ed
This video provides an overview of the product Lambda microservice developments. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless Microservices with...
Instructional Video3:04
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1

Higher Ed
This video explains what function annotations and annotations for simple parameters are. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most...
Instructional Video5:07
Curated Video

Intro To Python Programming - Parameterized Functions

Pre-K - Higher Ed
We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.
Instructional Video14:06
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video3:13
NASA

NASA/NOAA | GOES-O Launch in HD

3rd - 11th
NASA/NOAA's GOES-O, the next weather satellite to join the NOAA fleet of satellites, was launched successfully on June 27, 2009 at 6:51pm EST from Cape Canaveral, FL.
Instructional Video3:08
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 10 - Implementing deleteByID Spring JDBC Update Method

Higher Ed
In this video, we will implement deleteByID Spring JDBC update method. This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn...
Instructional Video3:08
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 10 - Implementing the deleteById Spring JDBC Update Method

Higher Ed
This video demonstrates how to implement the deleteById Spring JDBC Update method. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master...
Instructional Video13:16
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Creating Setup Fixtures and Passing Class Objects to Test

Higher Ed
This video demonstrates how to create setup fixtures and pass class objects to test. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing...