들어가기
-
Python Course http://www.python-course.eu/python3_properties.php
-
Django Girls 파이썬-장고 투토리얼 http://tutorial.djangogirls.org/ko/whats_next/
-
Python 개발 가상환경 관리 http://pythoninreal.blogspot.kr/2013/12/virtualenv.html
-
파이썬 3 패턴 http://python-3-patterns-idioms-test.readthedocs.io/en/latest/index.html
-
metaclass https://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/
-
Flask https://code.tutsplus.com/ko/tutorials/an-introduction-to-pythons-flask-framework–net-28822
-
FlaskRestful https://flask-restful.readthedocs.io/en/0.3.5/index.html
-
파이썬 흑마법 (type check, annotation, meta class) https://phillyai.github.io/2017-07-02-The-Fun-Of-Reinvention/
-
Celery + RabbitMQ https://medium.com/sunhyoups-story/celery-b96eb337b9cf
-
how to train your python https://github.com/windies21/how_to_train_your_python
-
MultiProcessing Python https://stackoverflow.com/questions/33012638/python-multiprocessing-concurrency-using-manager-pool-and-a-shared-list-not-wor https://stackoverflow.com/questions/38751498/how-to-avoid-defunct-python-processes-in-linux
-
formatting styles https://pyformat.info/#named_placeholders
-
python 으로 json 빨리 처리하기 https://rein.kr/blog/archives/3670
-
python 타입 힌트 https://artoria.us/35
파이썬 튜닝
-
http://d2.naver.com/helloworld/1114
-
파이썬 프로파일링 http://legacy-wiki.dgoon.net/doku.php?id=python:profiling
-
Celery http://www.celeryproject.org/
-
GIL 에 대해서 https://yinjae.wordpress.com/2012/04/02/python-thread/
-
PyPy https://namu.wiki/w/PyPy
-
python slot http://tech.oyster.com/save-ram-with-python-slots/
tiny tips
- run single unittest in command line
python3 -m unittest -q testcase.integration.test_rest_server.TestRestServer.test_get_blocks