Can I run a Django (Python framework) base site with XAMPP on Windows? Please guide me.
Yes, you can, but first you have to install Python and mod_python. See this FAQ.
However for development purposes, it is far easier to use the built in Django development server. This will be much easier to use and setup to get you started.