Hi, what do you want to do?
Curated Video
Beginning Python (Video 14)
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...
Curated Video
The Full Stack Web Development - Working With Lists & Hashes
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...
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Download and install Python
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...
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...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Navbar - Part 2 – Dropdown
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...
r/>
This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Sorting Trade-Offs
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 &...
r/>
This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures &...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - The Linked List - The Most Basic Of All Data Structures
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...
r/>
This clip is from the chapter "Linked Lists" of the series...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Section Intro - HTML Basics
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.
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
Beginning Python (Video 13)
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Shortcuts
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...
r/>
This clip is from the chapter "Intermediate Python" of the...
Curated Video
Beginning Python (Video 16)
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Inheritance, subclasses and complete example class
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...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Curated Video
C++ Standard Template Library in Practice - Lists
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...
• Begin by introducing the user to the list, discussing how it
works
• Inform the user of the pros and cons of using...
Curated Video
Are 'Current IELTS Speaking Cue Cards' Real?
Today you’ll find out if sites that say ‘current IELTS cue cards’ are real or not.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
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...
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Design A Course Schedule Considering Pre-reqs For Courses
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...
r/>
This clip is from the chapter "Graph Problems" of the series "From 0 to 1: Data Structures & Algorithms in...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Python Lists
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.
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.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lists (Sequences)
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...
r/>
This clip is from...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Dictionaries, sets and tuples
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...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 2
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...
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers
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...
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Writing Our Main Activity Part 3 "Motivate Me App"
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...
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...
Curated Video
The Full Stack Web Development - Markdown Basic Syntax
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...
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Building if, elif, else blocks incrementally
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.
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Exploring Jupyter Notebooks interface (optional)
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...
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...