1. atexit : exit할때 호출되는 function 등록
2. argparse : command line argument 파싱
3. bisect : sorting list 알고리즘
4. calendar : 데이터 관련된 함수
5. codecs : 데이터 encoding and decoding
6. collections : 유용한 데이터 구조 제공
7. copy : 데이터 copy
8. csv : csv 파일 reading and writing
9. datetime : dates and times 처리 클래스 제공
10. fnmatch : unix-style 파일 패턴 매칭
11. concurrent : asynchronous compution 제공
12. glob : unix-style path 패턴 매칭
13. io : i/o streams 처리 기능 제공
14. json : json format reading and writing
15. logging : built-in logging 기능
16. multiprocessing : multiple subprocesses run
17. operator : basic python operators 구현 기능 제공
18. os
19. random : 랜덤수 발생 기능
20. re : regular 표현식 기능 제공
21. sched : event scheduler 기능 제공
22. select : event loops안에 select() or poll()
21. shutil: high-level file 기능 제공
22. signal : POSIX signals
23. tempfile : 임시 파일 및 디렉토리 생성 기능
24. threading : high level threading기능 제공
25. utllib : URLs 파싱 및 처리 기능 제공 (python2 : urlparse or urllib2)
26. uuid : Universally Unique Identifiers 기능 제공
'Language > python' 카테고리의 다른 글
python performance and optimization (0) | 2019.03.29 |
---|---|
timestamp and timezone (0) | 2019.03.29 |
library 패스 지정 (0) | 2019.03.29 |
pep8 check (0) | 2019.03.29 |
python supervisord 구성 (0) | 2018.01.04 |