Published in Data Folks Indonesia·6 days agoCreate Mini Project Using Pandas — The Financial Information GrabberThese days, the US market is facing the highest inflation in 30 years. This inflation happened because of the market's higher demand than the supply. It makes the fed add the interest rate to decrease the inflation speed. After the fed turned the interest rate, every market seemed to be…Pandas4 min read
Published in Python in Plain English·Jun 20Create Subtitles Merger Using Python for Learning New LanguageA tutorial on how to merge two subtitles using Python. — Learning is something that not everyone wants. Although many want to achieve something great, learning is a sucking process. That’s why only the winner could get success. Humans are separated by country, and every country has a different language. But it doesn’t bother us to not interact with others. …Python5 min read
Published in Nerd For Tech·Jun 16Streaming Smartphone From Your Desktop Very Light (No Root Required)Are you a streamer? Gamer? or a person that needs a bigger display of your phone? This article will share how to mirror your device into a desktop such as a laptop. The benefit is you don’t need to create an account, see any ads, root devices, or even an…Mirror4 min read
Published in Python in Plain English·Jun 15Create Cool Philosophical Quotes GIF Using PythonA guide on creating philosophical quotes GIF using Python. — Lately, in my Twitter timeline, I found many tweets that combine multiple pictures (a GIF) to find their wishful word or luck. The tweet is something like this.GIF5 min read
Published in Nerd For Tech·May 17Simple Way To Collect Image Across Internet Automatically (Instagram, Google, Etc)Disclaimer: In some country, there maybe rules that forbid data scraping. This article is for educational/research purposes only. Any violence because of this article is beyond my responsibility. Collecting data is crucial in data science; you can’t create a model without data. Data could be collected in multiple ways, such…Data Science5 min read
Published in Data Folks Indonesia·May 10Understanding The Concept Behind AccuracyAs machine learning practitioners, we tend to use accuracy to evaluate the model that we create. But did you know what the concept behind it is? In this article, I would like to share the secret behind it. …Accuracy8 min read
Published in Data Folks Indonesia·May 4Display Prediction Probabilities of Multiclass Classification Using Bar ChartVisualize, visualize, visualize As a data scientist, you probably always hear that quote. The quote is so plain, and there is no need to think to understand it. As data scientists, the most thing we will do is visualisation. Why? …Matplotlib4 min read
Published in Nerd For Tech·Apr 6Easily Split Your Directory Into Train, Validation, and Testing FormatSplitting datasets into data train, validation, and testing is a common way to deal with overfitting or underfitting in case models deployed in productions. In this article, Mr Samarth Agrawal told great about splitting datasets that consists of a data frame in CSV files. I realized that the article couldn’t…Machine Learning3 min read
Published in Python in Plain English·Mar 14Automatically Copy the Output of a Python Program EasilyA guide on how to automatically copy the output of a Python program into a clipboard. — Sometimes we need to directly copy the output from the program that we created. Did you know Python has a library that helps us do this thing? It is called pyperclip. Pyperclip was created in 2013 and updated on 21 February 2021 with version 1.8.2. This module is a cross-platform…Python2 min read
Published in Python in Plain English·Mar 1Adding Text Into Image Using PIL Library PythonTips about adding text to images using Python. — PIL (Python Imaging Library) is a free and open-source additional library for Python for manipulating a picture. PIL is also known as Pillow. For more information, you can read the documentation here. In this story, I want to share tips about adding text to images using Python. Alright, if you…Image Processing4 min read