Glossary coding Term Page

Pipeline

a data flow that connects input → processing → output in order

pipeline #coding#python
Korean version

Related Concepts

Core Idea

Pipeline is a data flow that connects input → processing → output in order. It usually makes the most sense alongside Asynchronous notification.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept