Create a Basic Calendar Application with Python Tkinter

Ever wondered how computer programs make those clickable buttons and user-friendly interfaces? Well, it’s all thanks to something called a graphical user interface or GUI. In Python, Tkinter is the go-to toolkit for creating stylish interfaces with ease. This article gives you a brief overview of Tkinter, explaining its significance in Python and why GUIs […]

Create a Basic Calendar Application with Python Tkinter Read More »

Node.js MongoDB Create Collection: An Introductory Guide

A collection with respect to MongoDB is used to store documents. It is similar to a table in a relational database.  A relational database such as MySQL database holds multiple tables to store different records similarly a MongoDB database holds multiple collections to group different documents together but unlike the relational database, it doesn’t store

Node.js MongoDB Create Collection: An Introductory Guide Read More »