heowc / programming-study

개발 스킬, 언어, 설계에 대한 공유 저장소
https://heowc.dev/programming-study/repo/
53 stars 5 forks source link

Python / Django 톺아보기 #115

Closed heowc closed 2 years ago

heowc commented 3 years ago

python 3.8 - https://docs.python.org/3.8/ django - https://docs.djangoproject.com/ko/3.2/intro/

heowc commented 3 years ago

https://docs.djangoproject.com/ko/3.2/faq/install/#faq-python-version-support

heowc commented 3 years ago

python version management like nvm - https://github.com/pyenv/pyenv dependency management(virtual env) - https://github.com/python-poetry/poetry

heowc commented 3 years ago

Django Admin

heowc commented 3 years ago

ASGI? WSGI?

https://nitro04.blogspot.com/2020/01/django-python-asgi-wsgi-analysis-of.html

heowc commented 3 years ago
python manage.py help
heowc commented 3 years ago

INSTALLED_APPS

heowc commented 3 years ago

F()

heowc commented 3 years ago

OSError

heowc commented 3 years ago

swagger

heowc commented 3 years ago

celery

heowc commented 3 years ago

decorators

heowc commented 3 years ago

PyPubSub

heowc commented 3 years ago

asgiref - Local

heowc commented 3 years ago

동시 실행 - https://docs.python.org/ko/3/library/concurrency.html

하위 내용들은 Java와 굉장히 유사함

heowc commented 3 years ago

https://zephyrus1111.tistory.com/111 https://wiki.python.org/moin/GlobalInterpreterLock