Python Forum

Full Version: Website with recommendation engine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all!
I have a homework in which I have to create recommendation engine. So I already started writing code with some basic stuff in it. But, I was wondering - can anyone help me to create a WebSite with such a recommendation engine? I never work with HTML + Python, so I dont even know where to start. Can you kindly please, provide any good tutorials/materials that will help me with my project?
All I want is to create basic page with basic recommendation engine - recommendation of films.

Thank you in advance! Heart
You probably should use Flask to create the website. And from there the tutorials for Flask.