Hi, what do you want to do?
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Solving Complex Queries from JSON Using Simple POJO Methods-Part 2
This video is the second part of the two-part video that explains how to solve complex queries from JSON using simple POJO methods.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the...
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Helpful Operators
A bunch of miscellaneous Python functions that will help you in your day-to-day coding.
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section...
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section...
Curated Video
Efficient Mail Merge for Personalized Party Invitations
This video tutorial demonstrates how to efficiently use mail merge in Microsoft Word to personalize party invitations with each child's name. By following simple steps, you can seamlessly connect a list of names to your document, preview...
Curated Video
The Complete Python Course - Join Lists
This video demonstrates how to join two lists using the + operator.
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
Curated Video
Intro To Python Programming - Python Dictionaries
Dictionaries are a more complex data type that allows you to store key, value sets. You'll learn how to create and manipulate Tuples in this video.
Curated Video
Intro To Python Programming - Python Tuples
Tuples are similar to lists, but they are immutable. You'll learn to create tuples in this video.
Curated Video
The Modern JavaScript Bootcamp (2019) - Section Intro: JavaScript Arrays
In this section, you’re going to explore arrays in JavaScript. Arrays allow us to store a list of items. This could be a list of strings, numbers, objects, or any other type in JavaScript.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Lists
In this video, we'll learn about HTML lists.
r/>
This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
r/>
This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Making Password Lists with Crunch
In this video, you'll learn about Crunch and how to create password lists using Crunch.
r/>
This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
r/>
This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Tuples
Tuples are almost identical to lists. Except you can't edit them. They are immutable lists.
r/>
This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This...
r/>
This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Dictionary Comprehensions
If you ever need to create a dictionary out of 2 lists (happens more than you'd think!), you might want to use a dictionary comprehension instead of writing all your dictionary key-value pairs manually.
r/>
This clip is from...
r/>
This clip is from...
Curated Video
Creating Dropdown Lists in Excel
This video tutorial demonstrates how to create a dropdown list in a spreadsheet to easily select predefined options, such as student effort levels like excellent, good, fair, poor, and unacceptable. By setting up a list of options and...
Curated Video
Making a to-do list with Tasks
Learn how to use the Tasks function in Google Calendar to create to-do lists.
Curated Video
Headings, Paragraphs and Lists
In this video, Mark will review the fundamentals of text markup with the HTML5 heading tags and paragraph tag. Mark will also review HTML5 lists.
Curated Video
Practical Data Science using Python - Python Dictionaries 1
This video explains Python dictionaries, which are a collection of key-value pairs.
<
br/>
This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for...
<
br/>
This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - List Operations
Let's learn how to add, access, delete elements in a list with its respective access.
<
br/>
This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates...
<
br/>
This clip is from the chapter "Lists" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates...
Curated Video
Python In Practice - 15 Projects to Master Python - Python Lists
This video explains Python lists, how to create lists, lists properties, list elements, how to extract a list element, and how to extract a sub-list.
<
br/>
This clip is from the chapter "Lists" of the series "Python in Practice -...
<
br/>
This clip is from the chapter "Lists" of the series "Python in Practice -...
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
This video explains the various data structures in Python.<br<br/>/>
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Slicing-Part 1
In this video, we will cover slicing-part 1.
<
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) A to Z".In...
<
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) A to Z".In...
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 - Looping Through Dictionaries
Dictionaries aren't like lists or tuples, they can't be looped through as easily. But in Python, it's not hard at all! Let's learn how to loop through key/value pairs.
r/>
This clip is from the chapter "Intermediate Python" of...
r/>
This clip is from the chapter "Intermediate Python" of...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Introduction to Loops
Loops let you perform an action over and over again. If you had a sandwich, you wouldn't say "bite chew swallow, bite chew swallow, bite chew swallow". You'd say "bite chew swallow until you are done eating". Loops!
r/>
This...
r/>
This...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Lists & Tables
HTML Basics: Lists & Tables<br/<br/>>
This clip is from the chapter "HTML Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".This Section contains the HTML Basics.
This clip is from the chapter "HTML Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".This Section contains the HTML Basics.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Take a Photo with Python
This video demonstrates how to take a photo with Python.
<
br/>
This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete...
<
br/>
This clip is from the chapter "Add Vision to Your Applications with the Raspberry Pi Camera V2 Module" of the series "Raspberry Pi for Beginners - 2022 Complete...