2015年3月11日水曜日

開発環境

  • OS X Yosemite - Apple (OS)
  • Emacs (CUI)、BBEdit - Bare Bones Software, Inc. (GUI) (Text Editor)
  • Python 3.4 (プログラミング言語)

Introducing Python: Modern Computing in Simple Packages(Bill Lubanovic (著)、 O'Reilly Media)のChapter 8(The Web, Untangled)、Things to Do 9.1.を解いてみる。

Things to Do 9.1.

入出力結果(Terminal, IPython)

$ ipython
Python 3.4.3 (default, Feb 27 2015, 00:22:26) 
Type "copyright", "credits" or "license" for more information.

IPython 3.0.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import flask

In [2]: import werkzeug

In [3]: import jinja2

In [4]: quit()
$

0 コメント:

コメントを投稿