Concept Flow - Why standard library modules are used
Start coding
Need a feature
Check standard library
Found module
Import module
Use module functions
Save time & effort
Finish program
This flow shows how a programmer looks for features in Python's standard library modules to save time and avoid writing code from scratch.