Writing class based Views in Django REST Framework

This post is in continuation with our previous post “Developing REST API using functions in DRF application … Read more

Solved: __init__() takes 1 positional argument but 2 were given

As we have seen previously, Django Rest Framework supports writing of views in two ways, 1. Function … Read more

Using status codes in Django Response to make it better readable

This post is in continuation with our another post “Developing REST API using functions in DRF application … Read more

Solved: Forbidden (CSRF cookie not set.)

When you have developed Django Views using function, and now tried to do http POST then you … Read more

Writing first python helloworld program

If you have following installation / development environment setup steps from python page, to install python ( … Read more

How to Install Python on Linux / Ubuntu ?

If you have just now started looking into python, the first thing you need to do is … Read more

How to Start and Stop android service from adb shell

If you have followed our another article “Understanding Android Services with Example” you might be allready able … Read more