We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd00575 commit 158182aCopy full SHA for 158182a
README.md
@@ -1 +1 @@
1
-## Python 2.7x Quick Reference
+## Python 2.7 Quick Reference
reference.py
@@ -1,5 +1,5 @@
'''
2
-Python 2.7x Quick Reference
+Python 2.7 Quick Reference
3
https://github.com/justmarkham/python-reference
4
5
By Kevin Markham (kevin@dataschool.io)
@@ -21,14 +21,6 @@
21
For Loops and While Loops
22
Comprehensions
23
Map, Reduce, Filter
24
-
25
-Future additions:
26
- Zip
27
- Try/Except
28
- *args
29
- Assertions
30
- Reading/writing files
31
- And more...
32
33
34
0 commit comments