Hi, what do you want to do?
Curated Video
Python In Practice - 15 Projects to Master Python - Data Processing
This video explains data processing.<br<br/>/>
This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Curated Video
Python In Practice - 15 Projects to Master Python - Customizing Visualizations with Matplotlib
This video explains customizing visualizations with Matplotlib.
<
br/>
This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
<
br/>
This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
Curated Video
Python In Practice - 15 Projects to Master Python - Creating GUI Application Tk( ) Windows and Widgets
This video explains creating GUI application Tk( ) windows and widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Machine Learning Model with Dataset
This video helps in creating a machine learning model with a dataset.
<
br/>
This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
<
br/>
This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Curated Video
The Complete Python Course - What Is a Statistics Module and How to Import?
This video lecture explains the statistical module using mean, median, mode, average, standard deviation, and more.
<
br/>
This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course...
<
br/>
This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - How to Load a Module in Python
We will understand loading a module in Python and how to use the import and from-import statements to load a module.
<
br/>
This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this...
<
br/>
This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this...
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 - 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...
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 - 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 - Organizing Modules into Packages
In the previous lesson, you learned how to create modules to reuse code; in this lesson, you will learn how to organize your modules into groups called packages.
<
br/>
This clip is from the chapter "Modules and Packages" of the...
<
br/>
This clip is from the chapter "Modules and Packages" of the...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Operator Overloading
You will learn to overload operators using the symbol, init, and the show 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...
<
br/>
This clip is from the chapter "Object-Oriented Programming" 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 - Notification (For Mac)
You will learn to send notifications from macOS.
<
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 graphical...
<
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 graphical...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Creating Class with type()
In this video, we will look at the different types of classes we can create using the type function.
<
br/>
This clip is from the chapter "Metaclass" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "Metaclass" 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 - Class __repr__
Here, we will look at using the built-in method for int, using underscores.
<
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - @property decorator
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 - @dataclass Decorator
This video demonstrates how to create a Python dataclass.
<
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...
Packt
Python Scrapy: Logging Data from Spiders with Custom Functions and Built-in log Method
In this video, we learn about the importance of logging in spider creation and how to effectively test and log data. The video covers the use of built-in print functions and how to use the Scrapy log method to access and log spider data....
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing Our AWS CDK App—Part 1
This is the first of the two-part video that explains how to develop our AWS CDK app.
<
br/>
This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless...
<
br/>
This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getOrder Methods for Ordering Lambda Microservice with DynamoDB Client
This video talks about developing getOrder methods for ordering Lambda microservice with DynamoDB Client.
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the...
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllProducts Methods for Product Lambda Microservice with DynamoDB
This video talks about developing getAllProducts methods for product Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllOrders Methods for Ordering Lambda Microservice with DynamoDB
This video explains developing getAllOrders methods for ordering Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the series...
<
br/>
This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the series...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing deleteBasket CRUD Method for Basket Lambda Microservice with DynamoDB
This video helps with developing deleteBasket CRUD method for basket Lambda microservice with DynamoDB.
<
br/>
This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS...
<
br/>
This clip is from the chapter "Developing Basket Lambda Microservices Functions with AWS SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating DynamoDB Database for Product Microservices with AWS CDK
This video explains creating DynamoDB database for product microservices with AWS CDK.
<
br/>
This clip is from the chapter "Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK" of the series "AWS...
<
br/>
This clip is from the chapter "Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK" of the series "AWS...