the tale of i and python / python とのはなし

29
Pythonとのはなし Takanori Suzuki / 2016 Jan 27 Python入門者の集い / #pynyumon

Upload: takanori-suzuki

Post on 15-Apr-2017

973 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: The tale of I and python / Python とのはなし

PythonとのはなしTakanori Suzuki / 2016 Jan 27

Python入門者の集い / #pynyumon

Page 2: The tale of I and python / Python とのはなし

Who am I ?(お前だれよ)

• Takanori Suzuki / 鈴木 たかのり

• Twitter: @takanory

• PyCon JP 2014-2016 Chair

• Python ボルダリング部 部長

• BeProud所属

Page 3: The tale of I and python / Python とのはなし

たくさん日本語書いた(ステマ)

Page 4: The tale of I and python / Python とのはなし

LTテーマ

最近Pythonを触り始めた話

Page 5: The tale of I and python / Python とのはなし

自分が Pythonを触り始めた頃の話

Page 6: The tale of I and python / Python とのはなし

A long time ago in a company far, far away….

Page 7: The tale of I and python / Python とのはなし
Page 8: The tale of I and python / Python とのはなし
Page 9: The tale of I and python / Python とのはなし
Page 10: The tale of I and python / Python とのはなし
Page 11: The tale of I and python / Python とのはなし
Page 12: The tale of I and python / Python とのはなし
Page 13: The tale of I and python / Python とのはなし

事業部のサイト作成

• 事業部の情報共有サイト構築

• PHP製のCMSはカスタマイズする気になれない

Page 14: The tale of I and python / Python とのはなし

Zopeってのがあるらしい

• ZopeというWebアプリケーション・フレームワークがあるらしい

• Python製らしい→いいかも

• がんばってサイトを実装した

Page 15: The tale of I and python / Python とのはなし

Pythonいいかも

Page 16: The tale of I and python / Python とのはなし

Episode V 会社の逆襲

Page 17: The tale of I and python / Python とのはなし

Ploneとの出会い

• 部署の情報共有したい

• ZopeベースのPloneというCMS→よさそう

• 部署サイトから事業本部サイトへ

• チームを作って専任でいろいろやってた

Page 18: The tale of I and python / Python とのはなし

コミュニティとの出会い

• カスタマイズの情報を外部に公開(上長OK)

• 初めてのコミュニティ参加

Page 19: The tale of I and python / Python とのはなし

コミュニティとの出会い

• 発表の依頼が来た!!

• 書籍を共著で出した!!!

Page 20: The tale of I and python / Python とのはなし

予算がなくなって CMSチームは解散

Page 21: The tale of I and python / Python とのはなし

Episode VI 事業への帰還

Page 22: The tale of I and python / Python とのはなし

開発チームへ

• 海外パッケージの日本導入プロジェクト

• 日本語化の必要あり

• 日付の並びが MM-DD-YYYY

• コードはPHP、国際化されていない

Page 23: The tale of I and python / Python とのはなし

pythonで翻訳フィルター• apache filter + mod_python

• 正規表現で置換するダサいものだった

海外パッケージ

apache+filter

YYYY-MM-DD DD-MM-YYYY

English page日本語ページ変換辞書

Page 24: The tale of I and python / Python とのはなし

次バージョンでJavaになった

(国際化対応あり)

Page 25: The tale of I and python / Python とのはなし

まとめ

Page 26: The tale of I and python / Python とのはなし

まとめ

• 仕事のなかに無理やり入れ込もう

• アウトプットしよう

• コミュニティに参加しよう

Page 27: The tale of I and python / Python とのはなし

–Qui-Gon Jinn

出会いは偶然ではない。 すべて運命(さだめ)なのです。

Our meeting was not a coincidence. Nothing happens by accident.

Page 28: The tale of I and python / Python とのはなし

ぜひフォースを覚醒させてください

Page 29: The tale of I and python / Python とのはなし

May the forth be with you