Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

Django Admin Interface

Here you will learn about working with django admin interface.  Prerequiests: It is necessary to learn about models first before working with Django admin panel. You can learn about models here. What is admin.py File in Django? We’ve created an app and a model in previous articles. But we haven’t stored anything yet to our database. …

Django Admin Interface Read More »

Django Models

In this tutorial, we’re going to learn about models in django. Models are connected to our database. We can also say that a model contains the fields and behaviors of the data that we want to store into database. Normally each model is connected to a single table of our database. To understand models and …

Django Models Read More »

Working with Apps in Django

In this tutorial, we’ll learn about: What is app in django project and why to use it? How to create app in django project? So let’s start with very first question. What is app in django project and why to use it? We’ve seen that how to create a project in django. Actually each django …

Working with Apps in Django Read More »

Data Visualization in R

R programming was developed in 1993 for making graphs and producing statistical results. There are many libraries in R language that can be used for making graphs and producing statistical data. There are many steps that have to be taken into consideration for doing data analysis through this language. These steps are: Programming Transforming Discovering …

Data Visualization in R Read More »