I love Django, but I'm not sure if it will benefit you. Maybe I donβt quite understand how you are going to use it, but it seems that if you already have access to the data and the logic is done in PHP, then you will have to re-code in Python to use Django.
If what you really want to clear is URLs and simple URL mapping, then you could use CodeIgniter or CakePHP . Thus, you do not need to rewrite existing Python code or have the same code in two different languages.
source share