Python Forum
Which is best python package to create interactive page?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which is best python package to create interactive page?
#1
I have experience in python but not in web based projects. I am really confused to select which one . My requirements are,

I have created few utilities in python to automate my stuff
Need to pass arguments from user interface with drop down option, radio button with constant values, file upload option
Also need to have some static pages like detailed guidelines doc about various processes like Sphinx doc.
Some interactive dashboard whereas data from csv
Each functionalities from different drop down menu options or different tab
Execute python script after file upload by clicking on some buttons and display some specific messages from running program
Anyone across my network should use this to automate their stuff and I will extend this with lot more functionality and would like to keep all in one place
I read about python Tkinter, Django, Flask . But I need suggestions to select the right package.

Thanks in advance !
Reply
#2
Quote:Which is best python package to create interactive page?
'Best' is personal.
Many like Qt5, i have been partial to wxpython, and tkinter (built into most python distros) will suffice for many projects.
Lately, I started learning Kivy and think it might be the way to go as you can create applications for many platforms including desktop and mobile devices as well. I can't report in yet as I have just begun to use it, but looks promising.
You should give yourself a day or so to look at each one and see what will fit best for your application.
Reply
#3
You realise that you'll likely also need to write JavaScript for your pages, right? It's expensive to go back to the server for everything, so some amount of programming on the client is necessary.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to update Python package remotely? olegk 0 1,573 Jan-11-2021, 08:31 AM
Last Post: olegk
  install taichi python package CatherineKan 4 4,180 Jul-01-2020, 04:04 AM
Last Post: buran
  Interactive online python learning environment freely available kenttong 0 1,555 Jan-29-2020, 03:49 AM
Last Post: kenttong
  clearing an interactive python interpreter/shell rootVIII 4 3,702 Jan-28-2019, 05:14 PM
Last Post: rootVIII
  Python package installation issue. msomasun 3 3,253 Oct-09-2018, 03:56 PM
Last Post: msomasun
  Python Discord Page Codezters 4 73,194 Feb-23-2018, 09:30 PM
Last Post: snippsat
  Python interactive/live programming framework, is it useful for you? sjdv1982 0 2,586 Oct-15-2017, 01:55 PM
Last Post: sjdv1982

Forum Jump:

User Panel Messages

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