ElementTree

CODEDRAGON Development/Python

반응형


 

ElementTree

·       가장 많이 사용하고 있는 XML 라이브러리입니다.

·       Tkinter 유명한 프레드릭 런드(Fredrik Lundh) 만든 XML Generator&Paser 입니다.

·       ElementTree 외부 라이브러리로 존재하다가 파이썬 2.5부터 통합되어 기본적으로 제공합니다.

 

 

 

# 파이썬의 내장 XML 파싱 도구 임포트

import xml.etree.ElementTree as ET

 

 

 


반응형

'Development > Python' 카테고리의 다른 글

유사 난수(pseudo random)  (0) 2019.05.27
Python DB API  (0) 2019.05.18
Beautiful Soup Documentation  (0) 2019.05.06
dict()  (0) 2019.04.30
36 Amazing Python Open Source Projects (v.2019)  (0) 2019.04.25