python爬虫用到的两个主要的库是:bs4和request,request用于发起请求,而bs4用于网页元素解析。
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)