tornado: asynchronous networking library, web framework
web framework는 flask, django가 많이 쓰이고
async는 asyncio라는 standard package가 최근 버전에 추가되었다
그렇다고 tornado가 사용되지 않는 것은 아니지만, 기왕이면 필자는 tornado보다는 flask/asyncio를 사용하려 한다
'Language > python' 카테고리의 다른 글
[python] multiprocessing (0) | 2018.01.15 |
---|---|
[Language] [IDE] PyCharm Run Path (Working Directory) (0) | 2018.01.05 |
[python] ctypes: ARRAY vs POINTER 차이/비교 (0) | 2018.01.01 |
[python] == vs is 차이/비교 (0) | 2018.01.01 |
[python] (1) vs (1,) / tuple (0) | 2018.01.01 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/