![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/TOz8x/btqJ6dgzQMP/pdEk30ZwhW6Wo5Nj8MVn31/img.png)
파일 쓰기 f = open("test.txt", "w", encoding="utf-8") f.write("파일 쓰기 테스트\n") f.write("파일 쓰기 테스트\n") f.write("파일 쓰기 테스트\n") f.close() 실행 파일 읽기 text = '' with open("test.txt", "r", encoding="utf-8") as f: lines = f.readlines() for line in lines: text += line print(text) 워드클라우드 워드클라우드 패키지 다운로드 워드클라우드 사용 전 폰트 선택을 해야함 import matplotlib.font_manager as fm # 이용 가능한 폰트 중 '고딕'만 선별 for font in fm.fontManager...
Python
2020. 10. 3. 16:37
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- SQL
- I/O Mechanisms
- 빅데이터
- 빅데이터 플랫폼
- JSON
- HDFS
- linux
- Disk Scheduling
- maven
- springboot
- Flume
- mapreduce
- Spring
- Replacement Strategies
- SPARK
- hadoop
- 하둡
- oracle
- aop
- vmware
- gradle
- I/O Services of OS
- Free space management
- jdbc
- Variable allocation
- Allocation methods
- Java
- RAID Architecture
- Disk System
- File Protection
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함