Hey all,
I’m developing a tool for a client’s site, Spiritual Gleam, where users input details like their name, birth date, and preferences, and the tool will return their spirit animal based on certain criteria.
I’m planning to use Python for the backend processing and connect it to the website. The tool will gather inputs via a simple form, process the data, and display the result (spirit animal) on the page.
I could use some advice on:
What’s the best way to structure the logic for mapping user inputs to a specific spirit animal?
Should I go with Flask or is there a better option for integrating Python with the website form?
Any tips for ensuring the results feel unique and personalized for each user?
I’m fairly new to connecting Python with web development, so any pointers or examples would be really helpful.
Thanks in advance!
I’m developing a tool for a client’s site, Spiritual Gleam, where users input details like their name, birth date, and preferences, and the tool will return their spirit animal based on certain criteria.
I’m planning to use Python for the backend processing and connect it to the website. The tool will gather inputs via a simple form, process the data, and display the result (spirit animal) on the page.
I could use some advice on:
What’s the best way to structure the logic for mapping user inputs to a specific spirit animal?
Should I go with Flask or is there a better option for integrating Python with the website form?
Any tips for ensuring the results feel unique and personalized for each user?
I’m fairly new to connecting Python with web development, so any pointers or examples would be really helpful.
Thanks in advance!
Statistics: Posted by devjoe — Thu Sep 19, 2024 5:57 am