ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,028 results

Zafar Iqbal
Python - Lecture 17 - Map Filter and Reduce

In this video we explore how Python built-in function map, filter and reduce and how the can be applied in Python programming.

19:52
Python - Lecture 17 - Map Filter and Reduce

2,064 views

4 weeks ago

Data Den with Prashant
28.Python reduce()  Function Explained | Complete Tutorial with Examples | Python for Beginners

Welcome to Data Den with Prashant! Python reduce() Function Explained – Complete Beginner Friendly Tutorial In this ...

28:37
28.Python reduce() Function Explained | Complete Tutorial with Examples | Python for Beginners

32 views

10 days ago

Code with Josh
Make Your Python Code 10x Faster (7 Simple Fixes)

Python Mentorship Program — https://www.zerotoknowing.com/interactive-python Join 9k+ Readers — Python Newsletter ...

14:12
Make Your Python Code 10x Faster (7 Simple Fixes)

1,732 views

12 days ago

Código Espinoza - Automatiza tu Vida
“Python is slow”… so why isn’t Discord exploding?

Discord uses Python for its core API… and still processes over a billion messages a day? 🤯 Yes. And the craziest thing is, in ...

12:28
“Python is slow”… so why isn’t Discord exploding?

8,385 views

7 days ago

OpenAlgo
OpenAlgo - Python Tutorial Series - Part 2 - Understanding PlaceSmartOrder

Master OpenAlgo's PlaceSmartOrder function — the smartest way to manage trading positions with Python! This tutorial walks you ...

3:01
OpenAlgo - Python Tutorial Series - Part 2 - Understanding PlaceSmartOrder

362 views

10 days ago

Shubham Explains DSML
Python map, filter, reduce explained in 2 minutes | Simple Example

In this video, I explain Python's map(), filter(), and reduce() functions using the SAME list of examples so it's easy to understand.

2:05
Python map, filter, reduce explained in 2 minutes | Simple Example

7 views

2 weeks ago

DataMites
Optimize Large Datasets Using Python Generators | Datamites

Learn how to optimize large datasets using Python generators to improve performance and reduce memory usage. This guide ...

8:28
Optimize Large Datasets Using Python Generators | Datamites

22 views

14 hours ago

ACCU Conference
A Sixth Seam in TDD? - Python Testing, Test Doubles & Legacy Code at Kosli - Jon Jagger - ACCU 2025

ACCU Membership: https://tinyurl.com/ydnfkcyn --- A Sixth Seam in TDD? - Python Testing, Test Doubles & Legacy Code at Kosli ...

5:36
A Sixth Seam in TDD? - Python Testing, Test Doubles & Legacy Code at Kosli - Jon Jagger - ACCU 2025

137 views

3 weeks ago

Owen Wu
Minimum K to Reduce Array Within Limit

Leetcode #3824.

7:45
Minimum K to Reduce Array Within Limit

15 views

2 weeks ago

Perpetua Ona
Builtin functions Reduce (Module 5 Video 10)

This video explains Python's reduce() function from the functools module, which allows you to apply a function cumulatively to the ...

4:00
Builtin functions Reduce (Module 5 Video 10)

1 view

13 days ago

Professor Py: AI Foundations
Dropout Regularization: Reduce Overfitting with PyTorch in Python

One line of dropout can save you hours of tuning — a practical guide to using dropout to reduce overfitting. Learn when dropout ...

7:39
Dropout Regularization: Reduce Overfitting with PyTorch in Python

0 views

2 weeks ago

NextGen Tech Class
Function tools in python | reduce() map() filter()

In this video, you will learn Python Functions in a very simple and easy way. This tutorial is perfect for beginners and students who ...

6:10
Function tools in python | reduce() map() filter()

22 views

2 weeks ago

The Industry Portal
Python Day 33: Additional List Methods in Python - Master More Tools for Working with Lists

Welcome to Day 33 of The Complete Python Bootcamp. In this session, you will explore additional list methods in Python that ...

12:39
Python Day 33: Additional List Methods in Python - Master More Tools for Working with Lists

8 views

