Curated Video
Job-Ready SQL in an Afternoon - Altering Tables
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.
Curated Video
Job-Ready SQL in an Afternoon - Manipulating Strings
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.
Curated Video
Job-Ready SQL in an Afternoon - Datatype Conversions
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.
Curated Video
Job-Ready SQL in an Afternoon - Creating Tables
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - How Analog Pins Work
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - Activity 08 - Solution
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.
Curated Video
Rust Programming Master Class from Beginner to Expert - More on Variables - Shadowing, Constants
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Lifetimes (Part 1)
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,...
Curated Video
Rust Programming Master Class from Beginner to Expert - If let, Nested if, and the Match
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Variables - Data Types
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Activity 11 - Solution
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Activity 04 - Solution
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Activity 02 - Solution
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...
Curated Video
Practical Data Science using Python - Python Lists
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.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Screen Cropping
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating Loops Using While Statements
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Redefining the Built-In type( ) Function
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Numbers in Python
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...
Curated Video
Python In Practice - 15 Projects to Master Python - isinstance( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - input( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - hex( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Error Handling in Python
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Flavor Predictor
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.
Curated Video
The Complete Python Course - Single-Line and Multi-Line Comments
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...