I want to build a web application use Python for an antivirus engine. Actually I’m looking for a Python framework, I’ve not used any framework in python but i have enough experience to work with web programming and also python. How do I go about choosing a web application framework in python?
Just to be clear: there out a framework in Ruby on Rails ActiveAdmin which good for me, but i’m looking something in Python.
I would really appreciated if someone help me.
Django would be your choice. So far I’ve seen in other threads, Django’s built-in admin panel will do what the
ActiveAdminfor RoR can do for you.If you’re not satisfied with the django’s built in admin you can plugin custom admin interfaces from any one of these, Django-Packages-Admin