section

Section 3

16 public pages derived from Brevvie Python + AI — Section 3: Data, Polars & Pair Programming.

AI-Assisted Coding

AI Assisted Coding ai assisted coding is framed across multiple Brevvie Python + AI lessons as acceleration with accountability. In brevvie python ai section 1 setup your ide, the …

Columnar Thinking

Columnar Thinking columnar thinking is the habit of reasoning about data one column at a time rather than one row at a time. In brevvie python ai section 3 data polars and pair pro…

CSV Files

CSV Files csv files are plain text tabular data files where each row is a record and each column is separated by commas. In brevvie python ai section 3 data polars and pair program…

Dashboard Design

Dashboard Design dashboard design is the practice of turning data queries into a small interactive interface that helps a user inspect metrics. In brevvie python ai section 3 data …

Data Cleaning

Data Cleaning data cleaning is the process of fixing data so analysis can proceed correctly. In brevvie python ai section 3 data polars and pair programming, it appears mainly thro…

Database Mental Models

Database Mental Models database mental models is the foundational idea that spreadsheets, SQL tables, and dataframes all share the same core structure: rows, columns, and types. In…

Dataframe Operations

Dataframe Operations dataframe operations are the small set of table transformations that drive most practical analysis. In brevvie python ai section 3 data polars and pair program…

Dtypes

Dtypes dtypes are the data types assigned to columns in structured datasets. In brevvie python ai section 3 data polars and pair programming, checking dtypes is presented as one of…

FastHTML

FastHTML fasthtml is the Python web UI framework used in the Section 3 dashboard scaffold in brevvie python ai section 3 data polars and pair programming. It is presented as a ligh…

HITL AI Pair Programming

HITL AI Pair Programming hitl ai pair programming is the human in the loop workflow taught in brevvie python ai section 3 data polars and pair programming for working productively …

HTMX

HTMX htmx is a lightweight frontend interaction pattern that lets HTML trigger server requests and swap returned fragments into the page. In brevvie python ai section 3 data polars…

Pandas

Pandas pandas is the long dominant Python dataframe library. In brevvie python ai section 3 data polars and pair programming, Pandas is acknowledged respectfully as the library tha…

Polars

Polars polars is the dataframe library standardized on in brevvie python ai section 3 data polars and pair programming. It is presented as the modern, high performance successor to…

Schema Inspection

Schema Inspection schema inspection is the habit of checking a dataset’s shape, column names, null counts, and dtypes before doing analysis. In brevvie python ai section 3 data pol…

SQL

SQL sql is the standard language for querying structured tables in databases. In brevvie python ai section 3 data polars and pair programming, SQL is not taught directly, but the l…

Time-Series Data

Time Series Data time series data is data indexed by time: dates, datetimes, or ordered intervals. In brevvie python ai section 3 data polars and pair programming, time series anal…