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?
#13
(Aug-06-2020, 12:31 PM)Gribouillis Wrote: Not knowing much about web development, but there seem to be great ways to run Python in the browser. What do you think of this?
I have done some testing with Brython a while ago,but did not use more than some test.
The problem with most of these approaches is that it's just a abstraction layer to avoid write some JavaScript code.

Usually is not much JavaScript that need to written if it's a small/medium size project as TS is doing in this Thread,
also Jinja(build into Flask) make is easy to transport Python code from server into HTML.

If look what used most on GitHub --> GitHut 2.0,so do we see that JavaScript and Python is clear ahead.
So it can be smart to learn some JavaScript if doing web-development,is not like that Modern JavaScript is so far away from Python anyhow.
Reply


Messages In This Thread
RE: Best module for creating a web based form? - by snippsat - Aug-06-2020, 02:02 PM

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,543 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