Category Python Modules

Modules is one of the best feature of Python. Except some core modules, you can install what you need and keep your Python setup smooth.

Django CRUD Application

Django CRUD Application (2)

In this article, we will know what Django CRUD application consists of and then later create our very own CRUD application. What is a Django CRUD application? A CRUD application is a website that deals with the CRUD-Create, Retrieve, Update,…

Django URL Template

Django URL Template

In this article, we will know about a critical Django Template Language tag – the Django URL template Tag and know how to use them. What is URL Template Tag? The URL template tag is a typical type of Tag…

Menu and MenuButton using Tkinter

Menu Bar Using Tkinter

In this article, we will be talking about creating menu bar and menu button using Python and Tkinter. I will walk you through this article with an example. What is a Menubar? As we all must have used earlier in…