ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

535 results

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

Jacob Itegboje
Python for Beginners: From Zero to Hero in 8 weeks

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 8 weeks

200 views

1 year ago

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,260 views

3 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

305,017 views

2 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

Hillary Fleenor
Python basics sample problem

Solving a simple problem with Python.

9:47
Python basics sample problem

193 views

6 years ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

123 views

3 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Creating Simple Functions in Python

Introducing simple functions in Python. View an annotated PDF transcription of the video: ...

5:44
PRG-105: Creating Simple Functions in Python

337 views

8 years 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
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

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,543 views

6 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,143 views

3 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

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

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

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

BioniChaos
Creating an Interactive Knowledge Graph: Challenges and Solutions

In this detailed walkthrough, I dive into the complexities of developing an interactive knowledge graph using Python, NetworkX, ...

12:41
Creating an Interactive Knowledge Graph: Challenges and Solutions

435 views

2 years ago

BiswasXTech
🐍 Python List Tricks: 🔢 Find the Second Largest Value Easily ✨

Learn how to find the second largest number in a Python list step by step! In this tutorial, I'll show you multiple beginner-friendly ...

9:09
🐍 Python List Tricks: 🔢 Find the Second Largest Value Easily ✨

3 views

1 month ago

Aaron J Newman
06 - for Loops

A `for` loop executes commands once for each value in a collection. - A `for` loop is made up of a collection, a loop variable, and a ...

38:52
06 - for Loops

491 views

4 years ago