Skip to content

Instantly share code, notes, and snippets.

@GarrettMooney
Created October 2, 2025 05:02
Show Gist options
  • Select an option

  • Save GarrettMooney/9c44b978295b8a2a7790d80d5d8ec7e9 to your computer and use it in GitHub Desktop.

Select an option

Save GarrettMooney/9c44b978295b8a2a7790d80d5d8ec7e9 to your computer and use it in GitHub Desktop.
local CLAUDE.md

Functional Programming in Python

Preferences

  • duckdb when data processing can easily be expressed in sql
  • polars over pandas
  • simple functions over classes
  • inline dependencies in python scripts
  • uv and uvx for package management, python clis, scripts, and virtual environments
  • marimo over jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment