ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

537 results

OpenMDAO
Multiobjective optimization

Multiobjective optimization is somewhat of a misnomer -- you actually have to have predefined weightings for each of the ...

5:49
Multiobjective optimization

22,199 views

3 years ago

Brian Lavender
Tip, tax, and total

Problem solving for Tip, Tax, and total using pseudo code.

4:25
Tip, tax, and total

7,117 views

9 years ago

OpenMDAO
What solver convergence looks like

A system is converged when the residuals are close to 0 within a tolerance. How this is achieved depends on what solver you use, ...

14:50
What solver convergence looks like

1,140 views

3 years ago

Jatin K Malik
Day 10: Hoof It | Spoiler-Free Problem Solving Approach | Advent of Code 2024

Join me for Day 10 of Advent of Code 2024 where we tackle an interesting pathfinding puzzle - Hoof It, involving hiking trails!

25:24
Day 10: Hoof It | Spoiler-Free Problem Solving Approach | Advent of Code 2024

52 views

1 year ago

J David Eisenberg
Chapter 7: Global Variables - Use with Caution!

Global variables may seem like an easy solution to a lot of problems, but they introduce serious problems of their own.

3:38
Chapter 7: Global Variables - Use with Caution!

107 views

4 years ago

Jacob Itegboje
Python for Beginners: From Zero to Hero in 11 hours

This is the start of a journey. Pumping Python is a collection of code exercises that have personally helped me read, write and test ...

4:03
Python for Beginners: From Zero to Hero in 11 hours

200 views

1 year ago

Hillary Fleenor
Python basics sample problem

Solving a simple problem with Python.

9:47
Python basics sample problem

193 views

6 years ago

MOOC de l'IMT
14. Problem Complexity and NP-Completeness 🌐 Advanced Algorithmics and Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

3:59
14. Problem Complexity and NP-Completeness 🌐 Advanced Algorithmics and Graph Theory with Python

1,989 views

7 years ago

YuriODev
Session 02 - Representing Algorithms | Pseudocode, Flowcharts & Python Code Explained

Session 02: Writing Algorithms in Pseudocode | Creating Flowcharts | Translating to Python Code Welcome to the 2nd session of ...

1:27:50
Session 02 - Representing Algorithms | Pseudocode, Flowcharts & Python Code Explained

698 views

1 year ago

PurdueX CS180.1x
Introduction to Problem Solving

Purdue AP Computer Science A.

4:51
Introduction to Problem Solving

12,343 views

9 years ago

MOOC de l'IMT
17. Approximate Solutions | MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

3:53
17. Approximate Solutions | MOOC Advanced Algorithmics & Graph Theory with Python

1,910 views

7 years ago

MOOC de l'IMT
12. Traveling Salesman Problem 🌐 Advanced Algorithmics and Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

8:02
12. Traveling Salesman Problem 🌐 Advanced Algorithmics and Graph Theory with Python

8,182 views

7 years ago

Confreaks
RubyConf 2016 - Problem Solved! Using Logic Programming to Find Answers by Gavin McGimpsey

RubyConf 2016 - Problem Solved! Using Logic Programming to Find Answers by Gavin McGimpsey We love Ruby's object ...

45:10
RubyConf 2016 - Problem Solved! Using Logic Programming to Find Answers by Gavin McGimpsey

2,204 views

9 years ago

Jon Gjengset
Solving distributed systems challenges in Rust

In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to ...

3:15:52
Solving distributed systems challenges in Rust

304,805 views

2 years ago

NPTEL IIT Bombay
Lecture 2 Part 1 : Problem Solving using Computer

Lecture 2 Part 1 : Problem Solving using Computer.

21:22
Lecture 2 Part 1 : Problem Solving using Computer

75,537 views

6 years ago

caltech
Lecture 01 - The Learning Problem

The Learning Problem - Introduction; supervised, unsupervised, and reinforcement learning. Components of the learning problem.

1:21:28
Lecture 01 - The Learning Problem

1,435,460 views

13 years ago

MOOC de l'IMT
2. Addressing a Computational Problem 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

3:20
2. Addressing a Computational Problem 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

4,771 views

7 years ago

YuriODev
Session 01 - Intro to Computational Thinking | Algorithms, Abstraction & Decomposition Explained

Session 01: Introduction to Computational Thinking Algorithms | Abstraction | Decomposition Welcome to the 1st option of our ...

39:27
Session 01 - Intro to Computational Thinking | Algorithms, Abstraction & Decomposition Explained

482 views

1 year ago

Jatin K Malik
Day 15: Warehouse Robot Gone Wild! | Warehouse Woes | Advent of Code 2024

A robot is loose in the warehouse! Can you solve Day 15's "Warehouse Woes" puzzle in Advent of Code 2024? This video ...

33:44
Day 15: Warehouse Robot Gone Wild! | Warehouse Woes | Advent of Code 2024

51 views

1 year ago

NPTEL IIT Bombay
Week 2 : Lecture 7 : Tutorial Session - 1: Problem Solving

Lecture 7 : Tutorial Session - 1: Problem Solving.

38:55
Week 2 : Lecture 7 : Tutorial Session - 1: Problem Solving

3,068 views

2 years ago

Cody Anderson
8.3 Applying masks

Having learned about what logical masks are, we now explore a couple examples where they can be applied. Follow-along ...

4:50
8.3 Applying masks

359 views

5 years ago

Udacity
Learn to Design Computer Programs with Peter Norvig!

The key to progressing from a novice programmer to an expert is mindful practice. In this class you will practice going from a ...

1:36
Learn to Design Computer Programs with Peter Norvig!

9,744 views

13 years ago

Lorena Barba
"Euler's method is a first order method" —#numericalmooc screencast

A bit of supporting theory for the first learning module of the course "Practical Numerical Methods with Python." The first module ...

18:49
"Euler's method is a first order method" —#numericalmooc screencast

8,746 views

11 years ago

BiswasXTech
📊 Python Tutorial: Manually Count How Often a Number Appears in a List

Learn how to manually count how many times a specific number appears in a Python list . In this beginner‑friendly tutorial, we'll ...

4:28
📊 Python Tutorial: Manually Count How Often a Number Appears in a List

9 views

1 month ago

Jatin K Malik
Day 19: Can Your Algorithm Solve This TOWEL Chaos? // Linen Layout | Advent of Code 2024

Dive into Day 19 of Advent of Code 2024 where we tackle a tricky towel arrangement puzzle! We'll explore how to use ...

24:01
Day 19: Can Your Algorithm Solve This TOWEL Chaos? // Linen Layout | Advent of Code 2024

132 views

1 year ago