I'm trying to identify random strings from list of strings in python, I want to read each word and be able to say if it is random or if it is a meaningful word.The words could be formed by english characters and also programmatically meaningful words like com, java, python etc should be identified.
Other than storing all the english words in a file and comparing them, are there any solution or existing code library already present ?
I know there aren't easy ways to find randomness , any other simple methods or suggestions are also welcome.
ex - rrstm asdfsa qmquas
Thanks in advance