-2

I am currently working on a project which requires me to connect javascript with python. the scenario is: I have a simple form(name, email) using HTML and javascript and have to capture this in python. My analysis part is done in python. I don't have much knowledge about javascript but I read online about Flask and was able to connect javascript using Flask. How can I get the user input from javascript and transfer this into python? Python can read JSON data but I don't have any idea as to how to capture the user data.

2

1 Answer 1

-2

Jinja + Django are the go-to tools for using python as a backend language. Django is used for the back-end framework, whereas jinja is really useful for writing python code inside an HTML file. I have linked both below:

Django

Jinja

Sign up to request clarification or add additional context in comments.

1 Comment

This doesn't answer the question that the OP asked.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.