We are going to create learning log Django which will keep track of all the things we learned daily .
Imagine working on a large project consisting of tens of thousands of lines of code which may includes multiple functions and classes. Continuous modification in the code could be problematic .
In this article we will take a look on two important modules of python’s standard library and various functions that helps dealing with iterables and higher-order function .