Effective Python C2. Dictionary 원소가 없을 때 처리 방법 2022.08.09 effective_python dictionary effective-python
Effective Python C2. 스트라이드와 슬라이드를 한 식에 함께 사용하지 말라 2022.07.07 effective_python effective-python python
Effective Python C2. List와 Dictionary - 시퀀스 슬라이싱 2022.07.06 effective_python dictionary effective-python list python
Effective Python C1. Pythonic(9) - for, while 루프 뒤 else 블록 금지 2022.06.16 effective_python effective-python else pythonic python
Effective Python C1. Pythonic(10) - 왈러스 연산자의 사용으로 대입문을 간소화 2022.06.16 effective_python effective-python pythonic python walrus operator
Effective Python C1. Pythonic(8) - zip의 사용 2022.06.11 effective_python effective-python pythonic python zip
Effective Python C1. Pythonic(7) - range보다는 enumerate를 사용하라 2022.06.11 effective_python effective-python enumerate pythonic python
Effective Python C1. Pythonic(6) - 대입을 사용한 언패킹 2022.06.11 effective_python effective-python pythonic python 언패킹
Effective Python C1. Pythonic(5) - 복잡한 식을 쓰는 대신 도우미 함수를 작성하라 2022.06.10 effective_python effective-python pythonic python 도우미 함수
Effective Python C1. Pythonic(4) - 형식 문자열은 f-string을 사용하라 2022.06.09 effective_python effective-python f-string pythonic python
Effective Python C1. Pythonic(3) - bytes와 str 차이를 알아두라 2022.06.07 effective_python effective-python PEP8 pythonic python
Effective Python C1. Pythonic(2) - PEP 8 스타일 가이드를 따르라 2022.06.05 effective_python effective-python PEP8 pythonic python
Effective Python C1. Pythonic(1) - python 버전을 확인하자 2022.06.04 effective_python effective-python python