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.
<
br/>
This clip is from the chapter "Implementation of CNN in Python" of the series "Python for Deep Learning — Build Neural...
Instructional Video1:55
Curated Video

Docker Certified Associate Certification Training Course - None Network

Higher Ed
This video explains None network.<br<br/>/>

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.
<
br/>
This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and...
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.
<
br/>
This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and...
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.
<
br/>
This clip is from the chapter "Boolean" of the series "Python in Practice - 15 Projects to Master...
Instructional Video2:52
Curated Video

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

Higher Ed
This video explains the hasattr( ) function.<br<br/>/>

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.
<
br/>
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...
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.
<
br/>
This clip is from...
Instructional Video2:23
Curated Video

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

Higher Ed
This video explains the any( ) function.<br<br/>/>

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.<br<br/>/>

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.
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of sets,...
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.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course...
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.
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
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.
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course...
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.
<
br/>
This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
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.
<
br/>
This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python...
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.
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
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.
<
br/>
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 Video11:58
Packt

Python Data Types: Understanding and Storing Data Structures in Python

Higher Ed
In this video, we delve into the topic of data structures in Python. From academic results to online orders, everything is data that holds value and requires proper storage. Without structuring it correctly, the data can easily turn into...
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.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with...
Instructional Video7:45
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - def-Keyword

Higher Ed
Here, you will learn about functions and keywords using the ().
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python 3.10".In this section, we will look...
Instructional Video1:57
Curated Video

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

Higher Ed
Here, you will learn to use the for loop and run the if check to compress the values of two iterables or lists.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming...
Instructional Video3:46
Curated Video

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

Higher Ed
You will learn to ensure that statements remain true while debugging errors.
<
br/>
This clip is from the chapter "Debugging" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on finding...