Coders Packet

Packets submitted by Aditya Vilas Dorge

Learning log using Django

We are going to create learning log Django which will keep track of all the things we learned daily .

Decorators in Python

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 .

Functional Programming using itertools and functools modules in Python

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 .