Python

Creating Song Mashup Using Python Script

Often we need a small portion of a song or combine small portions of various songs into a single file. And not just songs but any audio in general. So here's a way to simply do it using python...

Read
Data Science

YouTube video's language analysis

Analyzing a YouTube video for useful insights using natural language processing...

Read
Data Science

Google Colaboratory (Colab) notes

Google Colaboratory is awesome tool for running python code or say jupyter notebooks online in the cloud...

Read