placeholder image 1 Image courtesy of Unsplash

Economy

Decoding the Economy: An Insightful Exploration of Facts and Personal Perspectives

Read More

placeholder image 2 Image courtesy of Unsplash

Programming

Deciphering Code: My Observations and Insights on Programming

Read More

Image courtesy of Unsplash

Others

Musings and More: A Collection of My Thoughts and Experiences

Read More

Recent posts

U.S. Recession in 2024?

1 minute read

Recessions, characterized by significant declines in economic activity across a country or region, are an inevitable part of the economic cycle. They often m...

DCF Valuation (AAPL)

16 minute read

Stock Valuation using Free Cash Flow to the Firm with Python

Reddit Sentiment Analysis

12 minute read

# https://www.learndatasci.com/tutorials/sentiment-analysis-reddit-headlines-pythons-nltk/ from IPython import display import math from pprint import pprint ...

Big Shorts in South Korea

4 minute read

1. Introduction On Monday, April 24, 2023, financial authorities and prosecutors launched a full-scale investigation into suspected stock price manipulation ...

Auto-GPT

1 minute read

1. What is Auto-GPT?

Creating Own Function(VBA)

5 minute read

Whenever employees use PTO or WFH, I wanted to track how often they used PTO and WFH.

Using GPT 3 to get news feeds(Python)

1 minute read

Setup the foundaries Import libraries to use. from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver...

Matplotlib Note(Python)

less than 1 minute read

```python import numpy as np import matplotlib.pyplot as plt

Email Automation(VBA)

1 minute read

Did you get tired of sending a same email to a bunch of people?