Python Forum
Best module for creating a web based form?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best module for creating a web based form?
#2
(Aug-05-2020, 12:48 AM)t4keheart Wrote: I did some research and I've been looking into flask. Flask seems a lot like node.js in the design and implementation... does it sound like I'm on the right track?
Your on right track,but Flask is not like Node.js more like Express.js(JavaScript) Sinatra(Ruby) or Laravel(PHP).

Flask is of course fine for this task,for database use Flask-SQLAlchemy.
If want a quick setup that can test look at this post eg use of database.

Start simple if new to this just fire up(Flask come with local development web-server) a simple HTML form,then get try to get values first to server(print output).
When that work setup a database eg simple to use sqlite3 using Flask-SQLAlchemy.
Reply


Messages In This Thread
RE: Best module for creating a web based form? - by snippsat - Aug-05-2020, 09:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using python requests module and BS4 to login on an Wordpress based website apollo 1 9,555 Feb-06-2018, 01:31 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020