Skip to content

Latest commit

 

History

History

README.md

Misc Snippets

A collection of small, standalone Python snippets:

  • check_python_version.py -- Print detailed runtime version info and verify a minimum Python version.
  • initialize_dict_default_values.py -- Create or extend a dictionary by bulk-setting keys to a default value.

Usage

python check_python_version.py
python initialize_dict_default_values.py