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
便利だけどあまり知られていない気がするcollections(ja)
Speakers
osamunmun
Audience level:
Novice
Category:
Core Python (Language, Stdlib)
Description
Pythonの便利なライブラリ「collections」の活用方法を紹介します。dict、list、setの機能だとちょっと手が届かない機能を活用して、自分で実装したコードのリファクタリング、高速化を図れるかもしれません。
Objectives
Pythonの標準ライブラリcollectionsの活用方法を知ることで、Pythonでできることが広がったり、より効率的に目的を実現できたりするようになります。
Abstract
**説明**
Python標準ライブラリのcollectionsを活用していますか?collectionsを使うとdict、list、setといった標準の組み込みコンテナよりできることが少し広がります。collectionsの説明、活用方法を紹介します。
**概要**
- collectionsとは
- 主な機能紹介
- Python2からPython3の変更点
- collectionsを使った場合と自前実装の性能比較(仮)
- 他言語(Ruby)の機能との比較(仮)