Hi, what do you want to do?
Wonderscape
Approaches to Addressing the Negative Impacts of the Anthropocene
Explore three strategies for mitigating the adverse effects of the Anthropocene era on Earth's ecosystems and communities. Learn about innovations in renewable energy, sustainable urban design, and plant-based alternatives to reduce...
Curated Video
Big Ideas - Episode 17 - DARPA Grand Challenge / Driverless Cars
It had long been the idea of road safety experts to have vehicles that were not controlled by drivers, but rather by computers. Automated driving systems that cruise at a set distance from the car in front, park your car for you or steer...
Curated Video
Multiplying and Dividing Exponents
In this video, we'll break down the essential rules of exponents step-by-step so you can become a master in no time. Whether you're just starting to learn exponents or need a refresher, this comprehensive guide is perfect for students of...
Curated Video
Solving Expressions with Exponents
Welcome to our comprehensive guide on solving expressions with exponents! Exponents can be tricky, but fear not, because in this video, we break down the fundamentals and provide you with step-by-step instructions to tackle even the most...
Wonderscape
Charles Darwin: The Making of a Naturalist
Discover the journey of Charles Darwin from a disinterested medical student to a pioneering naturalist. This video traces Darwin’s early life, his transformative experiences at the University of Edinburgh and Cambridge, and his epic...
Wonderscape
Darwin's Enduring Legacy: Shaping Modern Science
Explore how Charles Darwin's theory of evolution continues to influence various scientific disciplines over two centuries after his birth. This video delves into the positive impacts of Darwinian theory on fields like genetics and...
Wonderscape
Earning and Spending Money: Basics for Beginners
Learn the essentials of earning and spending money in this lesson. Discover different ways to earn money through jobs and businesses, and understand the importance of budgeting to manage your spending on needs, wants, and...
Wonderscape
Origins of the Alamo: From Mission to Fortress
Uncover the early history of the Alamo, originally established as the Mission San Antonio de Valero in the 1700s by Spanish settlers in Texas. This video traces its transformation from a religious mission aimed at converting Native...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Complete Model 3 Section
Discover the step-by-step process of building the Model 3 section of the Tesla UI clone, gaining valuable insights into the implementation of key features and design elements.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction and Instructor
In this video, you will learn about the course content in general, the features and benefits of this course, as well as a brief introduction to the instructor.
<
br/>
This clip is from the chapter "Introduction to the Course" of the...
<
br/>
This clip is from the chapter "Introduction to the Course" of the...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Difference Between Merge and Rebase
This video explains the difference between merge and rebase.<br<br/>/>
This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Resource Pack and Introduction to Modular Kit
In this video, you will learn about modular kit and resource packs that are available in Unreal Engine 5. You will understand the benefits of using modular kits to build your environment, and how to use the resource pack to create your...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics
This video will take us through the very basics; you will learn how to use the Viewport in Unreal Engine 5 to get a better perspective on your environment. You will learn how to navigate through the viewport using different camera...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Outline
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course.
<
br/>
This clip is from the chapter "Welcome" of the series...
<
br/>
This clip is from the chapter "Welcome" of the series...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties.
<
br/>
This clip is from the chapter "OOP -...
<
br/>
This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Callback Hell
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Shopping List Project
In this video, we will be introduced to the Shopping List project, which is the final project for the course.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nested Scope
In this video, you will learn about nested scope, which is when a function is defined within another function, and how it affects variable scope.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...