はじめてのPython
Aug 27, 2008AD:
今日生まれて初めてPythonを触りました。
classの勉強のためにPythonからRubyを触るといいと、友人から言われたので触り始めました。
Rubyはその友人が触っていて悔しいし、オーストラリアでは結構Pythonも主流という理由で選びました。
Python 1日目
環境
CentOS 5.1
Python 2.4
メモ
名前の由来は、英国BBS放送の「モンティパイソン」からです。
コメントは#
1 2 |
#my first python. print "Hello Python" |
文の区切り文字は、セミコロン(;)
1 |
print "Hello Python"; print "How are you?" |
ブロックの範囲をインテンドで決めてるようです。
phpとか
1 2 3 4 5 6 7 8 9 10 11 12 |
if(a Pythonは <pre>def foo(a): if a 日本語表示 エンコードをしていないとエラーがでる # coding: エンコーディング名 <pre> # coding: Shift_JIS # coding: EUC-JP |
実行方法
1 2 |
python /home/www/test.py Hello Python |
AD:
One Comment, Comment or Ping
Zelda
Thanks for writing this.
Oct 29th, 2008
Reply to “はじめてのPython”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.