위키
총 1121개의 페이지 · 26 / 57 · 1121개 중 501–520
- [PLT] Lexical Analysis (어휘 분석)#plt #compiler #lexer #tokenizer #regex #automata
- [PLT] Parsing & Grammars#plt #compiler #parser #grammar #cfg #bnf
- [PLT] Semantic Analysis (의미 분석)#plt #compiler #semantic-analysis #scope #symbol-table
- [PLT] Type Systems (타입 시스템)#plt #compiler #types #type-system #type-checking #inference
- [PostgreSQL] JSONB: 장점과 단점, 인덱싱, 사용 패턴#postgresql #jsonb #json #schemaless #indexing
- [Prompting] Chain-of-Thought (CoT)#ai #llm #prompting #reasoning #inference
- [Prompting] Few-Shot Prompting#ai #llm #prompting #in-context-learning
- [Prompting] One-Shot Prompting#ai #llm #prompting #in-context-learning
- [Prompting] Zero-Shot Prompting#ai #llm #prompting #instruction-tuning
- [Python] @property, getter, setter, deleter#python #property #oop #descriptor #advanced
- [Python] argparse, click, typer: CLI 만들기#python #argparse #cli #click #typer #stdlib
- [Python] Async Generator, async for, async with#python #async #generator #asyncio #advanced
- [Python] asyncio: 비동기 프로그래밍#python #async #asyncio #concurrency
- [Python] asyncio: 이벤트 루프, async/await#python #asyncio #async #await #concurrency #advanced
- [Python] bytes, bytearray, memoryview#python #bytes #binary #encoding #basics
- [Python] class 기초: 정의, __init__, self#python #class #oop #init #self #basics
- [Python] collections: Counter, deque, defaultdict, OrderedDict, ChainMap#python #collections #stdlib #datastructure
- [Python] collections.abc: 추상 컬렉션 인터페이스#python #collections #abc #protocol #stdlib
- [Python] Comprehension: list, dict, set, generator#python #comprehension #list #dict #set #generator #basics
- [Python] concurrent.futures: ThreadPoolExecutor, ProcessPoolExecutor#python #concurrent #futures #executor #stdlib