time python -c '' # 0.024s time python -c 'import argparse' # 0.036s time python -c 'import argparse, json' # 0.040s time python -c 'import argparse, json, httplib' # 0.065s