Python Forum
Excel Like Web Application using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Like Web Application using Python
#1
I am new to Python, I would like to start with creating a Web application which pulls data from Sql Server table and the web application should have a functionality of an Excel like, where any update/delete/Insert should directly affect the Database,I have basic Idea of Python and have Installed PYCharm and had few workouts. Please guide me here on how to start with Python and complete this.
Thanks,
Rav
Reply
#2
Hi,

first, this is everything but easy. So there is for sure no simple guide to that. Second, you for sure need JavaScript on the front end to do the instant editing and sending modified data to the backend server. I guess the server part (which can be written in Python) is the easier part, the complex part is the JavaScript front end code.

For learning, I'd highly recommend to start with an easier and less complex task first.

Regards, noisefloor
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I develop a live video streaming application using python? mtrkhan 3 4,378 Nov-15-2021, 10:42 PM
Last Post: Larz60+
  Show HTML in Python application and handle click SamHobbs 2 2,663 Sep-28-2021, 06:27 PM
Last Post: SamHobbs
  Python Desktop Application that will connect o Azure SQL Database thewolf 7 4,443 Feb-26-2021, 01:33 AM
Last Post: thewolf
  Application like simpler facebook wall in python framework seidman 1 3,273 Mar-11-2018, 05:07 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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