Skip to content

Instantly share code, notes, and snippets.

@mrahul17
Created April 12, 2015 09:37
Show Gist options
  • Select an option

  • Save mrahul17/cd1c2f78e04a7d39edec to your computer and use it in GitHub Desktop.

Select an option

Save mrahul17/cd1c2f78e04a7d39edec to your computer and use it in GitHub Desktop.
List of new python functions and FAQs
What is the use of assert in python
http://stackoverflow.com/questions/5142418/what-is-the-use-of-assert-in-python
An important difference is that assert statements get ignored if you compile your code with the optimization option.
Safely using eval
http://lybniz2.sourceforge.net/safeeval.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment