Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
238 results
Define a function and return a value.
0 views
8 hours ago
Higher-order functions (HOFs) are a cornerstone of functional programming. In Python, a function is considered higher-order if it ...
Many people learn Python functions but still feel confused while using them later. This usually happens because functions are ...
9 hours ago
Partial is a higher-order function (HOF) in python. It can be imported from python's functools library. It allows you to "freeze" a ...
2 hours ago
Many candidates confuse reassignment with mutation. Python passes object references, not variables. This question appears ...
5 hours ago
Sorted is a built-in higher-order function (HOF) in python. It sorts an iterable using a key function Higher-order functions are a ...
4 hours ago
Python's magical slice syntax vs PHP's functions! arr[::-1] to reverse?! Which is cleaner? MIND BLOWN!
20 hours ago
What is a Python function and why do we use functions? In this short video, I have explained Python functions in a simple and ...
In this video, you will learn Functions in Python explained in a simple, beginner-friendly way. This is Lecture 18 of our complete ...
26 views
1 day ago
Reduce is a higher-order function (HOF) in python. It can be imported from python's functools library. It cumulatively applies a ...
Remove item from the set in Python using Function #python #ai Removing items from a set in Python is quick and easy when you ...
7 hours ago
Today we implement Linear Regression from scratch in Python using the closed-form solution. We first cover the mathematical ...
703 views
Registration is now open for the 37th Batch of a 7-day comprehensive online live training on Google Earth Engine (GEE) for ...
42 views
12 hours ago
Welcome to Part 4 of the Python for Beginners series on Bitwise Smarter This is Part 4 of the 4-part series of Python for ...
25 views
Learn how to use the return keyword in Python functions to send values back from a function. This short lesson explains why ...
python Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
13 hours ago
Function Definition and Calling in Python | Data Analytics Course In this video, you will learn Function Definition and Function ...
14 hours ago
In this Python Beginner Short, we'll quickly explain the split() function. ⚡ You'll learn: - How split() works in Python - How to break ...
15 hours ago
Python maximum and minimum functions explained for beginners and intermediate learners. Learn max() and min() collection ...
3 hours ago