Skip to content

Instantly share code, notes, and snippets.

@santiaago
Created June 2, 2014 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiaago/18b30db54c6781d70d5e to your computer and use it in GitHub Desktop.
Save santiaago/18b30db54c6781d70d5e to your computer and use it in GitHub Desktop.
remember.py

use re.escape("lol") to escape strings use re.search(pattern, string) to search for a match use importlib.reload(module) to reload in python 3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment