🔥

1/28

2025/01/28に公開

相変わらずSection9の課題制作で躓き中。
今までの動画を復習して少しずつ理解を深めている。

os.path.exists(csv_file)

csv_fileが存在するかをTrue/Falseで返してくれる

pathlib.Path(csv_file).touch()

現在のディレクトリにcsv_fileを空で作成する

collections.defaultdict(int)

辞書型にデフォルトのintである0を初期値として設定してくれる

勉強中のUdemy講座↓
https://www.udemy.com/course/python-beginner/learn/lecture/8538738#overview

Discussion