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 4a8b5ae commit bd00575Copy full SHA for bd00575
README.md
@@ -1 +1 @@
1
-## Python 2.7x Reference Guide
+## Python 2.7x Quick Reference
reference.py
@@ -1,17 +1,10 @@
'''
2
-Python 2.7x Reference Guide
+Python 2.7x Quick Reference
3
https://github.com/justmarkham/python-reference
4
5
By Kevin Markham (kevin@dataschool.io)
6
http://dataschool.io
7
8
-Adapted from:
9
- https://docs.python.org/2/
10
- http://www.codecademy.com/tracks/python
11
- https://developers.google.com/edu/python/
12
- Book: Python for Data Analysis (Appendix)
13
- and many other sources...
14
-
15
Table of Contents:
16
Imports
17
Data Types
0 commit comments