Posts by Tuhin Mitra

Author Biographical Info: Not available

Digital stopwatch GUI Application in Python – PyQt5

By Tuhin Mitra

In this post, I’ll be discussing how you can create a digital stopwatch GUI application using PyQt5 in Python. I will be using the QtDesigner utility of PyQt5 for designing t.... Read More

Voice assistant with Python

By Tuhin Mitra

Here, I’ll be writing about, how you can create and modify your own voice assistant using Python and some of its modules. First you need to install some modules required for .... Read More

Add album art to an MP3 file in Python

By Tuhin Mitra

For this specific task of assigning album art to a ‘.mp3’ file, I’ll be using the 'mutagen' module of Python(v: 3.7.4) You can very easily install mutagen. Instal.... Read More

Sort files by size in a directory in Python

By Tuhin Mitra

In this post, I will be explaining how to sort files by size in a directory in Python. Basic Process/Algorithm for the Task: Sort files by size I’ll be using Python’s i.... Read More

Python Boolean array in NumPy

By Tuhin Mitra

In this post, I will be writing about how you can create boolean arrays in NumPy and use them in your code. Overview Boolean arrays in NumPy are simple NumPy arrays with array elem.... Read More

Pipeline in Machine Learning with scikit-learn in Python

By Tuhin Mitra

In this post, I’ll explain how pipeline technique works in Python, scikit-learn. (Machine learning) First, before starting with the uses of “pipeline”, it is bett.... Read More

How to arrange pictures using Python in windows 10 or Linux

By Tuhin Mitra

In this post, I’ll be discussing, how you can efficiently deal with large number of files and Organise them by their month and year and that too in some clicks after you lear.... Read More

How to Make Predictions with scikit-learn in Python

By Tuhin Mitra

In this post, I’ll discuss, “How to make predictions using scikit-learn” in Python. How to Install “scikit-learn” : I’ll be using Python version.... Read More

Related Posts