In this video we are going to be looking at a way to simplify your functions in Python, this will result in more reusable and clean code which is usually the goal a lot of us have when creating bigger projects.
We are going to be using partials from functools, which can be seen as similar to currying, but much more customisable.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
/ indentlyreels
00:00 Intro
00:31 What is currying?
02:36 What are partials?
06:07 What’s the difference?
07:39 Summing it up