Isha Bansal

Isha Bansal

Hey there stranger! Do check out my blogs if you are a keen learner! Hope you like them!
Featured Img Salary Calculator

Python Tkinter: Simple Savings Calculator

Hello learner! Today let’s use the Python Tkinter module to build a plain, GUI savings calculator. The application takes on the salary of a person along with some expenditures such as travel, food and miscellaneous.The application will then determine the…

playsound module

How to play music in Python?

Hello fellow learner! Today we are going to learn how to play music in Python using a few simple lines of code. Method 1: The playsound module The playsound library is a cross platform module that can play audio files.…

Featured Img Random Movie Suggester

Python Tkinter: Random Movie Suggestions

Hey guys! Today in this tutorial we are going to build a simple GUI random movie suggestions app using Python tkinter. 1. Data Preparation To obtain a large dataset containing a lot of movie names we make use of kaggle.…

Featured Img Wikipedia Module

Python: Wikipedia Module

Hello fellow learner! Today in this tutorial, we are going to learn about a new module named Wikipedia which can be used to get information about anything required. So let’s get started. Introduction to the Wikipedia Module in Python Python’s…

Featured Img Emoji Module

Python Emoji Module: A Complete Guide

Hey, there fellow learner! Today we will be learning something fun! We will be taking a look at the emoji module in python. So let’s begin! Emojis in Modern Communication In today’s world, people communicate their emotions through emojis rather…

Featured Img Faker Module

Python: Faker Module

Hey there! Today we are going to learn about the Faker module which is going to be very interesting to learn. So let’s begin! Introduction to the faker module Faker module is used to generate random data including random attributes…