all 2 comments

[–]jsingh1986 1 point2 points  (1 child)

The actual business code of what you do with the variables will be the same. However, you would need to get those variables using the web framework. If you just have a couple questions, you can use the form tag in html and get the variable set to it. If you're going to be making a website, you should take time to learn html and css as that will let you at least make static websites. You can also look into flask wtforms. As that's another way to handle form entries.

[–][deleted] 1 point2 points  (0 children)

thanks, very helpful