Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 862 Bytes

스터디_내용.md

File metadata and controls

21 lines (20 loc) · 862 Bytes

7주차 스터디 내용

  • generator
    • iterator 를 만들어 주는것
    • 더이상 값이 없으면 StopIteration exception 을 발생
    • yield 를 이용해서 제너레이터 객체를 만든다
  • functools
  • file and directory access
    • os.path
      • 시스템에 저장되어 있는 파일의 경로 정보를 처리할때 사용
      • os.path 는 리턴이 string
      • pathlib 는 리턴이 Path 객체
    • glob
      • 패턴과 일치하는 파일 경로 찾기에 주로 쓰인다
  • 파일시스템
    • FAT, FAT32, EXT, ...
    • vmstat 에서 r(cpu 대기 잡수), b(cpu 동작에 블락된 잡수), si/so (
    • df, du, netstat, top, vmstat