ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38 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,052 views

2 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

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

108,923 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)

591 views

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

10 months 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()

15 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 ✅

315 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

8 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()

46 views

10 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

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

EuroPython Conference
Why You Should Submit a Proposal for EuroPython?
0:43
Why You Should Submit a Proposal for EuroPython?

287 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

6 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

73 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

10 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)

33 views

10 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

10 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,375 views

2 months ago