Show Menu
Cheatography

python Cheat Sheet (DRAFT) by

python3 methods

This is a draft cheat sheet. It is a work in progress and is not finished yet.

String (str) methods

s = "­abc­D"
s.capi­tal­ize()
Abcd
s.cent­er(­6,"x­")
xxabcD
 

List methods

 
 

Dict Methods