Instructional Video4:25
Curated Video

Beginning Python (Video 14)

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 Video9:37
Curated Video

The Full Stack Web Development - Working With Lists & Hashes

Higher Ed
Redis - The Cache Database: Working With Lists & Hashes
r/>
This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential...
Instructional Video5:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Download and install Python

Higher Ed
Explore various options available and download Python 3
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section describes the...
Instructional Video8:08
Curated Video

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

Higher Ed
Project 2 - Furniture Store (Based on CSS Grid): Navbar - Part 2 – Dropdown
r/>
This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS...
Instructional Video10:53
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Sorting Trade-Offs

Higher Ed
Let’s understand characteristics which can be used to determine which sorting algorithm is the right one for a system.
r/>
This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures &...
Instructional Video19:55
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Linked List - The Most Basic Of All Data Structures

Higher Ed
Linked lists are less interesting in Java then in other programming languages such as C and C++ which require the developer to manage memory. Learn more about it.
r/>
This clip is from the chapter "Linked Lists" of the series...
Instructional Video2:29
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Section Intro - HTML Basics

Higher Ed
HTML Basics: Section Intro<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.
Instructional Video5:40
Curated Video

Beginning Python (Video 13)

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 Video8:24
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Shortcuts

Higher Ed
Python gives us lots of nice shortcuts so we don't need to damage our hands typing the same thing over and over again. Let's look at shortcut comparison operators.
r/>
This clip is from the chapter "Intermediate Python" of the...
Instructional Video5:46
Curated Video

Beginning Python (Video 16)

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 Video13:28
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Inheritance, subclasses and complete example class

Higher Ed
A look at how to format print statements and use special characters within strings
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video3:55
Curated Video

C++ Standard Template Library in Practice - Lists

Higher Ed
The user is unfamiliar with the list container, wishes to know more about them, and when to use them.

• Begin by introducing the user to the list, discussing how it
works
• Inform the user of the pros and cons of using...
Instructional Video2:00
Curated Video

Are 'Current IELTS Speaking Cue Cards' Real?

9th - Higher Ed
Today you’ll find out if sites that say ‘current IELTS cue cards’ are real or not.
Instructional Video6:36
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this session, we will learn about list interface - methods to add, remove, and change elements and lists.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video13:02
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Design A Course Schedule Considering Pre-reqs For Courses

Higher Ed
Given a course list and pre-reqs for every course design a course schedule so pre-reqs are done before the courses.
r/>
This clip is from the chapter "Graph Problems" of the series "From 0 to 1: Data Structures & Algorithms in...
Instructional Video8:07
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Python Lists

Higher Ed
This video teaches you about lists 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 Video4:27
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists (Sequences)

Higher Ed
Lists are another form of "sequence". We can loop through them and take an action based on every item in a list. Just like shopping for groceries… It‘s exactly like shopping for groceries, actually!
r/>
This clip is from...
Instructional Video11:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Dictionaries, sets and tuples

Higher Ed
Learning the basics of building a class from scratch and special __init__ method
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video6:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 2

Higher Ed
A quick look at using the command line/terminal window to navigate file directories
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Instructional Video7:24
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers

Higher Ed
In this session, we will learn about list and ArrayList - puzzles - type safety and removing integers.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video9:47
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 3 "Motivate Me App"

Higher Ed
In this video, we will be writing our main activity part 3.
r/>
This clip is from the chapter "Motivate Me App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build our...
Instructional Video7:59
Curated Video

The Full Stack Web Development - Markdown Basic Syntax

Higher Ed
Markdown- The formatting markup language: Markdown Basic Syntax
r/>
This clip is from the chapter "Markdown- The formatting markup language" of the series "The Full Stack Web Development".Markdown is a markup language very...
Instructional Video14:52
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Building if, elif, else blocks incrementally

Higher Ed
Take a program and build a function step by step<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 Video16:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Exploring Jupyter Notebooks interface (optional)

Higher Ed
A detailed look at using Jupyter Notebooks for developing Python code
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...