Interview questions as a python developer
GIL
Why wasn’t it removed in Python 3?
more ...Python 3 did have a chance to start a lot of features from scratch and in the process, broke some of the existing C extensions which then required changes to be updated and ported to work with Python 3
전면
Keynote
전경1
전경2
Speech To text
딥러닝을 이용한 로그 기반의 게임 AI 개발 - 김선태 / suntae_kim
Callosum: An RPC Tranport Library - 김준기 / joongi
Topic Modeling & Word Embedding 그리고 화장품 - 이홍주 / lee_hongjoo
파이썬에 switch문 넣기 : 새 구문을 만들면서 배우는 파이썬 내부 - 성우경 …