python-reference
python-reference copied to clipboard
Python Quick Reference
The reference is missing examples of: continue pass You do have break and loop-else. This is an awesome thing, BTW.
It will be great if along with the generators the regular expressions guide will also gets added . I think that will make the basic guide more rich. @justmarkham
There was an example order of logic operations, I believe it read 'False or not False and True' Any order of operations (at least ones I could think of) give...