/py-misc

Miscellaneous short but useful Python code snippets, created and collected over time. Please feel free to use, share & contribute

Primary LanguagePythonMIT LicenseMIT

py-misc

Miscellaneous short but useful Python code snippets, created and collected over time.

Please feel free to use, share, and contribute.

gps_coord_distance

Calculate distance and compass heading between 2 GPS co-ordinates.

calculate_md5

Calculate md5 checksum value of any file of any size

generate_random_alphanum

Generate a random string consisting only uppercase(A-Z) and numbers(0-9).

How to contribute

  • Fork, add an useful function
  • Add useful docstring, test-cases, parameters
  • Create a pull-request