Instructional Video6:56
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Initializing the Classes

Higher Ed
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.
Instructional Video11:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Q Learning - 2

Higher Ed
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...
Instructional Video4:15
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Hyperparameter Initialization

Higher Ed
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.
Instructional Video15:51
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN PyTorch CIFAR10 Example

Higher Ed
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...
Instructional Video6:39
Curated Video

Python In Practice - 15 Projects to Master Python - Variables

Higher Ed
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...
Instructional Video2:47
Curated Video

Python In Practice - 15 Projects to Master Python - Slicing Values from Pandas Series

Higher Ed
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:...
Instructional Video3:08
Curated Video

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

Higher Ed
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.
Instructional Video3:30
Curated Video

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

Higher Ed
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.
Instructional Video5:05
Curated Video

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

Higher Ed
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.
Instructional Video2:52
Curated Video

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

Higher Ed
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.
Instructional Video3:34
Curated Video

Python In Practice - 15 Projects to Master Python - Functions Versus Class Methods

Higher Ed
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...
Instructional Video3:16
Curated Video

Python In Practice - 15 Projects to Master Python - Functions in Python and Defining Our Own

Higher Ed
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...
Instructional Video3:27
Curated Video

Python In Practice - 15 Projects to Master Python - Decision Control using if statements

Higher Ed
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...
Instructional Video9:31
Curated Video

Python In Practice - 15 Projects to Master Python - Adding eBooks Through the Admin Application

Higher Ed
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.
Instructional Video4:50
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - State of Data

Higher Ed
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...
Instructional Video5:48
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Property Setter and Deleter

Higher Ed
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...
Instructional Video5:53
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Operator Overloading

Higher Ed
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...
Instructional Video3:42
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Lambda Functions

Higher Ed
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...
Instructional Video3:10
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - @classmethod Decorator

Higher Ed
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...
Instructional Video7:03
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Loading Items with Scrapy ItemLoaders

Higher Ed
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...
Instructional Video1:24
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - How to Use Scrapy Item Pipelines

Higher Ed
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...
Instructional Video6:16
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Sending Requests and Receiving Responses

Higher Ed
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"...
Instructional Video7:12
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing SQS Event Source Mapping Polling Invocation of Ordering Lambda MS

Higher Ed
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...
Instructional Video9:18
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Deploying Our Modified AWS CDK App

Higher Ed
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...