APMonitor
MATLAB Nonlinear Optimization with fmincon
This step-by-step tutorial demonstrates fmincon solver on a nonlinear optimization problem with one equality and one inequality constraint. Visit http://apmonitor.com/che263/index.php/Main/MatlabOptimization for source code.
Packt
Compare the breadth-first and depth-first search algorithms : Example - A Simple Puzzle Game
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Solve the...
APMonitor
Solve Nonlinear Equations with Python
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
Packt
Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Curated Video
Complete Python Scripting for Automation - Lists
Data Structures of Python: Lists This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
SWPictures
Tanzania: Transforming the Sewage System in Dar es Salaam
The video showcases the Gulper, a motor tricycle equipped with a pump that is transforming the way pit latrines are emptied in Doris Salaam, Tanzania. The affordable and safe service is improving health and reducing the risk of diseases...
Curated Video
Complete Python Scripting for Automation - Data Types
Basics of variables and Data Types: Data Types This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author introduces variables and explains about Data types and...
Curated Video
Complete Python Scripting for Automation - Sets
Data Structures of Python: Sets This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Packt
Compare the breadth-first and depth-first search algorithms : Using Breadth-First Search (BFS)
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...
Weatherthings
Hurricane Ivan
A history of the devasting 2004 hurricane that struck the Alabama coast.
NASA
NASA | Earth Science Week: The Ocean's Green Machines
"The Ocean's Green Machines" is Episode 3 in the six-part series "Tides of Change", exploring amazing NASA ocean science to celebrate Earth Science Week 2009. One tiny marine plant makes life on Earth possible: phytoplankton. These...
Brainwaves Video Anthology
Sam Glucksberg - On Motivation
Sam Glucksberg was born February 6, 1933, in Montreal, Quebec. He received his B.S. in psychology in 1956 at City College of New York, Magna Cum Laude. He then received his Ph.D in experimental psychology with distinction at New York...
Curated Video
Complete Python Scripting for Automation - Rules to create a pattern Part-2
Regular expression with re module: Rules to create a pattern Part-2 This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this section, the author introduces regular...
Curated Video
Agile Masterclass: Agile for Project Management - Underutilization of Resources
This video explains underutilization of resources. This clip is from the chapter "Introduction to Agile Kanban" of the series "Agile Project Management: Agile, Scrum, Kanban, and Extreme Programming".This section introduces you to Agile...
Professor Dave Explains
The Heisenberg Uncertainty Principle Part 2: Energy/Time and Quantum Fluctuation
Get ready for one of the weirdest things in modern physics. Particles that pop into existence from nothing and then go back to nothing again! This is happening all the time, all around you and even inside of you. It's the quantum foam,...
Kids’ Poems and Stories With Michael Rosen
May - Kids' Poems and Stories With Michael Rosen
May - Read by Michael Rosen from The Hypnotiser
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hash project 2: Set up insert and hashing functionality for data structure
Visualize and analyze operations associated with Stacks and Queues This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hash project 1: Define and set up class blueprint with __init__ and __str__
Reverse a linked list using recursion This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Implement a computer program using a classic algorithm : In-depth look at execution context of recursive divide function
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Analyze execution context and frames created by recursive divide...
Packt
Product Pagination
This video explains the concept of product pagination. This clip is from the chapter "Product Reviews, Search, and More" of the series "MERN E-commerce from Scratch".This section focuses on product reviews, search, and more.
Curated Video
Mastering Swift 2 Programming (Video 3)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
friEdTech
Restore DELETED Calendar Events
In this video, Jess shows us how to restore any events that may have accidentally been deleted from your individual or group calendar. The steps are simpler than you may have guessed!
Curated Video
Implement a computer program using a classic algorithm : A look at the recursive divide function
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. A look at the divide/split function which introduces recursion
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hashmaps and O(1) search complexity
Build methods in the custom linked list class and homework assignment This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null