Modules, Imports, and Packages
Split code into modules and import standard-library or project code.
Dates, Math, Random, and JSON
Use common standard-library modules for time, numbers, randomness, and structured data.
Regex and String Processing
Search, match, extract, and validate text using regular expressions.
pathlib, os, and shutil
Use standard library filesystem tools for portable file operations.
time, datetime, and Timezones
Represent dates and timestamps clearly across scripts and logs.