Zettelkasten
Search
⌘K
Graph
Tags
#
python
22개
파이썬 메타클래스는 클래스의 생성과 동작을 제어한다
184자
python
metaclass
OOP
python 3.12부턴 cpython stack이 PyInterpreterFrame으로 관리된다.
468자
python
Python 동시성 프로그래밍
620자
concurrency
python
Timsort는 merge sort와 insertion sort를 결합한 구조의 정렬 알고리즘이다.
437자
algorithm
python
CGI, FastCGI, WSGI
257자
python
web-server
WSGI
Django ORM 고급 기능
1,425자
django
ORM
python
__pycache__
215자
python
bytecode
import
gunicorn worker
1,355자
python
gunicorn
pydantic
448자
python
pydantic
validation
python MetaClass 다중상속 문제
254자
python
metaclass
inheritance
python dictionary 구현체
329자
python
data-structure
hash
파이썬에서 인터페이스 없는 이유
244자
python
interface
duck-typing
python 3.11 이후부턴 gevent 성능이 악화될 수 있다.
1,617자
python
gevent
concurrent.futures.ThreadPooolExecutor 동작
489자
python
implementation
django orm은 thread-safe 하다
231자
django
python
database
django prefetch_related objects 구현
264자
python
django
implementation
python ThreadPoolExecutore sumbit과 map 동작 차이
209자
python
sync to async 구현
301자
python
implementation
Python array doubling 방식
645자
python
data-structure
greenlet의 동작 방식
349자
python
gevent
green-thread
Gevent에서 grpc가 문제가 되는 이유
566자
python
gevent
concurrency
Gevent에서 threading local이 문제가 되는 이유 - 거짓
299자
python
gevent
concurrency