Instructional Video2:14
Curated Video

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

Higher Ed
This video explains the setattr( ) 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 Video5:53
Curated Video

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

Higher Ed
This video explains tuples, how to create tuples, tuple properties, and accessing tuple elements.
<
br/>
This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This section focuses...
Instructional Video1:45
Curated Video

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

Higher Ed
This video explains the getattr( ) 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 Video3:20
Curated Video

Python In Practice - 15 Projects to Master Python - Extracting Values from Strings: Strings, Slicing, and Indicing

Higher Ed
This video explains how to extract characters from strings, learn about slicing and indicing, and finally look at the indexing.
<
br/>
This clip is from the chapter "Text Data Types" of the series "Python in Practice - 15 Projects...
Instructional Video6:52
Curated Video

Python In Practice - 15 Projects to Master Python - Decision Control with Strings and Lists

Higher Ed
This video explains decision control with strings and lists in detail.
<
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 Video3:02
Curated Video

Python In Practice - 15 Projects to Master Python - compile( ), exec( ), and eval( )

Higher Ed
This video explains the compile( ), exec( ), and eval( ) functions.
<
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...
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 Video8:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - String Operations

Higher Ed
After learning how to create a string, now we will look at performing various operations on them.
<
br/>
This clip is from the chapter "Strings" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video4:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - String Methods

Higher Ed
You will learn about the built-in functions called methods to work on strings.
<
br/>
This clip is from the chapter "Strings" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on strings...
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 Video4:13
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Label and Button Widgets

Higher Ed
You will learn how to create labels and button widgets in our interface.
<
br/>
This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a...
Instructional Video2:01
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - getattr() and setattr()

Higher Ed
We will run functions using the get attribute and the set attribute.
<
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...
Instructional Video3:38
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Class __slots__

Higher Ed
In this video, you will learn how to create tuples with classes where we cannot add any attributes to the tuples; you will learn to use the slots function to define attributes.
<
br/>
This clip is from the chapter "Object-Oriented...
Instructional Video4:21
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using IPython for Syntax Highlighting and Auto Suggestion in Scrapy Shell

Higher Ed
This video explains how to use Ipython to add syntax highlighting and auto-suggestions to the Scrapy shell. The speaker notes that while using the Scrapy shell, users miss the features of a specialized code editor such as automatic...
Instructional Video5:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data from API

Higher Ed
In this video tutorial, we learn how to create a spider to scrape data from an API using Scrapy. The instructor demonstrates how to load JSON data and store it in a dictionary. They also show how to check for the next page and send a...
Instructional Video6:50
Curated Video

Machine Learning Random Forest with Python from Scratch - Tuples

Higher Ed
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD.
<
br/>
This clip is from the chapter "Introduction to Python" of the series...
Instructional Video12:00
Curated Video

Machine Learning Random Forest with Python from Scratch - Strings

Higher Ed
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Instructional Video9:11
Curated Video

Machine Learning Random Forest with Python from Scratch - Lists

Higher Ed
We shall look at the following datatype: lists, mutable (changeable) after creation.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video4:36
Curated Video

Machine Learning Random Forest with Python from Scratch - Introduction to Data Types

Higher Ed
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video5:33
Curated Video

Intro To Python Programming - Converting Variable Type

Pre-K - Higher Ed
There are times you'll need to convert a string variable to a numerical variable and vice-vera. You'll learn how to convert variables from one type to another in this section of the course.
Instructional Video5:34
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Strings

Higher Ed
In this video, we will cover Pandas strings.
<
br/>
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...
Instructional Video2:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Definition of Set Exercise 01

Higher Ed
In this video, we will cover definition of set exercise 01.
<
br/>
This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video5:24
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Examples of Array List

Higher Ed
This video presents examples of Array List.
r/>
This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video8:32
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts -2

Higher Ed
This is the second part of a three-part lecture that helps you brush up your Java concepts.
r/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics...