#functional-programming
Read more stories on Hashnode
Articles with this tag
Discover the prowess of Rust as we dive into challenges. Uncover the magic of Rust's regex engine for time conversion and master matrix calculations ·...
GigaChad's Python Arsenal · Ever got annoyed when you want a list of items from another sequence but had to write a for/while loop? Did you know you...
Functional python to rescue 💁♂️ · In this series, I will explore some of built-in functions, namely map, zip, filter, and reduce. These functions...
python lambda? WTF? Curious? · Ever had to write this… def func(n): # only allow `l` no of characters in the `n` string return n[:l+1] parsed_n_s =...