Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 470 Bytes

''

pypaq

Little Python tools, mainly useful for tasks related to machine learning, etc.


Naming conventions used

n_* - number of *
*L - list
*D - dictionary
*_ix - index (int)
*_id - ID (int or str)
*_dir *_DIR - directory, folder, relative or absolute
*_fn *_FN - file name (without directory)
*_fp *_FP - full path (directory + file name), relative or absolute