ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

754 results

BioniChaos
Exploring Advanced Eye Tracking with GPT-4 and Python

... application debugging, and leveraging OpenAI and Copilot for dynamic coding assistance. Throughout the video, I troubleshoot ...

13:22
Exploring Advanced Eye Tracking with GPT-4 and Python

473 views

1 year ago

Programming threads
Lists vs Tuples: Why Is One 3x Faster? (Python Memory Secrets)

Think you know the difference between Python lists and tuples? Most developers only know about mutability—but the REAL ...

0:51
Lists vs Tuples: Why Is One 3x Faster? (Python Memory Secrets)

1,045 views

2 months 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,158 views

3 years ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

105,413 views

8 months ago

Top Notch Nerds
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

Matrix Chain Multiplication with Dynamic Programming! Master Parenthesization Optimization! In this video, we dive deep into the ...

45:58
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

308 views

9 months ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

https://emacsconf.org/2025/talks/swanky You can view this and other resources using free/libre software at ...

21:04
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

514 views

2 weeks ago

Craig Piercy
Python built-in function: globals()

... and how it can be a game-changer in dynamic programming. Let's get started! What is `globals()`? It's a built-in Python function ...

4:20
Python built-in function: globals()

49 views

9 months ago

Adam Gardner
Automatic Prometheus Endpoint Discovery using Service Discovery

In this video I describe what Prometheus service discovery is and two ways to do it. File based service discovery and service ...

10:54
Automatic Prometheus Endpoint Discovery using Service Discovery

901 views

11 months ago

Aalto Scientific Computing
2.1 Icebreaker - Python for Scientific Computing 2023

The icebreaker/intro session of the day. You probably don't want to watch this and instead will go to the main material. ----- Python ...

8:24
2.1 Icebreaker - Python for Scientific Computing 2023

92 views

2 years ago

Smiansh
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

In this comprehensive tutorial, you will unlock the secrets of controlling program flow with Python conditions. Whether you're just ...

2:51
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

40 views

1 year ago

Craig Piercy
Python built-in function: getattr()

`getattr()` lets you retrieve attributes using strings, making it great for dynamic programming. 2. It avoids hardcoding attribute ...

5:17
Python built-in function: getattr()

45 views

9 months ago

Craig Piercy
Python built-in function: type()

Dynamic Typing: Python's type system makes `type()` invaluable for introspection and dynamic programming. You'd use `type()` ...

5:15
Python built-in function: type()

32 views

7 months ago

Tech Algo Views
Climbing stairs - English  #algorithms #dynamicprogramming #leetcode #coding #programming

Climbing stairs - English Problem statement: https://leetcode.com/problems/climbing-stairs/ Solution code: ...

0:58
Climbing stairs - English #algorithms #dynamicprogramming #leetcode #coding #programming

44 views

1 year ago

BioniChaos
Building a Dynamic Knowledge Graph with GPT-4 and GitHub Copilot | BioniChaos Development Session

Welcome to this live development session where I dive into creating a dynamic knowledge graph web application using Python, ...

34:55
Building a Dynamic Knowledge Graph with GPT-4 and GitHub Copilot | BioniChaos Development Session

438 views

1 year ago

Chuck Severance
Python for Informatics - Chapter 10 - Tuples

This is Chapter 10 from Python for Informatics - Exploring Information. From www.pythonlearn.com. All Lectures: ...

26:37
Python for Informatics - Chapter 10 - Tuples

30,854 views

12 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

Serdar Yegulalp
Akilang: A compiler created with Python + LLVM

A brief demo of a project I've been tinkering with, a compiler for a simple little language that uses Python 3.6 and the llvmlite ...

8:08
Akilang: A compiler created with Python + LLVM

5,270 views

7 years ago

Caden Crowson
Dynamic Programming using cmp - Assembly Part 5

This series covers x86-64 NASM. Dynamic programming allows us to make programs that react to their input, producing a more ...

2:17
Dynamic Programming using cmp - Assembly Part 5

537 views

11 months ago

Prof. Halim Boutayeb
Metasurface Design: Theory, Applications & HFSS Simulations with Python | RF & Microwave Engineering

Unlock the power of meta-surfaces in RF and microwave engineering! In this in-depth video, we explore the theoretical ...

1:01:09
Metasurface Design: Theory, Applications & HFSS Simulations with Python | RF & Microwave Engineering

5,076 views

1 year ago

Craig Piercy
Python built-in function: setattr()

It's useful for dynamic programming, where attributes might not be known at the time of writing code. Key concepts include: 1.

5:00
Python built-in function: setattr()

14 views

8 months ago