Instructional Video5:51
Curated Video

Django3- Loops

Higher Ed
In this video, we will look at loops.<br/<br/>>

This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video5:38
Curated Video

Django3- Lists

Higher Ed
In this video, we will look at lists.<br/<br/>>

This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video1:56
Curated Video

How to REALLY Learn IELTS Vocabulary

9th - Higher Ed
Today you’ll learn what works (and what doesn’t) for learning IELTS vocabulary.<br/>
Instructional Video6:39
Curated Video

World of Computer Networking Your CCNA start - Border Gateway Protocol (BGP) Prefix Lists

Higher Ed
This video focuses on BGP prefix lists.<br/<br/>>

This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video10:32
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are

Higher Ed
Working with strings and variables to handle text<br/<br/>>

This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video6:41
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Building a custom Student class and intro to special methods

Higher Ed
You have already seen generator objects in use, let's take a deeper look at what they are and how they work.
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video6:33
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - For Loop

Higher Ed
This video teaches you about the for loop in Python.<br/<br/>>

This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video10:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists

Higher Ed
Lists let you store multiple items and preserve the order. Like a grocery list…if you were trying to get in and out of the store as fast as possible.
r/>
This clip is from the chapter "Beginner-friendly Python" of the series...
Instructional Video4:47
Curated Video

Python 3 for Beginners: Lists

Higher Ed
In this video, you will learn about the list data type in Python. You will discover how lists can hold an ordered collection of different data types, and how to access and set values using indices. You will also learn how to add items to...
Instructional Video6:24
Curated Video

Beginning Python (Video 11)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video2:46
Curated Video

Complete Modern C++ - std::lock_guard

Higher Ed
In this video, you will learn why lock_guard class is important and how to use it with mutex.
r/>
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this...
Instructional Video7:18
Curated Video

The Complete Excel Guide: Beginners to Advanced - Fill Handle and Custom Lists

Higher Ed
The aim of this video is to explore how to work with fill handle and custom lists.
r/>
This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to...
Instructional Video8:26
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Introduction to YAML

Higher Ed
In this video, we will see an introduction to YAML.
r/>
This clip is from the chapter "YAML Introduction" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we are introduced to YAML and coding...
Instructional Video13:43
Curated Video

JavaScript Arrays

Pre-K - Higher Ed
So far, we've used variables to hold a single value. Arrays allow you to reference multiple values in a list form using a single variable name.
Instructional Video5:30
Curated Video

Intro To Python Programming - Python Lists

Pre-K - Higher Ed
Python data structures give you different ways of storing data. In this video, you'll learn to create and manipulate Python lists.
Instructional Video5:00
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Lists

Higher Ed
HTML Crash Course: Lists
r/>
This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so...
Instructional Video7:13
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Making Password Lists with Cupp

Higher Ed
In this video, you'll learn about Cupp and how to make password lists using this tool.
r/>
This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
Instructional Video6:57
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part II

Higher Ed
This is the second part of the three-part video that lets you work with the GreenKart application.
r/>
This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from...
Instructional Video6:31
Curated Video

REST APIs with Flask and Python - Lists, Tuples, and Sets

Higher Ed
This video explains three essential data structures in Python: lists, tuples, and sets.
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...
Instructional Video6:13
Curated Video

Python 3 for Beginners: Python Tuples - Immutable Lists

Higher Ed
In this video, you will learn all about tuples in Python, how they differ from lists, and why they're useful. We'll cover the basics of creating a tuple, accessing its values by index, and looping through its items using a for loop....
Instructional Video6:37
Curated Video

5 Ways to THINK IN ENGLISH | Stop Translating in Your Head

6th - Higher Ed
Do you often ask yourself: How can I improve my English?

Or: How can I speak faster in Eng

lish?

In this video I give you 5 techniques to help you practise thinki

ng in English.

Thinking in English can help you...
Instructional Video5:38
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Navbar - Part 2-Markup

Higher Ed
Project 2 - Furniture Store (Based on CSS Grid): Navbar - Part 2-Markup<br/<br/>>

This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
Instructional Video6:04
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Lists

Higher Ed
This video demonstrates how to create lists in Python.
r/>
This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the...
Instructional Video5:00
Curated Video

REST APIs with Flask and Python - Booleans in Python

Higher Ed
This video explains how to use Booleans 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 your...