Computer Science/+α

[SWEA] 사용 가능 라이브러리 (Python)

hyunjin 2023. 11. 14. 16:58

서비스 운영상의 사유로, 제공되는 라이브러리가 사전 공지 없이 변경될 수 있는점 참고 부탁드립니다.

string , textwrap, datetime, calendar, collections, collections.abc, heapq, bisect,
array, weakref, types, copy, pprint, reprlib, enum, numbers, math, cmath, decimal,
fractions, random, statistics, itertools, functools, operator, queue, time, typing

 

출처: SWEA Q&A

https://swexpertacademy.com/main/help/qna/qnaBoardView.do?commuId=AYD03qNaVcsDFAXh&searchClsftn=&searchCondition=COMMU_DETAIL-COMMU_TITLE-NICK_NAME&searchKeyword=%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC&startDate=&endDate=&pageIndex=1

'Computer Science > ' 카테고리의 다른 글

도커(Docker)란?  (0) 2024.01.16
[python] 출력, 소수점 정리  (0) 2023.11.10
프레임워크 라이브러리 차이!!  (0) 2023.11.07
JPEG 압축원리 / JPEG는 lossless한 포맷인가?  (1) 2023.02.02
[Git] git 기초, github  (0) 2022.01.27