Basic flow control statements
if else elif
while loop
Methods On Lists
Similarities between lists and strings
Dictionary
String Methods
String Formatting/Interpolation
Launching Python Program
Regex Basics
Regex Groups and the Pipe Character
Repetation in Regex Pattern and Greedy/Non Greedy matching
Regex Character Classes and the findall() Method
Regex Dot Star and the Caret-Dollar Characters
Regex sub() method and VERBOSE mode
Regex Example Program
File paths and OS library
Reading and Writing Plaintext files
shutil Module
Deleting Files
Walking a Directory Tree
The raise and assert statements