7 days ago

Coding Analytics
Python Advanced Functional Programming & Utilities | LAMBDA | MAP | FILTER | REDUCE | Decorators

This session dives deep into Python's functional programming tools and practical automation concepts, covering lambda functions ...

58:58
Python Advanced Functional Programming & Utilities | LAMBDA | MAP | FILTER | REDUCE | Decorators

27 views

4 days ago

Genalytiq
Mastering Loops in Python | For & While Loops, Break & Continue (Beginners Friendly)

Unlock the power of Loops in Python with this beginner-friendly yet comprehensive tutorial! Whether you're just starting with ...

1:33:50
Mastering Loops in Python | For & While Loops, Break & Continue (Beginners Friendly)

51 views

4 days ago

EuroCC FRANCE - CC-FR
Optimizing Python for Scientific Computing on CPU (Part I)

Want to make your Python code run 10x faster in scientific applications? In this introductory lecture from the Gray Scott School ...

1:01:06
Optimizing Python for Scientific Computing on CPU (Part I)

52 views

11 days ago

NextGen AI Explorer
How to Optimize Costs and Latency for Claude API in Python

Are your API costs skyrocketing? ⚡ Discover how to optimize costs and latency for the Claude API in Python! In this ...

5:41
How to Optimize Costs and Latency for Claude API in Python

3 views

2 weeks ago

Dynamic Coding
🎯 Extra Functionality of Python | enumerate(), map(), filter(), reduce() 🔥 (Part 3) @dc_1136

Welcome to my youtube channel - Dynamic Coding by Sachin ## Description Python provides several powerful built-in ...

1:43:21
🎯 Extra Functionality of Python | enumerate(), map(), filter(), reduce() 🔥 (Part 3) @dc_1136

20 views

2 weeks ago

Code BOX
Python If-Else Tricks You Don’t Know (Part 1) | Smart Coding Tips for Beginners #shorts #viralshort

In this video, you will discover some powerful and smart Python If-Else tricks that most beginners don't know! These tricks will ...

0:25
Python If-Else Tricks You Don’t Know (Part 1) | Smart Coding Tips for Beginners #shorts #viralshort

0 views

12 hours ago

3 SIGMA
Build a RAG System From Scratch in Python — No LangChain, No LlamaIndex

Day 5 of building a Production-Grade RAG system completely from scratch. No LangChain. No LlamaIndex. No black boxes.

1:46
Build a RAG System From Scratch in Python — No LangChain, No LlamaIndex

15 views

13 days ago

Learn With Dr. Hakeem-Ur-Rehman
Principal Component Analysis (PCA) Explained | Dimensionality Reduction in Machine Learning

Principal Component Analysis (PCA) is one of the most powerful dimensionality reduction techniques in machine learning.

23:25
Principal Component Analysis (PCA) Explained | Dimensionality Reduction in Machine Learning

122 views

4 days ago

Roel Van de Paar
Python Reduce : Order of arguments cause error

Python Reduce : Order of arguments cause error Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:16
Python Reduce : Order of arguments cause error

26 views

9 days ago

BiLingoPlus LLC
Functional Programming in Python #5: Tools for List Processing

In this lesson, we explore powerful list processing tools in Python from a functional programming perspective. You will learn: ...

10:35
Functional Programming in Python #5: Tools for List Processing

0 views

12 days ago

Future Coding Stars
The Mutable Default Argument Trap That Catches Every Developer (Complete Version)

Python Default Arguments: The Trap That Catches Every Developer Hey everyone and welcome back! This video provides a deep ...

9:06
The Mutable Default Argument Trap That Catches Every Developer (Complete Version)

12 views

3 weeks ago

QuantPulseData
Bollinger Bands technical analysis with Python: 80% Win Rate + Backtest Code | 2026 Stratejisi

Bollinger Bands Strategy with Python: 80% Win Rate + Backtest Code | 2026 Stratejisi In this video, we're building a highly ...

5:07
Bollinger Bands technical analysis with Python: 80% Win Rate + Backtest Code | 2026 Stratejisi

1,468 views

9 days ago