Skip to content

Instantly share code, notes, and snippets.

@cpdean
Created January 24, 2015 21:46
Show Gist options
  • Save cpdean/f842ec19b485e76e7228 to your computer and use it in GitHub Desktop.
Save cpdean/f842ec19b485e76e7228 to your computer and use it in GitHub Desktop.
look at that ipython magic
In [8]: !ls
README.tmpenv bin include lib share
In [9]: [i.upper() for i in _]
Out[9]: ['README.TMPENV', 'BIN', 'INCLUDE', 'LIB', 'SHARE']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment