ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,026 results

Grok Programming
Higher Order Functions (Python): filter, map, reduce, partial

Introduces the concept of "higher order" functions -- those which accept a function as a parameter, and/or return a function.

3:16
Higher Order Functions (Python): filter, map, reduce, partial

0 views

23 hours ago

AutoMagic Developer
This AI Scraper Never Breaks (Python + n8n)

Learn how to build a "Self-Healing" AI Web Scraper using n8n and Python. Unlike traditional web scraping tutorials that rely on ...

3:31
This AI Scraper Never Breaks (Python + n8n)

53 views

19 hours ago

Software and Testing Training
RAG Explained: Retrieval-Augmented Generation for LLMs—Reduce Hallucinations & Build Reliable Apps

Understand Retrieval-Augmented Generation (RAG) and how to use it to make LLMs factual, updatable, and production-ready.

6:47
RAG Explained: Retrieval-Augmented Generation for LLMs—Reduce Hallucinations & Build Reliable Apps

72 views

2 days ago

Alpha Brains Courses
PySpark Crash Course - Learn Spark with Python Fast

Apache Spark with Python in this comprehensive 3+ hour course. Master distributed data processing and build scalable big data ...

3:19:43
PySpark Crash Course - Learn Spark with Python Fast

238 views

5 days ago

DataMites
UMAP Dimension Reduction Step by Step Tutorial | Datamites

Step-by-step UMAP dimension reduction explained! Learn to transform high-dimensional data into clear visualizations using ...

6:39
UMAP Dimension Reduction Step by Step Tutorial | Datamites

18 views

16 hours ago

AI Papers Podcast Daily
Reducing CUDA Binary Size to Distribute cuML on PyPI

Starting with the 25.10 release, NVIDIA successfully made the cuML library available for direct installation via PyPI by reducing its ...

12:58
Reducing CUDA Binary Size to Distribute cuML on PyPI

12 views

5 days ago

AI Learning Hub - Byte-Size AI Learn
Python Logic Hacks for Clever Coding | Make Your Code Smarter & Faster

Unlock powerful Python logic hacks that make your code cleaner, faster, and far more efficient. In this video, you'll learn clever ...

6:05
Python Logic Hacks for Clever Coding | Make Your Code Smarter & Faster

12 views

16 hours ago

Linux Plumbers Conference
Python-BPF: Writing eBPF programs in pure Python - Pragyansh Chaturvedi, Mr Varun Mallya

