Begginer's Python Cheat Sheet-Essentials PDF
Begginer's Python Cheat Sheet-Essentials PDF
Integer -256, 15 x< y Less x <= y Less or eq s.strip() copy of s with whitespace trimmed
Float -253.23, 1.253e-10 x>y Greater x >= y Greater or eq s.upper() uppercase copy of s
String Formatting
Useful Functions
1 Use input("p
rompt") in Python 3
Code Snippets
Other References
http://rgruet.free.fr/
Great Python 2.x Quick Reference
http://www.cheatography.com/davechild/cheat-sheets/python/
More Python Cheatsheet Goodness