practice filter ,map ,reduce ,default dict ,zip ,counter. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

practice filter ,map ,reduce ,default dict ,zip ,counter.

How do i learn this functional language concept ?

5th Jan 2020, 9:08 AM
Yogesh Motiyani
Yogesh Motiyani - avatar
4 Answers
+ 4
The python standard documentation can give a nice intro to these functions too, and you can find plenty of blogs and tutorials where they are explained in more depth, eg. https://realpython.com/courses/functional-programming-python/ Practice after you learn each new concept, so that it becomes an instinct to use them when appropriate!
5th Jan 2020, 12:33 PM
Tibor Santa
Tibor Santa - avatar
+ 6
My strongest suggestion would be to implement these concepts into your codes. Experimentation will show you what works and what does not work. Do & learn, proof of concept, will confirm your knowledge
5th Jan 2020, 9:22 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 4
There are a lot of youtube tutorials that explain it well. Spending a couple of hours going through it will help you understand them better. Later you can practice few problems on that to get a better grip on those concepts.
5th Jan 2020, 9:21 AM
Avinesh
Avinesh - avatar
+ 3
Tibor Santa Best answer
5th Jan 2020, 12:34 PM
Rik Wittkopp
Rik Wittkopp - avatar