Arama Sonuçları: "#mapfunction"

13 sonuç
Stephen Orr
Stephen Orr@iv_orr·
Python’s map() applies a function to every item in an iterable. It’s clean, efficient, and saves you from writing repetitive loops! #Python #MapFunction
English
1
0
1
10
Shivaye Modi
Shivaye Modi@shivaye_modi·
#Python: The built-in method 'map()' applies a given function to each item in an iterable and returns a new iterable. It takes two arguments: the function and the iterable. Example: print(map(lambda num: num**2, (1, 2, 3, 4, 5))) Output: [1, 4, 9, 16, 25] #Python #MapFunction
English
0
0
0
9
Shivaye Modi
Shivaye Modi@shivaye_modi·
#Python: Use of `map()` to apply the `abs()` function to each element of a list. ```python print(list(map(abs, [-4, -3, -1, 0, 2, 3, 4]))) #[4, 3, 1, 0, 2, 3, 4] ``` #Python #MapFunction
English
0
0
0
10
Lordbuks
Lordbuks@ebuks4ever·
The map function is a JavaScript function really useful for handling arrays. The map function accepts a function that can accept another function and so on. #mapfunction #javascript #reactjs
English
1
0
1
17
LiveFlow
LiveFlow@LiveFlow_com·
Want to save time and streamline your data processing in #GoogleSheets? Introducing the #MAPfunction! 💥 This powerful tool allows you to apply a formula to a range of cells, making data manipulation and analysis on P&L and BS a breeze. 👉Try it out: liveflow.io/product-guides…
LiveFlow tweet media
English
0
0
0
87