Hi, what do you want to do?
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - String Methods
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - State of Data
You will learn to create a terminal application to use dictionaries to store and execute functions and use a while loop with inputs as a command.
<
br/>
This clip is from the chapter "Data Preservation" of the series "The Ultimate...
<
br/>
This clip is from the chapter "Data Preservation" of the series "The Ultimate...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Slicing with Steps
You will learn to slice or remove elements from an array using the slice method.Â
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
<
br/>
This clip is from the chapter "Arrays" 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 - Singleton
We will look at creating single objects for single classes.
<
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - SimpleNamespace
In this video, you will learn to use the license syntax to access a value from the dictionary using SimpleNamespace to access a value.
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to...
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Shallow and Deep Copies
Here, you will learn to create pointers that will point at the variables in a list or in a list of iterables.
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Set Operations
Now that we have understood how to create a set, we will execute various operations on a set.
<
br/>
This clip is from the chapter "Sets" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
<
br/>
This clip is from the chapter "Sets" 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 - Set and Dictionary Comprehensions
We will look at the for outer loop, inner loop, and run the code. You will learn to set values in the loop.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with...
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.
<
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Sending Alerts
Here, we will define intervals using a while loop to send notifications.
<
br/>
This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
<
br/>
This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - repeat ()
We will look at the repeat class, which helps repeat an iterable to the number of times specified.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Recursive Functions
When a function calls itself, we call it recursive, where a function can call itself in a block of code.
<
br/>
This clip is from the chapter "Functional Programming" of the series "The Ultimate Guide to Python Programming with...
<
br/>
This clip is from the chapter "Functional Programming" of the series "The Ultimate Guide to Python Programming with...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Reading File
In this video, we will look at the “with†context manager to read files.
<
br/>
This clip is from the chapter "File IO" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on the input...
<
br/>
This clip is from the chapter "File IO" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on the input...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Python Setup
You will learn to set up the Python interpreter in your computer to get started with programming.
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Python REPL
You will learn to use the Python REPL that displays the version, tags and date, and variable declarations.
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Python Enums
Here, you will learn about creating classes with attributes that are not used to create objects.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python...
Packt
Python Data Types: Understanding and Storing Data Structures in Python
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...
Packt
Learning Python: Syntax, Writing Code, and Output
In this educational video, we dive into the fundamentals of learning any language, whether it be spoken or programming. We explore the importance of formatting and following syntax rules, just like we do with grammar in spoken languages....
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Property Setter and Deleter
In this video, you will learn to use the @property decorator.
<
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Project Setup
You will learn how to get started for the project work.
<
br/>
This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a...
<
br/>
This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - product()
In order to obtain the product of different iterables, you will learn how to use the products class.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Pipe Operator in Case Statements
This video demonstrates match case statements and case creation.
<
br/>
This clip is from the chapter "Structural Pattern Matching" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...
<
br/>
This clip is from the chapter "Structural Pattern Matching" 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 - pip - Package Installer for Python
Before starting a project and implementing a functionality by ourselves, we can check third-party sites where such functionality can be implemented.
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide to...
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide to...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Permutations ()
This class allows us to sort iterables in a class in various combinations.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...