Talk Submission
If you are interested in attending this talk at PyCon JP 2016, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
bottleでサーバー障害情報APIを整備してみた(ja)
Speakers
nasa9084
Audience level:
Novice
Category:
Other
Description
bottleは1ファイルだけで構成されている、非常に小さなwebフレームワークです。bottleを使うと非常に簡単にAPIを作成することができます。
bottleを用いてサーバーの障害情報を簡単に公開できるAPIを整備しました時のことをお話します。
Objectives
Pythonの軽量フレームワークであるbottleの使用方法、注意点を学べる。
Abstract
bottleは1ファイルで構成される、非常に軽量なwebフレームワークです。bottleを使うと、web APIを簡単に作ることができます。導入も非常に簡単です。
bottleを用いたルーティングの書き方をはじめ、RESTfulなweb APIを作成する方法についてお話します。