Python 35
- (Python) 파이썬 버전, 패키지 관리
- (python) 사용하면 좋은 패턴들
- (python) 헷갈리는 모듈 스코프 변수, 전역 변수처럼 쓸 수 있을까? - 아니. class level 변수를 쓰자.
- (python) pdb - 디버깅
- (python) 성능 측정, 프로파일링(profiling)
- (python) socket
- (python) Flask
- (python) docstring, 문서화
- (python) @property, getter setter, private 필드
- (python) time, date, datetime
- (python) File IO open 함수 및 내장함수
- (python) pyplot.matplotlib
- (python) asyncio
- (python) ( coroutine / Task )와 비동기 모듈
- (python) threading, multiprocessing, GIL, concurrent.futures.ThreadPoolExecutor
- (python) plotly
- (python) graph visualization
- (python) subprocess, Popen
- (python) with / try-except
- (python) directory parse / glob / pathlib
- (python) 람다(lambda), 함수형 fileter / map / reduce
- (python) Comprehension, Generator / iterator VS iterable / itertools
- (python) binary data와 16진수 / struct.pack
- (python) 출력 관련 - 문자열, str <> bytes, bytearray
- (python) Jupyter notebook
- (python) numpy, pandas, sklearn
- (python) url parsing / BeautifulSoup4, bs4
- (python) argparse, python-fire
- (python) 파일 배포, python with C
- (Regex) Python
- (python) import 관련 - 모듈, 패키지, \_\_init\_\_.py, \_\_all\_\_
- (python) 함수, 클래스, 객체, \*args, \*\*kwargs
- (python) List, Tuple, Dictionary, Set, Enumerate, sort 정렬
- (python) 정수 실수 자료형
- (python) 팁, 메모