Economy
Decoding the Economy: An Insightful Exploration of Facts and Personal Perspectives
Recent posts
DCF Valuation & Analysis (TNK)
Stock Valuation using Free Cash Flow to the Firm with Python
U.S. Recession in 2024?
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)
Stock Valuation using Free Cash Flow to the Firm with Python
News Sentiment Analysis
News Sentiment Analysis
Reddit Sentiment Analysis
# https://www.learndatasci.com/tutorials/sentiment-analysis-reddit-headlines-pythons-nltk/ from IPython import display import math from pprint import pprint ...
Quantitative Analysis (APD pt.2)
```python stock = finvizfinance(‘apd’)
Quantitative Analysis(APD pt.1)
<!– <head>
Big Shorts in South Korea
1. Introduction On Monday, April 24, 2023, financial authorities and prosecutors launched a full-scale investigation into suspected stock price manipulation ...
Auto-GPT
1. What is Auto-GPT?
Creating Own Function(VBA)
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)
Setup the foundaries Import libraries to use. from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver...
It is the first time to post
[Info] Jekyll Guideline.
Data Science/Machine Learning Training(Python)
import numpy as np import sklearn import pandas as pd import matplotlib.pyplot as plt import graphviz import mglearn
Pandas Note(Python)
import numpy as np import pandas as pd
Matplotlib Note(Python)
```python import numpy as np import matplotlib.pyplot as plt
Email Automation(VBA)
Did you get tired of sending a same email to a bunch of people?
SQL Function (1)
SQL Function Note