This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a skill using this hello world template, called ‘hello world’. This post assumes you have ...
フレームワークを用いず、Pythonで標準搭載されているWebサーバーの構築機能を用いて、HelloWorldアプリを作成します。 ファイル名はbuilt_in_server.pyとします。 from http import server server.test(HandlerClass=http.server.CGIHTTPRequestHandler) 2.HelloWorldアプリの構成 ...