Python Standard Library
- Python comes with the notion of batteries included which means along with python installation we get decent amount of resuable modules
- Refer Here for official documentation on standard library
- Builtin functions
- Builtin constants
- os module & sys
- Playaround with os and sys
- Try
# Write a program and find all the files in C drive (mac go with home dire)
# Find all the files in Downloads which are greater than 5 MB
