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:43
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Create, Remove, and Manipulate Files

Higher Ed
This video helps you create, remove, and manipulate files. This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the usage of the...
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 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 Video1:38
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Accuracy of the Model

Higher Ed
In this video, you will learn about the accuracy of the Convolutional Neural Networks (CNN) model. This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
Instructional Video1:55
Curated Video

Docker Certified Associate Certification Training Course - None Network

Higher Ed
This video explains None network. This clip is from the chapter "Networking" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains networking.
Instructional Video6:14
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 3

Higher Ed
This is the third of the three-part video that explains in setting up the game in Python. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section...
Instructional Video8:28
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 2

Higher Ed
This is the second of the three-part video that explains in setting up the game in Python. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section...
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 Video5:18
Curated Video

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

Higher Ed
This video explains Booleans, how to create conditions using the bool( ) function, talks about True values and False values. This clip is from the chapter "Boolean" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video2:52
Curated Video

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

Higher Ed
This video explains the hasattr( ) 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 Video4:16
Curated Video

Python In Practice - 15 Projects to Master Python - else Statements

Higher Ed
This video explains else statements and how to write else statements. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on decision control...
Instructional Video2:23
Curated Video

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

Higher Ed
This video explains the any( ) 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 Video4:07
Curated Video

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

Higher Ed
This video explains the all( ) 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 Video19:17
Curated Video

The Complete Python Course - Sets - 15 Coding Example

Higher Ed
This video is a detailed explanations of sets using multiple coding examples. This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of sets, which are part...
Instructional Video2:41
Curated Video

The Complete Python Course - Logical Operators

Higher Ed
Here, we will look at the AND, OR, and NOT conditional statements and how logical operators combine them to return results. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section...
Instructional Video6:39
Curated Video

The Complete Python Course - Literals

Higher Ed
Learn what Python literals are and their types with examples: string literals, numeric literals, and Boolean literals. This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This section focuses...
Instructional Video1:24
Curated Video

The Complete Python Course - if...else Statement

Higher Ed
You will learn about the if and the else statements and how they execute if one statement is true or false. This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This...
Instructional Video6:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - while Statements

Higher Ed
You will learn about the while loop operation where a code executes until the condition holds true. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video5:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Updating JSON Data

Higher Ed
You will learn how to update the intervals and checkbuttons and update the values in the JSON file. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video3:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Tuple Packing

Higher Ed
You will learn how to pack the values or elements of an iterable such as the tuple. This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on various...
Instructional Video4:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - True or False Values

Higher Ed
In this video, you will learn about the only two Boolean values in Python, true and false. This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on true...
Instructional Video3:17
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Sentinels

Higher Ed
We will look at creating data classes that do not hold any value. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
Instructional Video1:39
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - filterfalse()

Higher Ed
You will learn to filter elements of a list of iterables using the filter class when the result is false. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...