Hi, what do you want to do?
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Initializing the Classes
This video demonstrates the initializing of the classes.<br<br/>/>
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Q Learning - 2
This is the second of the three-part video that explains implementing Q-Learning.
<
br/>
This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This...
<
br/>
This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Hyperparameter Initialization
This video demonstrates the initialization of hyperparameters.<br<br/>/>
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN PyTorch CIFAR10 Example
This video talks about the example of DNN PyTorch CIFAR10.
<
br/>
This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the...
<
br/>
This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the...
Curated Video
Python In Practice - 15 Projects to Master Python - Variables
This video explains the variables, how to create variables, and different types of variables.
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
Curated Video
Python In Practice - 15 Projects to Master Python - Slicing Values from Pandas Series
This video explains slicing values from Pandas series.
<
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:...
<
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:...
Curated Video
Python In Practice - 15 Projects to Master Python - locals( )
This video explains the locals( ) 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.
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 - input( )
This video explains the input( ) 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.
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 - help( )
This video explains the help( ) 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.
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 - hasattr( )
This video explains the hasattr( ) 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.
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 - Functions Versus Class Methods
This video explains the difference between functions versus class methods.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Curated Video
Python In Practice - 15 Projects to Master Python - Functions in Python and Defining Our Own
This video explains functions in Python, how to create functions using the def keyword, and how to call the functions we created.
<
br/>
This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
<
br/>
This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
Curated Video
Python In Practice - 15 Projects to Master Python - Decision Control using if statements
This video explains decision control in Python, if statements, and how to write if statements.
<
br/>
This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This...
<
br/>
This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This...
Curated Video
Python In Practice - 15 Projects to Master Python - Adding eBooks Through the Admin Application
This video helps in adding eBooks through the admin application.<br<br/>/>
This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
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 - 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 - 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 - Lambda Functions
You will learn about lambda functions or one-liner functions to minimize the amount of code writing.
<
br/>
This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "Functions" 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 - @classmethod Decorator
Here, we will look at creating a class that is a pointer to a class using (cls) and change instances.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with...
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Loading Items with Scrapy ItemLoaders
In this tutorial, we learn how to use Scrapy's item loader to scrape data from websites. The video demonstrates step-by-step how to create an item loader, select data using a custom selector, and add values to a Scrapy item. We also...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - How to Use Scrapy Item Pipelines
In this Scrapy tutorial video, we'll be exploring item pipelines and learning how to use them in a project. Item pipelines are Python classes that allow us to save the scraped data into either a local storage or an online database. We'll...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners: Sending Requests and Receiving Responses
In this educational video, we learn how to scrape websites using Python's Scrapy library. The video walks us through the process of defining start URLs, sending requests, and receiving responses. We also learn how to define the "parse"...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing SQS Event Source Mapping Polling Invocation of Ordering Lambda MS
This video helps in developing SQS event source mapping polling invocation of ordering Lambda microservice with DynamoDB Client—AWS SDK for JavaScript version 3.
<
br/>
This clip is from the chapter "Developing AWS SQS Event Source...
<
br/>
This clip is from the chapter "Developing AWS SQS Event Source...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Deploying Our Modified AWS CDK App
This video explains deploying our modified 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 Microservices with Patterns and Best...
<
br/>
This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best...