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 - Create, Remove, and Manipulate Files
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...
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 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
Python for Deep Learning - Build Neural Networks in Python - Accuracy of the Model
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...
Curated Video
Docker Certified Associate Certification Training Course - None Network
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.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 3
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Setting Up Game in Python - 2
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...
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 - Python Booleans
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...
Curated Video
Python In Practice - 15 Projects to Master Python - hasattr( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - else Statements
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...
Curated Video
Python In Practice - 15 Projects to Master Python - any( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - all( )
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.
Curated Video
The Complete Python Course - Sets - 15 Coding Example
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...
Curated Video
The Complete Python Course - Logical Operators
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...
Curated Video
The Complete Python Course - Literals
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...
Curated Video
The Complete Python Course - if...else Statement
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - while Statements
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Updating JSON Data
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Tuple Packing
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - True or False Values
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Sentinels
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - filterfalse()
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...