How to install django on Windows ?

What is Django ? Django is a high-level Python web framework that helps you build web applications quickly and efficiently. It’s open-source, free to use, and known…

How to Create Route and Page in Django ?

In this tutorial im going to share how to create url and call the page in Django. I have mentioned in very easy way so follow this…

How to Generate Sitemap in Flask APP ?

What is Sitemap ? A sitemap is a file that lists the pages of a website to inform search engines about the organization of its content. It…

Hellow Word in Flask App ?

What is Flask ? Flask is a lightweight and flexible web framework written in Python. It is designed to make getting started with web development quick and…