Skip to the content.

들어가기

  1. Python Course http://www.python-course.eu/python3_properties.php

  2. Django Girls 파이썬-장고 투토리얼 http://tutorial.djangogirls.org/ko/whats_next/

  3. Python 개발 가상환경 관리 http://pythoninreal.blogspot.kr/2013/12/virtualenv.html

  4. 파이썬 3 패턴 http://python-3-patterns-idioms-test.readthedocs.io/en/latest/index.html

  5. metaclass https://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/

  6. Flask https://code.tutsplus.com/ko/tutorials/an-introduction-to-pythons-flask-framework–net-28822

  7. FlaskRestful https://flask-restful.readthedocs.io/en/0.3.5/index.html

  8. 파이썬 흑마법 (type check, annotation, meta class) https://phillyai.github.io/2017-07-02-The-Fun-Of-Reinvention/

  9. Celery + RabbitMQ https://medium.com/sunhyoups-story/celery-b96eb337b9cf

  10. how to train your python https://github.com/windies21/how_to_train_your_python

  11. 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

  12. formatting styles https://pyformat.info/#named_placeholders

  13. python 으로 json 빨리 처리하기 https://rein.kr/blog/archives/3670

  14. python 타입 힌트 https://artoria.us/35


파이썬 튜닝

  1. http://d2.naver.com/helloworld/1114

  2. 파이썬 프로파일링 http://legacy-wiki.dgoon.net/doku.php?id=python:profiling

  3. Celery http://www.celeryproject.org/

  4. GIL 에 대해서 https://yinjae.wordpress.com/2012/04/02/python-thread/

  5. PyPy https://namu.wiki/w/PyPy

  6. python slot http://tech.oyster.com/save-ram-with-python-slots/


tiny tips

  1. run single unittest in command line

python3 -m unittest -q testcase.integration.test_rest_server.TestRestServer.test_get_blocks