Having 2 forms in 1 html file raises error: 400 Bad Request (flask)
I recently started learning flask and i ran into an issue that happens when 1 html file has 2 forms that can be submitted. This issue does not happen when there is only one form.
nothing is showing on my webpage when i run my flask program
Im a new coder and i dont know why even though there are no errors, nothing is appearing on my web browser! I am currently trying to create a program which can iterate through different pdf files and find keywords
Top of HTML webpage being cut off (unable to scroll up far enough) as new lines are added to the bottom
I am making a clone of the NYT game Wordle in Python and HTML (using Flask as the webserver infrastructure if that’s relevant) for a high-school level cybersecurity-focused summer camp. For context, the game is intended to show the strength of more complex passwords by allowing the students to guess the passwords in a somewhat game-like format, hence my choice of Wordle as the base or example. For more context, ChatGPT has helped me with the bulk of the program, particularly the HTML formatting and Flask integration. I know the basics of Python from college, so I can look at and make changes to most of the Python backend of this program with very little confusion if any. I know very little of the details of HTML so that is where I needed AI’s help.
Flask together with `POST` method doesn’t yield any output from slovnik.seznam.cz
I have a flask
structure as below:
Flask – Redirect to another page not working as intended
i have 2 pages in a flask project. On page 1 i enter data, which I then send to another python script which I execute.
After the script is finished I want to redirect the page to page 2, where I want to use a csv file created by the python script on page 1.
I’ve started with the following code, without a redirect:
Python Flask redirect the same page with variable
my webapps has two pages
Question about building a web-based application with Python and Flask
I am trying to build a demo for teaching purpose(completely new to this). The backend python code is in main.py, placed under the myproject/ folder. The frontend html code is in index.html, placed under myproject/templates/ folder.
How to loop through a list of database records in html/python
I have a list of records from a database associated with a production order in the following format:
Getting Template syntax error on the webpage while using the flask module in python
My python code is stated below:
Error while using flask module in my code shows problem in python [closed]
Closed 1 min ago.