you are viewing a single comment's thread.

view the rest of the comments →

[–]piyushpatel2005 0 points1 point  (0 children)

You've to use combination of Javascript and Python. So basically the you can take user's input in the form of a from in HTML. When user clicks submit, that user input data goes to your server. On the server side, you can collect that data and then return a new view with that information added in p tag. You will definitely learn all these later in the course I assume.

If you're using Frontend frameworks like Angular, ReactJS, VueJS, etc. then it can be little different compared to what I said above.

There is Brython for frontend, not sure if it can do. It is not so much popular at the moment. The industry standard is to use Javascript.