NLNeeraj Lamsalinneerajlamsal.hashnode.dev·Jan 25, 2022 · 13 min readRemoving the fear of Django Rest Framework(DRF)Introduction Just started with Django and trying to get into REST API but worried about DRF or having overwhelmed feeling about it eh? Today we are gonna simplify the framework. Django is a python framework for making web applications/backend. Django...03ABD
NLNeeraj Lamsalinneerajlamsal.hashnode.dev·Jan 18, 2022 · 5 min readCounter and NamedTuple in PythonIntroduction In this blog we are going to explore python's specialized container datatypes NamedTuple, Counter which come from the built-in collections module. These derived datatypes provide an alternative to python's built-int datatypes list, set,...01C