Cheatsheet: Difference between revisions

Content added Content deleted
Line 958: Line 958:
re.findall() => All Matching Objects
re.findall() => All Matching Objects
re.sub('[ES]', 'a', s) => Substitute
re.sub('[ES]', 'a', s) => Substitute

* Lists

* Dictionary

* File operations

* Class