Python Tutorial Coming Soon  Download Python  For Window   Download   For Mac Os X  Download   How to check Python are install & check version also Step - Type  Window+R   button on your Computer or PC.  Step- Type  cmd/CMD  and press enter. A black screen window opened called Command Prompt.  Step- Type PYTHON/Python/python .  How To Intall Django FrameWork in Django Note :- For installing django we need to install python latest version and all packages also. Links are given above. Your computer and PC are should connected to internet.  Step- Open command prompt type pip install virtualenv  Step- pip install django     How to create a Project in Python Note:- create project on desktop to easily find. Below Bookcollection is an project name, You can choose any name which you want. Step- Open command prompt type cd desktop  and press enter.  Step-  Type django-admin startproject Bookcollection and press enter.  Verify that Bookcollection  named project created on desktop. I...