BeautifulSoupでCSSセレクタでfindする方法

BeautifulSoupのselectを使用する

beautiful_soup_objct.select('div#test div span.last a')

これならCSSをこねくり回す私でも大丈夫!