Subject
- #Planning
- #Economic News
- #Data Analysis
- #Python
- #Investment
Created: 2024-11-17
Updated: 2024-11-20
Created: 2024-11-17 21:49
Updated: 2024-11-20 22:18
Learning new things while studying Python data analysis basics
# Importing methods from the string module that help process special characters.
from string import punctuation
symbols = punctuation.replace('@', '').replace('#', '')
# Removing all special characters except @ and # from the text.
for symbol in symbols:
text = text.replace(symbol, '')
2024/11/16 Samsung Electronics' stock price rose 7% after the company announced a 10 trillion won buyback --> Why are we investing without knowing this, while foreigners seem to have known in advance?
- Analyze the TAF code from the beginning to understand the overall picture.
- Organize memos on github.
- Organize youtube links to watch daily/weekly (30-minute daily news, Jokocoding AI news, etc.): Record in google calendar
- Organize key economic perspectives: google sheet: 2024/11/16 Samsung Electronics' stock price rose 7% after the company announced a 10 trillion won buyback
- Organize News
- Create a plan
- Two books to read
- Kubernetes (Milli's Library)
- Algorithm Problem Solving Strategies Learned from Programming Competitions
- Machine Learning Camp
Comments0