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.

Tkinter Checkbox: An Easy Reference

Tkinter Checkbox

A tkinter checkbox can be created using the tkinter checkbutton widget. It allow users to select multiple options or choices from a number of different options. They are different from a radio button because in a radio button users can…

Complete Basics of the Django Admin Site

Django Admin Site

Django comes with a very powerful admin interface. This takes up the information regarding models from models.py and reverts back a quick-simple model-centric interface. In the admin interface, the users can interact with the Model table and perform tasks like…