Skip to content

pminhyung/advanced-python-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

중급편 열혈 파이썬(저자 윤성우님) 학습내용 기록

Intermediate Python Study

1. 강의와 교재를 통해 학습하며 직접 작성한 코드를 기록하였습니다.

2. 순서 (34강)

  • Story 01 레퍼런스 카운트(Reference Count, rc)와 가비지 컬렉션(Garbage Collection)
  • Story 02 수정 가능한 객체(mutable)와 수정 불가능한 객체(immutable)
  • Story 03 깊은 복사와 얕은 복사
  • Story 04 리스트 컴프리헨션(List Comprehension)
  • Story 05 Iterable 객체와 Iterator 객체
  • Story 06 객체처럼 다뤄지는 함수 그리고 람다
  • Story 07 Map & Filter
  • Story 08 두 함수를 대신하는 List Comprehension
  • Story 09 Generator Function
  • Story 10 Generator Expression
  • Story 11 Tuple Packing, Unpacking
  • Story 12 Named Tuple
  • Story 13 Dict의 생성과 Zip
  • Story 14 dict의 looping technique과 comprehension
  • Story 16 dict & defaultdict
  • Story 17 dict & ordereddict
  • Story 18 자료형 분류와 set & frozenset
  • Story 19 정렬 기술
  • Story 20 enumerate와 문자열 비교
  • Story 21 표현식 기반 문자열 조합
  • Story 22 메소드 기반 문자열 조합
  • Story 23 클래스와 객체의 본질
  • Story 24 상속
  • Story 25 isinstance 함수와 object 클래스
  • Story 26 special method (magic method)
  • Story 27 연산자 오버로딩
  • Story 28 정보은닉과 _ _ dict _ _
  • Story 29 _ _ slots _ _의 효과
  • Story 30 property
  • Story 31 nested, closure
  • Story 32 Decorator
  • Story 33 클래스 메소드와 static 메소드
  • Story 34 _ _ name _ _ & _ _ main _ _ (완)

3. 자료

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors