Is there a software converter out there that can automatically convert this python code to PHP?
#!/usr/bin/python import math def calcNumEntropyBits(s):
I wondered myself that same question, and I found this PyToPhp.py file in the GitHubGist site. It is simple, and seem an start point for the begining.
I'm going to take a look to it!!!