Posts by Tuhin Mitra
Author Biographical Info: Not available
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
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
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
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
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
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
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
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