Curated Video
Python In Practice - 15 Projects to Master Python - datetime Module
This video explains the datetime module. This clip is from the chapter "Modules and Packages" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Modules and Packages.
Curated Video
The Complete Python Course - Examples - Classes and Objects
This video demonstrates real examples of both classes and objects. This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".In this section, we will focus on an object and a class and...
Curated Video
The Art of Doing - Python Network Applications with Sockets - The Pygame Module - Setting Up a Player Class
In this video, you will learn how to set up a player class. This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The Art of Doing - Python Network Applications with Sockets".In this section,...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Anchor, Image, Video, iframe Tags in HTML
This video explains the anchor, image, video, iframe tags in HTML. This clip is from the chapter "HTML 5 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on teaching and...
Packt
Python - Object-Oriented Programming - Different Methods Inside the Class
Here, we will look at methods in detail, such as instance, class, and static. We will create a simple class and differentiate between the three methods. This clip is from the chapter "Class Level Versus Object Level" of the series...
Curated Video
Python - Object-Oriented Programming - Arithmetic Operations on Objects
You will learn about the different types of operators like the +, /, -, and * and how to concatenate strings. You will learn to use magic methods for mathematical operators. This clip is from the chapter "Magic Functions" of the series...
Curated Video
HTML Tutorial for Beginners(2022) - Change the Target of a Link in HTML
Learn how to change the target of a link in HTML. You can open the link in a new or similar window. This clip is from the chapter "Links in HTML" of the series "HTML Tutorial for Beginners (2022)".This section focuses on creating and...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - DynamoDB: Key-Value Database
This video explains DynamoDB: key-value database. This clip is from the chapter "Create and Deploy Serverless Application Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you will...
Curated Video
Python - Object-Oriented Programming - Creating Bank Account Object: Attributes
After learning how to define an object, we will consider a bank account as an object and learn how to create it and understand its attributes. This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
Curated Video
AWS Cloud Formation Basics - CloudFormation Template Structure
This video introduces you to CloudFormation template structure. This clip is from the chapter "AWS Cloud Formation Basics" of the series "AWS Cloud Formation Basics".In this section, the author introduces you to AWS Cloud Formation basics.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Seaborn for Data Visualization: Seaborn Relplot Facets
In this video, we will cover Seaborn Relplot Facets. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: Python Packages for Data Science
In this video, we will cover Python packages for data science.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: NumPy Pandas and Matplotlib (Part 5)
In this video, we will cover NumPy Pandas and Matplotlib (part 5).
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Features in Data Science: Introduction to Feature in Data Science
In this video, we will cover an introduction to feature in data science. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Identifying Objects with Text using XPATH Locators
This video explains how to identify objects with Text using XPATH locators. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling Check Box and Getting their Size with Selenium
This video explains how to handle check boxes and get their size with Selenium. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Generating Customized Cascading Style Sheets (CSS) from HTML Attributes
This video explains how to generate a customized CSS from HTML attributes. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?
This video explains how to identify siblings and traverse back to parent nodes with XPATH. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Build Custom Tag Helper
In this video, we'll look at build custom tag helper. This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Identifying Static Drop-downs
This video explains how to identify static drop-downs. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores the different...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Class Methods
Class methods let you perform some kind super advanced crazy type of logic in a class. Actually, I lied. A method in Python is basically just a function inside of a class. But it always takes at least one argument. This clip is from the...
Curated Video
Arduino OOP - Modify the LEDs Brightness with the Potentiometer
In this video, you will learn how to modify the LEDs brightness with the Potentiometer. This clip is from the chapter "Your Turn - Traffic Light System" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will...
Curated Video
Arduino OOP - Add some Getters and Setters
In this video, you will learn how to add some getters and setters. This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will cover...
Curated Video
Arduino OOP - Toggle LED State from LEDBlinker
In this video, we will cover toggle LED state from LEDBlinker. This clip is from the chapter "LEDBlinker - Use a Class Inside Another Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will cover...