Created
April 12, 2015 09:37
-
-
Save mrahul17/cd1c2f78e04a7d39edec to your computer and use it in GitHub Desktop.
List of new python functions and FAQs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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