Instructional Video3:09
Curated Video

Job-Ready SQL in an Afternoon - Altering Tables

Higher Ed
In this video, you will learn how to alter tables. This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables, and basic queries.
Instructional Video10:03
Curated Video

Job-Ready SQL in an Afternoon - Manipulating Strings

Higher Ed
In this video, we will cover manipulating strings. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Instructional Video6:37
Curated Video

Job-Ready SQL in an Afternoon - Datatype Conversions

Higher Ed
In this video, we will cover datatype conversions. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Instructional Video8:39
Curated Video

Job-Ready SQL in an Afternoon - Creating Tables

Higher Ed
In this video, you will learn how to create tables. This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables, and basic queries.
Instructional Video2:41
Curated Video

Arduino for Beginners - 2022 Complete Course - How Analog Pins Work

Higher Ed
This video explains how analog pins work. This clip is from the chapter "Potentiometer- Analog Pins" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the Potentiometer.
Instructional Video10:30
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 08 - Solution

Higher Ed
This video explains activity 08- solution. This clip is from the chapter "Serial Communication- Send and Receive Data" of the series "Arduino for Beginners - 2022 Complete Course".This section explains sending and receiving data.
Instructional Video19:02
Curated Video

Rust Programming Master Class from Beginner to Expert - More on Variables - Shadowing, Constants

Higher Ed
In this video, you will learn more about variables by exploring shadowing and constants. This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will...
Instructional Video15:18
Curated Video

Rust Programming Master Class from Beginner to Expert - Lifetimes (Part 1)

Higher Ed
In this video, we will cover lifetimes. This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators, lifetimes,...
Instructional Video13:56
Curated Video

Rust Programming Master Class from Beginner to Expert - If let, Nested if, and the Match

Higher Ed
In this video, we will cover if let, nested if, and the match. This clip is from the chapter "Control Structures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will cover the basic programming...
Instructional Video7:52
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Variables - Data Types

Higher Ed
This video explains about variables - data types. This clip is from the chapter "Programming with Python3 – Variables and Functions" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming...
Instructional Video7:37
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 11 - Solution

Higher Ed
This is the eleventh activity solution video to choose which LED to power on from a web browser. This clip is from the chapter "Create a Web Application on Your Raspberry Pi with Flask and Python" of the series "Raspberry Pi for...
Instructional Video7:56
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 04 - Solution

Higher Ed
This is the fourth activity solution video to set the LED's state from user input. This clip is from the chapter "Control Raspberry Pi's GPIOs with Python" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section...
Instructional Video4:43
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 02 - Solution

Higher Ed
This is the second activity solution video to validate user input. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section...
Instructional Video14:30
Curated Video

Practical Data Science using Python - Python Lists

Higher Ed
This video explains Python lists. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video4:22
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Screen Cropping

Higher Ed
This video explains about screen cropping. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video13:50
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Loops Using While Statements

Higher Ed
This video explains the loops, how to create loops using while statements, creating conditions for while loops, exiting a loop, nested if-else statements in while loops, continue keyword, and break keyword. This clip is from the chapter...
Instructional Video4:02
Curated Video

Python In Practice - 15 Projects to Master Python - Redefining the Built-In type( ) Function

Higher Ed
This video explains the functions exercise to redefine the built-in type( ) in Python. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video5:31
Curated Video

Python In Practice - 15 Projects to Master Python - Numbers in Python

Higher Ed
This video explains the different types of numbers in Python, integers, floats, and complex numbers. This clip is from the chapter "Numeric Data Types" of the series "Python in Practice - 15 Projects to Master Python".This section...
Instructional Video3:09
Curated Video

Python In Practice - 15 Projects to Master Python - isinstance( )

Higher Ed
This video explains the isinstance( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video3:30
Curated Video

Python In Practice - 15 Projects to Master Python - input( )

Higher Ed
This video explains the input( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video1:21
Curated Video

Python In Practice - 15 Projects to Master Python - hex( )

Higher Ed
This video explains the hex( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video9:56
Curated Video

Python In Practice - 15 Projects to Master Python - Error Handling in Python

Higher Ed
This video explains error handling in Python. This clip is from the chapter "Dealing with Errors" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on dealing with errors.
Instructional Video5:13
Curated Video

Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Flavor Predictor

Higher Ed
This video helps in asking the model to make predictions. This clip is from the chapter "Flavor Predictor" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the flavor predictor.
Instructional Video3:08
Curated Video

The Complete Python Course - Single-Line and Multi-Line Comments

Higher Ed
Here, you will learn to create comments using the # and ''' to develop single and multiline comments. This clip is from the chapter "Python - Comments" of the series "The Complete Python Course (2022)".This section discusses the various...