2012년 1월 3일 화요일

python eclipse install

eclipse
help software install

http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml

현재 폴더 명 가져 오기


# -*- coding:ms949 -*-


import os


curDir = os.getcwd()

print format(curDir)

print ('hello world.')

print ('korean wording 안녕하십니까..')


===================output=======================
 
D:\Documents and Settings\jlpark\workspace\test\test


hello world.

korean wording 안녕하십니까..

python 한글 출력 위한 coding

python 한글 출력 위한 coding


 # -*- coding:ms949 -*-
 print ('안녕하십니까.')