Charles Lee

2024-11-17 Miscellaneous Interests: Let's Make a Plan

Created: 2024-11-17

Updated: 2024-11-20

Created: 2024-11-17 21:49

Updated: 2024-11-20 22:18

One month of elice.io learning (Python Data Analysis Basics / Data Analysis using Automobile Recall Data) ~ 12/13

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, '')


Economic News

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?


ToDo (Due: 11/20 Wed)

- 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