Skip to content

Instantly share code, notes, and snippets.

@built
Created July 20, 2014 06:17
Show Gist options
  • Save built/5517fc6ff2ac45d5bff6 to your computer and use it in GitHub Desktop.
Save built/5517fc6ff2ac45d5bff6 to your computer and use it in GitHub Desktop.

Revisions

  1. built created this gist Jul 20, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    to_image_name = "{.user_name}-{}-{}.png".format

    # to_image_name is now a *function*.
    # Use it later like so:

    to_image_name(user, 32, 32)

    # Which results in a string like: 'jsmith-32-32.png'