Python Tools Around Machine Learning
Numpyをちゃんと理解する
Pandasをちゃんと理解する
興味深いLibrary
txt = 'テキスト' print(txt)
テキスト
txt = 'テキスト\nテキスト' print(txt)
テキスト テキスト