Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はPythonが初めてで、perlのLWPおよびHTTP::Parseと同等のものがあるかどうかを知る必要があります。URL からコンテンツを取得して解析するための perl スクリプトがあり、python に移植したいと考えています。
取得部分については、Python モジュール httplib および urllib を参照してください。Python には、解析用の xml モジュールがいくつかあります。標準の Python モジュールの一部ではない BeautifulSoup を見ることもできます。