4 Answers
+ 1
Use Django (https://www.djangoproject.com/ )
0
nice, Thank you!
0
what about CMS' like Wordpress, Magento, Joomla and so on? Are there a plugin or some other method to get it integrated there?
0
Well, the full-featured python frameworks are Django and Flask.
I am affraid, other popular CMS could be integrated with python only 'artificially', thorough some API, may be wsgi.
wsgi is itself a 'low-level' solution for python-web integration if you are familiar with common gateway interfaces.