Quick reference guides and code snippets I use frequently.

  • Argparse Cheat Sheet — A concise reference for building command-line interfaces in Python using the standard library argparse.

  • Big O Cheat Sheet for Python + Django Developers — Learning about Big O notation helps you understand how your code scales as your data grows. This cheat sheet gives you real-world context for Python and Django performance.