全てのエンジニアがPythonを勉強するべき2013年到来
2013年は、巳年です。ヘビといえばPython(ニシキヘビ)ですね。
Python の哲学
これも有名なものですが、 python インタプリタ上で import this を実行すると 表示されます。
$ python Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those! >>>
import this は、this.py というライブラリが ソースコードで提供されています。
import this - Project Purity で 暗号化された this のメッセージを解読しようという試みがされており面白いです。遊びゴコロが伺えますね。
Python のソースコード入手
Python の実行系で使われている C言語版は、cpython と呼ばれており、Mercurialでソースコード管理されています。
$ hg clone http://hg.python.org/cpython
オススメの書籍
初めてPython に触るためには、下記 3冊がオススメです。
- 作者: 辻真吾
- 出版社/メーカー: 技術評論社
- 発売日: 2010/04/24
- メディア: 大型本
- 購入: 19人 クリック: 194回
- この商品を含むブログ (27件) を見る
- 作者: 柴田淳
- 出版社/メーカー: ソフトバンククリエイティブ
- 発売日: 2012/08/29
- メディア: 単行本
- 購入: 1人 クリック: 13回
- この商品を含むブログ (10件) を見る
- 作者: Mark Lutz,夏目大
- 出版社/メーカー: オライリージャパン
- 発売日: 2009/02/26
- メディア: 大型本
- 購入: 11人 クリック: 403回
- この商品を含むブログ (118件) を見る
興味が出てきたら下記本に手を出すと良いでしょう。
- 作者: Tarek Ziade,稲田直哉,渋川よしき,清水川貴之,森本哲也
- 出版社/メーカー: アスキー・メディアワークス
- 発売日: 2010/05/28
- メディア: 大型本
- 購入: 33人 クリック: 780回
- この商品を含むブログ (88件) を見る
- 作者: ビープラウド
- 出版社/メーカー: 秀和システム
- 発売日: 2012/03/26
- メディア: 単行本
- 購入: 6人 クリック: 760回
- この商品を含むブログ (25件) を見る