Python

Ads
Tech

[GCP Cloud Functions Tutorial] First Python(関数の作成、デプロイ、テスト、関数の削除)

GCP のサーバーレスコンピューティングサービスである、 Cloud Functions について、ローカル環境で開発した Python プログラムを動作させるための "チュートリアル" 、 最初の関数: Python について解説していきます。
English

[Python][Selenium]How to launch WebDriver with Headless Chrome

If you are going to use Selenium against a dynamic web site such as using Javascript, you should use Headless Chrome. However, it seems that there are no helpful instruction so far. So I'm going to explain how to launch WebDriver with Headless Chrome.
Ads