Getting started with Django 1.11

Django is an open source web-framework written in Python, which is based on the Model-View-Controller MVC architectural pattern. It is mainly used for...

February 28, 2018 2 min read

Indices and Slices in Python

In Python, indices and slicing is used very commonly for retrieving an individual item or range of items from list, string, tuples. In this post, I'll...

February 3, 2018 1 min read