ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 results

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

2 months ago

Ajayraj Nadar
Python Basics for Beginners – Print, Variables, and Data Types in 15 Mins

Welcome to your very second Python programming lesson! In this beginner-friendly tutorial, we'll cover step-by-step Python ...

14:52
Python Basics for Beginners – Print, Variables, and Data Types in 15 Mins

35 views

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

107,385 views

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

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 ✅

309 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

920 views

11 months 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: issubclass()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

6:08
Python built-in function: issubclass()

12 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

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

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)

558 views

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

Craig Piercy
Python built-in function: callable()

In today's tutorial, we delve into a Python built-in function that's essential for dynamic function execution and testing object ...

3:57
Python built-in function: callable()

44 views

11 months ago

Craig Piercy
Python data types: list

That's a wrap on Python's `list` data structure! Whether you're building a beginner project or writing production code, you'll be ...

5:16
Python data types: list

103 views

7 months ago

Craig Piercy
Python data types: deque

Unlike Python lists, which are built on dynamic arrays, a `deque` is implemented as a doubly linked list. That's why operations at ...

4:55
Python data types: deque

15 views

5 months ago

BiswasXTech
Python QR Code Trick Create & Customize Like Magic!

Python QR Code Trick Create & Customize Like Magic! Want to create custom QR codes with Python? This step-by-step tutorial ...

4:55
Python QR Code Trick Create & Customize Like Magic!

12 views

6 months ago

TechySavant
Learn Python under 25 Minutes 🚀 (2025 Edition)  #python #newprogramvideo #ai #ml #newcode

Ready to learn Python in 2025? Whether you're a complete beginner or just brushing up, this video is your ultimate Python crash ...

24:52
Learn Python under 25 Minutes 🚀 (2025 Edition) #python #newprogramvideo #ai #ml #newcode

72 views

8 months ago

NUS Hackers
FH #279: Notional Machines for Modern Scripting Languages

Introductory CS courses often use scripting languages such as Python. A notional machine is a predictive set of abstractions ...

44:07
FH #279: Notional Machines for Modern Scripting Languages

77 views

3 months ago

DrKode
Leetcode 20 Valid Parentheses (Animation)

Dynamic Programming (1D & 2D): From beginner to advanced problems with step-by-step guidance. Greedy Algorithms: Learn ...

2:48
Leetcode 20 Valid Parentheses (Animation)

31 views

10 months ago

Caden Crowson
Program Layout in Memory - Assembly Part 0

This series covers x86-64 NASM. Ever wondered how programs are laid out in memory? Dive into the world of Assembly with this ...

1:48
Program Layout in Memory - Assembly Part 0

1,010 views

11 months ago

DrKode
Leetcode 33. Search in Rotated Sorted Array (Animation)

Dynamic Programming (1D & 2D): From beginner to advanced problems with step-by-step guidance. Greedy Algorithms: Learn ...

3:01
Leetcode 33. Search in Rotated Sorted Array (Animation)

33 views

9 months ago

DrKode
Leetcode 206 Reverse Linked List (Animation)

Dynamic Programming (1D & 2D): From beginner to advanced problems with step-by-step guidance. Greedy Algorithms: Learn ...

1:35
Leetcode 206 Reverse Linked List (Animation)

41 views

9 months ago

Programming threads
Stop Writing For Loops! List Comprehensions Are 2x Faster ⚡

List comprehensions aren't just syntactic sugar—they're optimized at the C level for 2x better performance. Here's the bytecode ...

1:00
Stop Writing For Loops! List Comprehensions Are 2x Faster ⚡

1,373 views

2 months ago

Learning AI creator
CLONE any WEBSITE using AI - Just Paste the URL!

lovable.dev vs Vercel v0 vs bolt.new lovable: https://lovable.dev/#via=e1e42e EDIT - SEARCH - VISUALIZE, your HTML code: ...

12:34
CLONE any WEBSITE using AI - Just Paste the URL!

550,284 views

11 months ago

Ary | Programming Tutorials
Create Your Website with Flask and Launch it Live on PythonAnywhere!

Building your own website with Flask is easier than you think, and I'm about to show you how to launch it live in just a few simple ...

1:01:02
Create Your Website with Flask and Launch it Live on PythonAnywhere!

96 views

10 months ago