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.

Python: Top Machine Learning libraries

Featured Img Top ML Libraries (1)

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…

Shallow Copy vs Deep Copy in Python

Featured Img Shallow Vs Deep Copy

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 Using Python Tkinter

Youtube Video Downloader

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…