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 を使用して HTTP Web サイトにアクセスし、フォームに入力し、フォームを送信して、結果を取得したいと考えています。
タスクに適したモジュールは?
単純なRequestsと、より洗練されたhttplib2を使用しました。どちらもこのタスクに 100% 適しています。