Python BasicsCovers Python basics, Git, control structures, functions, file handling, and debugging using PDB.
Numbers and BooleansIntroduces numbers and booleans in Python, covering numeric types, arithmetic operations, logical operations, and comparisons.