ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

531 results

Brian Lavender
Tip, tax, and total

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

4:25
Tip, tax, and total

7,127 views

9 years ago

Jacob Itegboje
Pumping  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
Pumping Python for Beginners: From Zero to Hero in 8 weeks

210 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

23,819 views

3 years ago

Surfalytics | Fast Track to Data Career
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

Python is the #1 language for data work, data development, data analysis, machine learning, and generative AI.

26:44
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

144 views

1 month 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

699 views

1 year 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,186 views

7 years ago

Hillary Fleenor
Python basics sample problem

Solving a simple problem with Python.

9:47
Python basics sample problem

193 views

7 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

308,333 views

2 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,213 views

3 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

127 views

3 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,870 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

How I Met Your Coder
90% of Programmers… Just Professional Googlers!

Most programmers don't code from memory — they code with Google. From searching “how to center a div” to debugging a weird ...

2:54
90% of Programmers… Just Professional Googlers!

260 views

6 months ago

BiswasXTech
Python Trick to Check Palindrome Numbers 🔁

Discover a Python trick to check palindrome numbers In this fast-paced Speedrun Python tutorial, you'll learn a simple yet ...

4:32
Python Trick to Check Palindrome Numbers 🔁

31 views

7 months 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

5 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

3 months ago

PurdueX CS180.1x
Introduction to Problem Solving

Purdue AP Computer Science A.

4:51
Introduction to Problem Solving

12,369 views

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

526 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

Wisc-Online
Finding Factorials with Recursion

Understanding when to use recursion to solve a programming problems saves time, improves your code, and makes you a better ...

5:00
Finding Factorials with Recursion

568 views

10 years ago