Isha Bansal

Isha Bansal

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

Python: Moviepy Module

Hello fellow coder! Today in this tutorial we will be learning a very interesting way of editing and loading videos with the Moviepy module. Introduction to Moviepy Module MoviePy module is used for loading, downloading and editing videos from your…

Featured Img Top ML Libraries (1)

Python: Top Machine Learning libraries

Hello learner! Are you a Machine Learning Enthusiast? Does Machine Learning make you excited?! If your answer is YES, then you should definitely be aware of the libraries I have listed below. Library 1: Python Keras Purpose of the module…

Featured Img Module Vs Library (1)

Python Modules vs Python Packages

In this tutorial on Python Modules vs Python Packages, we will be discussing what they are, and understand the differences between the two. Let’s Begin! What is a Python Module? A module in Python is defined as a file containing…

Featured Img Shallow Vs Deep Copy

Shallow Copy vs Deep Copy in Python

In this article, we’ll take a look at the difference between Shallow Copy vs Deep Copy. Every now and then we are required to create copies/clones of various variables in our program. This can be done by either using Shallow…

Youtube Video Downloader

YouTube Video Downloader Using Python Tkinter

Hello there! Today we are going to build our own YouTube Video Downloader. Interesting right?! So let’s begin! Introduction to the Project The YouTube Video downloader aims at downloading any type of video from YouTube in a fast, simple, and…