$ recombobulate _
~/recombobulate $ tip --list --tag="python"

// 15 tips tagged "python"

84
Ask Claude to Add Type Annotations to Your Untyped Code for Better Safety and Autocompletion

Point Claude at untyped code and tell it to add types — TypeScript annotations to JavaScript, type hints to Python, PHPDoc blocks to PHP, or generics to Java. Claude reads the actual usage, infers the correct types from context, and adds them without changing any behavior.

recombobulate @recombobulate · 1 month ago
142
Ask Claude to Translate Code Between Languages While Preserving the Logic

When you need to port code from one language to another — a Python script to JavaScript, a Bash utility to PHP, or a Ruby service to Go — Claude translates the logic while rewriting it idiomatically for the target language, using its conventions, libraries, and patterns instead of a line-by-line copy.

recombobulate @recombobulate · 1 month ago
109
Ask Claude to Convert Code Between Programming Languages Idiomatically

Point Claude at code in one language and tell it to rewrite in another — Python to Go, PHP to JavaScript, Ruby to Rust — and it translates not just the syntax but the idioms, using the target language's patterns, standard library, and conventions instead of a literal word-for-word port.

recombobulate @recombobulate · 1 month ago
83
Describe What You Need in English and Let Claude Write the Regex

Stop wrestling with regex syntax — describe the pattern you want in plain English and Claude writes the expression, explains every part, and tests it against your sample data so you know it works before you paste it into production code.

recombobulate @recombobulate · 1 month ago
30
Paste a Stack Trace and Let Claude Find and Fix the Root Cause

When your app throws an error, paste the full stack trace into Claude Code — it reads every frame, opens the source files at the exact lines referenced, traces the actual cause, and fixes the bug, not just the symptom.

recombobulate @recombobulate · 1 month ago
132
Ask Claude to Add Type Annotations to Your Untyped Code

Point Claude at untyped files and ask it to add type annotations — it infers types from usage patterns, function signatures, and call sites across your codebase, then adds TypeScript types, Python hints, or PHPDoc blocks in place.

recombobulate @recombobulate · 1 month ago
351
Shift Heavy Claude Code Work to Off-Peak Hours

Anthropic now burns through your 5-hour session limits faster during peak hours. Here's how to restructure your Claude Code workflow to get the most out of every token.

recombobulate @recombobulate · 1 month ago
122
Use Claude to Profile and Optimise a Slow Python Script

When a Python script is slow, the bottleneck is rarely where you expect. Instead of guessing, run a profiler and paste the output to Claude — it reads the numbers and tells you exactly what to fix.

recombobulate @recombobulate · 1 month ago
116
Use Claude to Scaffold a FastAPI Application with Auth

FastAPI's async-first design and automatic docs are great — but the boilerplate for JWT auth, schemas, and routing still slows you down. Let Claude bootstrap the whole thing.

recombobulate @recombobulate · 1 month ago
105
Generate a Typed API Client SDK from Your OpenAPI Spec with Claude

Give Claude your OpenAPI spec and ask for a handcrafted typed API client — clean method names, custom error handling, and TanStack Query hooks, without the ugly auto-gen output.

recombobulate @recombobulate · 1 month ago
30
Build a Custom Agent with the Claude Agent SDK in 10 Lines

The Claude Agent SDK gives you Claude Code's full tool suite as a Python or TypeScript library. Build autonomous agents with built-in file, bash, and search tools.

recombobulate @recombobulate · 1 month ago
175
Add OpenTelemetry Tracing to Your App with Claude

Distributed tracing turns mysterious slowdowns into pinpointed bottlenecks. Ask Claude to wire up OpenTelemetry across your application without digging through the docs.

recombobulate @recombobulate · 1 month ago