I'm new to Django.. I actually wanted to take inputs from a web user through web page and then using those inputs perform further operations. So does Django helps in connecting HTML, Python and PHP altogether?
How do I connect a html and python file?
I have a user login page which I can proceed with HTML and PHP very smoothly. After login, the recommendation part comes where using the user's activity some recommendations are made to the user. So how should I proceed with the recommendation part which is implemented in Python. How to track user's activity?
Please suggest. I haven't worked with Python Web Framework before.