Last updated:
0 purchases
basicutility 0.0.1
Basic utility
Some basic utility functions for Python.
Install
pip install basic_utility
How to use
Just import and start using
val2idx(['dipam', 'dhaval', 'darshan'])
{'dipam': 0, 'dhaval': 1, 'darshan': 2}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.