end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

python srcのオレオレ 雛形(テンプレート template )

たまにしか使わず、忘れるので、これからも追記してくであろうメモ

1枚script

#!/usr/local/bin/python
# -*- coding: utf-8 -*-
import getopt
import sys


def main():
    img_file_path = sys.argv[1] # 引数受取り

    # 文字列出力
    print 'バイト文字列で出力'
    print u'UNICODE文字列で出力'

    list = [1,10,100]
    for char in chars_list:
        print "CHAR: %02d" % char  # 変数の文字列展開

def load_csv_file(tsv_file_path):
    csv_rows = csv_read(tsv_file_path, 'shift_jisx0213')
    for row in csv_rows:
        print row[2]
        time.sleep(3)
    return


if __name__ == '__main__':
    main()