Python-BPF: Writing eBPF programs in pure Python - Pragyansh Chaturvedi, Mr Varun Mallya (Indian Institute of Technology, ...

33:13
Python-BPF: Writing eBPF programs in pure Python - Pragyansh Chaturvedi, Mr Varun Mallya

58 views

6 days ago

Quick Through
5 Ways to Find the Maximum Element in a List | Python Tips #python #shorts

Learn 5 different methods to find the maximum element in a Python list. These techniques are valuable for beginners, interviews, ...

0:49
5 Ways to Find the Maximum Element in a List | Python Tips #python #shorts

450 views

5 days ago

Quick Through
4 Ways to Find the Sum of an Array in Python | sum(), reduce, loop & enumerate #python #shorts

Learn 4 different Python methods to calculate the sum of elements in a list/array. These methods are super helpful for beginners, ...

0:49
4 Ways to Find the Sum of an Array in Python | sum(), reduce, loop & enumerate #python #shorts

0 views

6 days ago

Programming with Kumaresan
Remove Pauses from Audio Automatically | Python Automation for Editors

Learn how to automatically remove silence from audio files using Python in this complete step-by-step tutorial. Perfect for ...

9:21
Remove Pauses from Audio Automatically | Python Automation for Editors

29 views

1 day ago

AiWorkSpace
Lambda , Filter , Map , Reduce and File Handling (Concept - 18)

pythonanddjangofullstackwebdeveloper #coding #datatype #programming.

29:33
Lambda , Filter , Map , Reduce and File Handling (Concept - 18)

11 views

1 day ago

ProgrammerChandra
5 Ways to Reverse a String in Python 🔄 | Python Shorts #reversestring #beginnerpython

Learn 5 different ways to reverse a string in Python — from slicing to recursion and even using reduce()! Perfect for beginners ...

0:55
5 Ways to Reverse a String in Python 🔄 | Python Shorts #reversestring #beginnerpython

696 views

3 days ago

Tech With Mala
#7. Python Control Statements, Loops & Functions | Step-by-Step Tutorial

In this video, you'll learn control statements, loops, and functions in Python—essential concepts for writing logical, efficient, and ...

15:23
#7. Python Control Statements, Loops & Functions | Step-by-Step Tutorial

7 views

6 days ago

Null Type
Decision Trees Explained Visually | Machine Learning #ai #ml #coding #python #viral #shorts #data

Decision Trees explained visually in Machine Learning and AI. In this video, we break down how a Decision Tree algorithm is built ...

1:13
Decision Trees Explained Visually | Machine Learning #ai #ml #coding #python #viral #shorts #data

522 views

3 days ago

Professor Py: AI Engineering
LLM Confidence Calibration: Model unsure? Escalate only as needed

Calibrate LLM confidence and set defensible escalation thresholds so you only call a bigger model when it matters. Convert logits ...

6:51
LLM Confidence Calibration: Model unsure? Escalate only as needed

0 views

5 days ago

RMoney
Option and Equity Strategy Automation using Python | Aseem Singhal

This live session focuses on Option and Equity Strategy Automation using Python, designed specifically for traders and ...

1:38:33
Option and Equity Strategy Automation using Python | Aseem Singhal

279 views

Streamed 6 days ago

Digital Skills and Freelancing Mentor
RISC-V Architecture Implementation in verilog HDL with Python based assembler

The system gets RISC-V assembly code through a GUI based assembler that generates machine code, the machine code is ...

1:16
RISC-V Architecture Implementation in verilog HDL with Python based assembler

139 views

3 days ago

CodeWithVivek
Functions & Modular Programming - Python Programming Bootcamp - Day 5

Welcome to Day 5 of the Python Programming Bootcamp! In this video, we cover one of the most important pillars of Python ...

25:24
Functions & Modular Programming - Python Programming Bootcamp - Day 5

15 views

5 days ago

TekBees
Python Memory Management Explained Simply

Python's latest versions introduce smarter memory allocation, better garbage collection behavior, and performance optimizations ...

0:13
Python Memory Management Explained Simply

44 views

4 days ago

Oppkey
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

In this lesson, we refactor a Flet application model by replacing a traditional Python class with a standard-library @dataclass.

12:47
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

7 views

2 days ago

Venky Code
Save 50% on AI Costs: Custom Chat Memory for Microsoft Agent Framework (Python)

Discover how to reduce your AI agent costs by 40-60% with custom token management in Microsoft Agent Framework (MAF) for ...

13:19
Save 50% on AI Costs: Custom Chat Memory for Microsoft Agent Framework (Python)

112 views

5 days ago

CYFI
Functions in Python Explained | Reusable Code Basics | Block to Python

In the previous videos, we learned about loops and how to repeat actions in Python. In this video, we move to another very ...

5:38
Functions in Python Explained | Reusable Code Basics | Block to Python

0 views

3 days ago

onjsdev
Dijkstra’s Algorithm vs A* Search

Dijkstra's algorithm and A* are both shortest-path algorithms, but they differ in how they explore the graph. Dijkstra's algorithm is ...

0:13
Dijkstra’s Algorithm vs A* Search

254,768 views

3 days ago

As Cheap As
Reduce Godot Export Size in 35sec

Small builds are nice. Here is a task list for you: -Download the source code. -Install Scoop, Python, and MinGW. -Install Scons ...

0:36
Reduce Godot Export Size in 35sec

263 views

2 days ago