Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 499 Bytes

snipets

Small snipets of codes. Please complain, merge request if you can do it better.

  • threaded_generator.py: transform a generator into a separate process.
  • multithreaded_generator.py: transform a generator into multithreaded process.
  • object_store_download.py: download all the object from an object store.
  • parallel_tqdm.py: parallel processing with progress bar.
  • run_command.py: run a terminal command.
  • download_zip_utils,py: utils for downloading and un/zipping files.