Python CodeRecipe
#
Python Pandas
#
スクレイピング基礎
ページからタイトルを取得する。
find_allで全ての要素を取得する。
find_all(class_="クラス名")で全てのクラス要素を取得する。