Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
Python 2/3 互換なコードの書き方(ja)
Speakers
Shuhei Takahashi (nya)
Audience level:
Intermediate
Category:
Core Python (Language, Stdlib)
Description
Python 2 は 2020 年にメンテナンス終了が予定されていますが、現時点では依然として多くの場所で Python 2 が使われ続けています。そのため、主にライブラリ開発者は、Python 2/3 の両方で動くコードを書く必要性に直面することがあります。
本トークでは、Python 2/3 互換なコードを書くべきケースはどのような場合なのか、そしてそのようなコードを書かざるを得なくなった場合、どのような選択肢があるのかをお話しします。
Objectives
Python 2/3 互換なコードを書くべきケースはどのような場合なのか、そしてそのようなコードを書かざるを得なくなった場合、どのような選択肢があるのかを学びます。
Abstract
TBD