Published inThoughtful Shower·Dec 26, 2022Member-onlyHow to Install Python Pyenv on macOSEasy install and switch python version on macOS — One of the hardest processes to learning python for beginners is installing python. Sometimes it was a version problem, the machine doesn’t recognize commands, etc. I was included with people who deal with that problems. My solution at that time is just to install the Anaconda package. But since the…Python3 min readPython3 min read
Published inThoughtful Shower·Nov 19, 2022Member-onlyHow to Install Python using Pyenv on Ubuntu 20.04Easy way to install and switch python version — When it comes to python, did you ever find a problem installing or changing the python version? If yes, then we’re the same. I always got a problem when it comes to changing the python version and my only solution at that time is just uninstalling python and re-installing the…Python3 min readPython3 min read
Published inTowards Data Science·Oct 28, 2022Member-onlyHow to Find the Best Wordle First Combination Words with PythonSearch for the optimum first and second words combination — When playing Wordle, finding the right letters is usually determined by the first words. The more effective the first word, the more clues we can get to get the letter right. Usually, everyone has their own preference. For those of you who don’t know, wordle is a daily word game…Python10 min readPython10 min read
Published inThoughtful Shower·Oct 27, 2022Member-onlyFinding the Best Wordle First Words with Python (Part 4)After we get the first and second-word combinations in the previous post, now we will look for the most optimal word combination to be the first and second word in the Wordle game. Finding the Best Wordle First Words with Python (Part 3) In the previous article, we already got the results for the first and second words. However, as I also mentioned in the…medium.com We have got the result by using the following code.Programming5 min readProgramming5 min read
Published inThoughtful Shower·Oct 26, 2022Member-onlyFinding the Best Wordle First Words with Python (Part 3)In the previous article, we already got the results for the first and second words. …Python3 min readPython3 min read
Published inThoughtful Shower·Oct 15, 2022Member-onlyFinding the Best Wordle First Words with Python (Part 2)When playing Wordle, finding the right letters is usually determined by the first words. Usually, everyone has their own preference. Here we will play with python a little to find what initial words we can use to get optimal results. Finding the Best Wordle First Words with Python (Part 1) When we talk about Wordle, it’s obvious that the gem we consider when choosing the first word, why? because that word…medium.comPython3 min readPython3 min read
Published inThoughtful Shower·Aug 7, 2022Member-onlyFinding the Best Wordle First Words with Python (Part 1)When we talk about Wordle, it’s obvious that the gem we consider when choosing the first word, why? because that word will determine which direction the game will go. The more effective the first word, the more clues we can get to get the letter right. In this post, I…Python3 min readPython3 min read
Published inThoughtful Shower·Jun 26, 2022Member-onlyWhy Python is a Good Language for BeginnersWhen we want to learn something new, we are usually confused about where the place to start. The same goes for when we want to learn to program. The best practice is to know your purpose in learning programming. If you don’t have any specific goal of what you will…Python3 min readPython3 min read
Published inThoughtful Shower·Mar 15, 2022Member-onlyWork According to Passion Vs Just Get a Job?Which should be prioritized first? — When we are going to or have graduated from college, the thing to think about is the next step we will take, whether it is continuing college, opening a business, or looking for a job. …Passion3 min readPassion3 min read
Published inThoughtful Shower·Mar 15, 2022Member-onlyWhy I Write a BlogNot just a hobby — Around the beginning of 2020, I decided to focus on creating a personal blog. Actually, I’ve wanted to create a blog for a long time, but often it’s just a wish without any action from me personally, where often after I create a free blog on Blogspot or WordPress, I’ve…Writing2 min readWriting2 min read