Showing posts from January, 2022

Difference between Pandas and NumPy

Pandas Its is an open-source, BSD-licensed library written in Python Language. Pandas provide high performance, fast, easy to u…

My first Django Web Application

I created a simple blogging application keeping in mind to answer some questions, people are generally curious about, at a singl…

What is Django?

Django is a high-level Python web framework that enables rapid development of  secure and maintainable websites . Built by expe…

Installing Django without any Errors

Before you can start learning Django, you need to install some software on your system:     1. Install Python      2. Install a…

That is All