Curious and want to be a better programmer. If this has already been asked, I apologize--I couldn't find anything similar online.
Asked
Active
Viewed 100 times
0
-
1What constitutes "better" in your mind? – RufusVS Aug 16 '21 at 01:41
-
@blhsing Actually, in Python writing the manual hash function isn't really good, but for understanding the principle it's okay. – user202729 Aug 16 '21 at 01:42
-
"I apologize--I couldn't find anything similar online." The *first* thing I thought of trying was to put `python how to write a hash function` [into a search engine](https://duckduckgo.com/?q=python+how+to+write+a+hash+function), and the first result I got was [this other Stack Overflow question](https://stackoverflow.com/questions/4005318/how-to-implement-a-good-hash-function-in-python), which is another duplicate of one of the duplicates you were linked. What exactly did you try instead? – Karl Knechtel Aug 16 '21 at 01:46