Hi, what do you want to do?
Curated Video
REST APIs with Flask and Python - List Comprehensions in Python
This video explains the list comprehensions in Python.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh...
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Mutable Versus Immutable
In Python, some data types can be changed. Others are set forever until you either delete the variable or give it a new value. There's one data type in particular that is not what you think!
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
Rust Programming Master Class from Beginner to Expert - Mutable and Immutable References
In this video, we will cover mutable and immutable references.
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section,...
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section,...
Curated Video
Rust Programming Master Class from Beginner to Expert - Lifetimes (Part 1)
In this video, we will cover lifetimes.
<
br/>
This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators,...
<
br/>
This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring iterators,...
Curated Video
Docker Certified Associate Certification Training Course - File System Mount
This video explains file system mount.
<
br/>
This clip is from the chapter "Docker Container Storage and Volumes" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker container...
<
br/>
This clip is from the chapter "Docker Container Storage and Volumes" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker container...
Curated Video
Docker Certified Associate Certification Training Course - Control Groups
This video explains control groups.<br<br/>/>
This clip is from the chapter "Docker Security" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker security.
This clip is from the chapter "Docker Security" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker security.
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
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
The Ultimate Guide to Python Programming With Python 3.10 - open() File
In this lesson, you will learn how to perform the operations on a file with Python.
<
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...
<
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Dictionaries or Hash-Tables
Hash-tables or lookup tables are nothing but dictionaries, usually compressed so that they are easier to store.
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 5: Add Database Context Class
In this video, we will see how to use the database context class of Entity Framework to expose the functionality implemented in MapGet.
<
br/>
This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET...
<
br/>
This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET...
Curated Video
Hands-on .NET Minimal API for Web Developers - Project Overview: eCampusConnect Minimal Web API
In this video, an overview of the project developed as part of the course is discussed.
<
br/>
This clip is from the chapter "Introduction" of the series "Hands-On .NET Minimal API for Web Developers".This section introduces us to...
<
br/>
This clip is from the chapter "Introduction" of the series "Hands-On .NET Minimal API for Web Developers".This section introduces us to...
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - What Is Pushdown in UDF?
This video explains Pushdown in UDF.
<
br/>
This clip is from the chapter "Snowflake – User-Defined Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on user-defined functions...
<
br/>
This clip is from the chapter "Snowflake – User-Defined Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on user-defined functions...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - OS Module in Node.js
This video explains the OS module in Node.js.
<
br/>
This clip is from the chapter "Node.js + NPM (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on Node.js and NPM...
<
br/>
This clip is from the chapter "Node.js + NPM (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on Node.js and NPM...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Output Arguments and Return Statement
In this video, we will cover output arguments and return statement.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Default Values in Python
In this video, we will cover default values in Python.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Data Structure (List, Tuple, Set, Dictionary): Deep Copy or Reference Slicing
In this video, we will cover deep copy or reference slicing.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 4
In this video, we will cover language modelling next word prediction Python 4.
<
br/>
This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
<
br/>
This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 3
In this video, we will cover language modelling next word prediction Python 3.
<
br/>
This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
<
br/>
This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon ElastiCache Overview
This video provides an overview of Amazon ElastiCache.
<
br/>
This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn about the various...
<
br/>
This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn about the various...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Space Complexity – Part 1
This is the first part of the two-part video that provides an introduction to space complexity.
<
br/>
This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
<
br/>
This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Section Summary
This video provides a summary of this section.
<
br/>
This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
<
br/>
This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Linked Lists
This video provides an introduction to linked lists.
<
br/>
This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to...
<
br/>
This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Linked List Complexities
This video focuses on complexities of linked lists.
<
br/>
This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked...
<
br/>
This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked...